HomeSort by: relevance | last modified time | path
    Searched refs:limit (Results 1 - 25 of 1201) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
fixinc-test-limits.h 18 extern __const char limit; /* test limits */
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
fixinc-test-limits.h 18 extern __const char limit; /* test limits */
  /src/lib/libc/db/hash/
hash_log2.c 52 uint32_t i, limit; local
58 limit = 0;
59 for (i = 0; limit < num; limit = limit * 2 + 1, i++)
  /src/external/ibm-public/postfix/dist/src/util/
file_limit.c 7 /* limit the file size
13 /* void set_file_limit(limit)
14 /* off_t limit;
16 /* This module manipulates the process-wide file size limit.
17 /* The limit is specified in bytes.
19 /* get_file_limit() looks up the process-wide file size limit.
21 /* set_file_limit() sets the process-wide file size limit to
58 /* get_file_limit - get process-wide file size limit */
62 off_t limit; local
65 if ((limit = ulimit(UL_GETFSIZE, 0)) < 0
    [all...]
open_limit.c 7 /* set/get open file limit
11 /* int open_limit(int limit)
14 /* number of open files to the specified limit. Specify a null
16 /* limit for the current process. The number can be smaller or larger
17 /* than the requested limit.
57 /* open_limit - set/query file descriptor limit */
59 int open_limit(int limit)
66 if (limit < 0) {
73 if (limit > 0) {
77 * hard limit is finite and equals the kern.maxfilesperproc value
    [all...]
  /src/sbin/newfs_lfs/
misc.c 51 u_int i, limit; local
53 limit = 1;
54 for (i = 0; limit < num; limit = limit << 1, i++);
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-pow_ui.c 30 mpf_t b1, r, r2, limit; local
33 mpf_init_set_ui (limit, 1);
34 mpf_mul_2exp (limit, limit, MAX (GMP_NUMB_BITS, 53));
52 if (mpf_cmp (r2, limit) >= 0)
57 mpf_clears (b1, r, r2, limit, NULL);
  /src/external/lgpl3/gmp/dist/tests/rand/
t-urbui.c 31 unsigned long bits, limit, got; local
36 /* will demand got < limit */
37 limit = (1UL << bits);
42 if (got >= limit)
47 printf (" limit: %#lx\n", limit);
  /src/external/public-domain/xz/dist/src/liblzma/common/
memcmplen.h 39 /// \param limit How many bytes to compare at most, including the
43 /// the specified limit from both buf1 and buf2.
46 /// This is always at least len and at most limit.
54 uint32_t len, uint32_t limit)
56 assert(len <= limit);
57 assert(limit <= UINT32_MAX / 2);
82 while (len < limit) {
100 return my_min(len, limit);
106 return limit;
122 while (len < limit) {
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
exp_grow.c 7 exp_grow->limit = sz_psz2ind(SC_LARGE_MAXCLASS);
  /src/external/bsd/jemalloc/dist/src/
exp_grow.c 13 exp_grow->limit = sz_psz2ind(SC_LARGE_MAXCLASS);
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeArray.h 31 limit = sz;
32 data = new ITEM[limit];
81 if (limit <= cnt)
83 limit *= 2;
84 if (limit < cnt)
85 limit = cnt + 1;
86 ITEM *d = new ITEM[limit];
96 long limit; // Array length member in class:DbeArray
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeArray.h 31 limit = sz;
32 data = new ITEM[limit];
81 if (limit <= cnt)
83 limit *= 2;
84 if (limit < cnt)
85 limit = cnt + 1;
86 ITEM *d = new ITEM[limit];
96 long limit; // Array length member in class:DbeArray
  /src/external/gpl3/binutils/dist/gprof/
corefile.c 558 symtab->limit = symtab->base;
573 sym_init (symtab->limit);
577 symtab->limit->addr = addr;
579 symtab->limit->name = (char *) xmalloc (strlen (name) + 1);
580 strcpy ((char *) symtab->limit->name, name);
581 symtab->limit->mapped = 0;
582 symtab->limit->is_func = true;
583 symtab->limit->is_bb_head = true;
584 symtab->limit->is_static = (type == 't');
586 ++symtab->limit;
    [all...]
  /src/external/gpl3/binutils.old/dist/gprof/
corefile.c 558 symtab->limit = symtab->base;
573 sym_init (symtab->limit);
577 symtab->limit->addr = addr;
579 symtab->limit->name = (char *) xmalloc (strlen (name) + 1);
580 strcpy ((char *) symtab->limit->name, name);
581 symtab->limit->mapped = 0;
582 symtab->limit->is_func = true;
583 symtab->limit->is_bb_head = true;
584 symtab->limit->is_static = (type == 't');
586 ++symtab->limit;
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
autoscan_exponential.c 18 int limit; member in struct:autoscan_exponential_data
39 data->limit = atoi(pos);
60 "and limit is %d", data->base, data->limit);
84 if (data->interval >= data->limit)
85 return data->limit;
91 if (data->interval > data->limit)
92 return data->limit;
  /src/external/gpl3/gcc/dist/fixincludes/
fixtests.c 73 tCC *base, *limit; local
81 base = limit)
86 limit = base;
89 limit++;
90 limit = strchr (limit, '\n');
91 if (!limit)
94 while (limit[-1] == '\\');
96 /* If the 'name_pat' matches in between base and limit, we have
109 if (match[0].rm_eo <= limit - base
    [all...]
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixtests.c 73 tCC *base, *limit; local
81 base = limit)
86 limit = base;
89 limit++;
90 limit = strchr (limit, '\n');
91 if (!limit)
94 while (limit[-1] == '\\');
96 /* If the 'name_pat' matches in between base and limit, we have
109 if (match[0].rm_eo <= limit - base
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-get_d.c 34 int limit = 127 - 1; /* vax fp numbers have limited range */ local
36 int limit = 512; local
51 for (i = 0; i < limit; i++)
  /src/external/mpl/bind/dist/lib/isc/
counter.c 35 atomic_uint_fast32_t limit; member in struct:isc_counter
40 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) {
51 atomic_init(&counter->limit, limit);
62 uint32_t limit = atomic_load_acquire(&counter->limit); local
64 if (limit != 0 && used >= limit) {
79 isc_counter_setlimit(isc_counter_t *counter, int limit) {
82 atomic_store(&counter->limit, limit)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
word.h 76 unsigned int limit = sizeof(c448_bool_t) / sizeof(mask_t); local
78 if (limit < 1)
79 limit = 1;
80 for (i = 0; i < limit; i++)
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
word.h 76 unsigned int limit = sizeof(c448_bool_t) / sizeof(mask_t); local
78 if (limit < 1)
79 limit = 1;
80 for (i = 0; i < limit; i++)
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
word.h 71 unsigned int limit = sizeof(c448_bool_t) / sizeof(mask_t); local
73 if (limit < 1)
74 limit = 1;
75 for (i = 0; i < limit; i++)
  /src/external/mpl/dhcp/bind/dist/lib/isc/
counter.c 35 atomic_uint_fast32_t limit; member in struct:isc_counter
40 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) {
51 atomic_init(&counter->limit, limit);
62 uint32_t limit = atomic_load_acquire(&counter->limit); local
64 if (limit != 0 && used >= limit) {
79 isc_counter_setlimit(isc_counter_t *counter, int limit) {
82 atomic_store(&counter->limit, limit)
    [all...]
  /src/external/apache2/mDNSResponder/dist/unittests/
mdns_ut.c 33 const mDNSu8 *const limit,
39 ParseCNameChainFromMessage(response, limit, InterfaceID, qname, cnameChain, outChainLen);
45 const mDNSu8 *const limit,
57 ParseDenialOfExistenceObjsFromMessage(response, limit, InterfaceID, outObjSOA, objSOARRSIG, outSOARRSIGCount,
69 GetRRTypeFromMessage(const DNSMessage * const response, const mDNSu8 * const limit, const mDNSInterfaceID InterfaceID)
77 const mDNSu8 *ptr = LocateAnswers(response, limit);
83 for (mDNSu32 i = 0; i < answerCount && ptr < limit; mDNSCoreResetRecord(m), i++) {
84 ptr = GetLargeResourceRecord(m, response, ptr, limit, InterfaceID, kDNSRecordTypePacketAuth, &m->rec);

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011>>