Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 5 of 5) sorted by relevance

/system/core/libutils/
Dprimes.py28 limit = (n - 1) / 2
30 while d <= limit:
/system/core/fastboot/
Dfastboot.cpp595 int64_t limit = 0; in get_target_sparse_limit() local
600 limit = strtoul(response, NULL, 0); in get_target_sparse_limit()
601 if (limit > 0) { in get_target_sparse_limit()
603 limit); in get_target_sparse_limit()
607 return limit; in get_target_sparse_limit()
612 int64_t limit; in get_sparse_limit() local
617 limit = sparse_limit; in get_sparse_limit()
623 limit = target_sparse_limit; in get_sparse_limit()
629 if (size > limit) { in get_sparse_limit()
630 return limit; in get_sparse_limit()
[all …]
/system/core/init/
Dbuiltins.cpp517 struct rlimit limit; in do_setrlimit() local
520 limit.rlim_cur = atoi(args[2]); in do_setrlimit()
521 limit.rlim_max = atoi(args[3]); in do_setrlimit()
522 return setrlimit(resource, &limit); in do_setrlimit()
/system/extras/tests/net_test/
Dmultinetwork_base.py337 def _SetICMPRatelimit(cls, version, limit): argument
338 cls.SetSysctl(cls._ICMPRatelimitFilename(version), limit)
/system/core/rootdir/
Dinit.rc154 # qtaguid will limit access to specific data based on group memberships.