Searched refs:limit (Results 1 - 25 of 1125) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dfixinc-test-limits.h18 extern __const char limit; /* test limits */
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dfixinc-test-limits.h18 extern __const char limit; /* test limits */
/netbsd-current/lib/libc/db/hash/
H A Dhash_log2.c52 uint32_t i, limit; local
58 limit = 0;
59 for (i = 0; limit < num; limit = limit * 2 + 1, i++)
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dfile_limit.c7 /* 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
82 set_file_limit(off_t limit) argument
[all...]
H A Dopen_limit.c7 /* 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) argument
65 if (limit < 0) {
72 if (limit > 0) {
76 * hard limit i
[all...]
/netbsd-current/sbin/newfs_lfs/
H A Dmisc.c51 u_int i, limit; local
53 limit = 1;
54 for (i = 0; limit < num; limit = limit << 1, i++);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-pow_ui.c30 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);
/netbsd-current/external/public-domain/xz/dist/src/liblzma/common/
H A Dmemcmplen.h29 /// \param limit How many bytes to compare at most, including the
33 /// the specified limit from both buf1 and buf2.
36 /// This is always at least len and at most limit.
44 uint32_t len, uint32_t limit)
46 assert(len <= limit);
47 assert(limit <= UINT32_MAX / 2);
63 while (len < limit) {
74 return my_min(len, limit);
80 return limit;
96 while (len < limit) {
43 lzma_memcmplen(const uint8_t *buf1, const uint8_t *buf2, uint32_t len, uint32_t limit) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dt-urbui.c31 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);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeArray.h31 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
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dautoscan_exponential.c18 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;
/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dfixtests.c73 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
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixtests.c73 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
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-get_d.c34 int limit = 127 - 1; /* vax fp numbers have limited range */ local
36 int limit = 512; local
51 for (i = 0; i < limit; i++)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dlimit-b.d1 #name: aarch64-limit-b
2 #source: limit-b.s
H A Dlimit-bl.d1 #name: aarch64-limit-bl
2 #source: limit-bl.s
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
H A Dword.h71 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++)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
H A Dword.h76 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++)
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dcounter.h46 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp);
56 * If the counter limit is nonzero and has been reached, then
68 isc_counter_setlimit(isc_counter_t *counter, int limit);
70 * Set the counter limit.
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dcounter.c35 atomic_uint_fast32_t limit; member in struct:isc_counter
40 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { argument
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) { argument
82 atomic_store(&counter->limit, limi
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dcounter.c35 atomic_uint_fast32_t limit; member in struct:isc_counter
40 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { argument
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) { argument
82 atomic_store(&counter->limit, limi
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dcounter.h47 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp);
57 * If the counter limit is nonzero and has been reached, then
69 isc_counter_setlimit(isc_counter_t *counter, int limit);
71 * Set the counter limit.
/netbsd-current/external/bsd/libarchive/dist/test_utils/
H A Dtest_utils.c76 int get_test_set(int *test_set, int limit, const char *test, argument
84 for (;idx < limit; idx++)
86 return (limit);
101 end = limit - 1;
112 if (start < 0 || end >= limit || start > end)
117 for (start = 0; start < limit; ++start) {
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcorefile.c548 symtab.limit = symtab.base;
563 sym_init (symtab.limit);
565 sscanf (address, "%" BFD_VMA_FMT "x", &(symtab.limit->addr) );
567 symtab.limit->name = (char *) xmalloc (strlen (name) + 1);
568 strcpy ((char *) symtab.limit->name, name);
569 symtab.limit->mapped = 0;
570 symtab.limit->is_func = TRUE;
571 symtab.limit->is_bb_head = TRUE;
572 symtab.limit->is_static = (type == 't');
573 min_vma = MIN (symtab.limit
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcorefile.c549 symtab.limit = symtab.base;
564 sym_init (symtab.limit);
566 sscanf (address, "%" BFD_VMA_FMT "x", &(symtab.limit->addr) );
568 symtab.limit->name = (char *) xmalloc (strlen (name) + 1);
569 strcpy ((char *) symtab.limit->name, name);
570 symtab.limit->mapped = 0;
571 symtab.limit->is_func = true;
572 symtab.limit->is_bb_head = true;
573 symtab.limit->is_static = (type == 't');
574 min_vma = MIN (symtab.limit
[all...]

Completed in 316 milliseconds

1234567891011>>