| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| fixinc-test-limits.h | 18 extern __const char limit; /* test limits */
|
| 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 */
|
| 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++)
|
| 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...] |
| 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...] |
| 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++);
|
| 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);
|
| 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);
|
| 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...] |
| 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);
|
| 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);
|
| 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
|
| 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
|