| /src/external/bsd/unbound/dist/testcode/ |
| unitregional.c | 52 size_t minsize = sizeof(uint64_t); local 68 unit_assert((s % minsize) == 0); 84 s+=minsize; 90 s+=minsize; 106 unit_assert(r->total_large == 10240+minsize); 142 unit_assert(r->total_large == 10240 + 8192 + 2*minsize); 148 unit_assert(r->total_large == 10240 + 8192 + 2*minsize);
|
| unitregional.c | 52 size_t minsize = sizeof(uint64_t); local 68 unit_assert((s % minsize) == 0); 84 s+=minsize; 90 s+=minsize; 106 unit_assert(r->total_large == 10240+minsize); 142 unit_assert(r->total_large == 10240 + 8192 + 2*minsize); 148 unit_assert(r->total_large == 10240 + 8192 + 2*minsize);
|
| /src/external/lgpl3/gmp/dist/mpf/ |
| eq.c | 39 mp_size_t usize, vsize, minsize, maxsize, n_limbs, i, size; local 100 minsize = MIN (usize, vsize); 101 maxsize = usize + vsize - minsize; 103 up -= minsize; /* point at most significant common limb */ 104 vp -= minsize; /* point at most significant common limb */ 107 for (i = minsize - 1; i > 0; i--) 115 size = maxsize - minsize;
|
| eq.c | 39 mp_size_t usize, vsize, minsize, maxsize, n_limbs, i, size; local 100 minsize = MIN (usize, vsize); 101 maxsize = usize + vsize - minsize; 103 up -= minsize; /* point at most significant common limb */ 104 vp -= minsize; /* point at most significant common limb */ 107 for (i = minsize - 1; i > 0; i--) 115 size = maxsize - minsize;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| attribs.h | 279 unsigned HOST_WIDE_INT minsize; member in struct:attr_access 287 /* Set for the T[static MINSIZE] array notation for nonzero MINSIZE
|
| attribs.h | 279 unsigned HOST_WIDE_INT minsize; member in struct:attr_access 287 /* Set for the T[static MINSIZE] array notation for nonzero MINSIZE
|
| optabs-libfuncs.cc | 191 int minsize = BITS_PER_WORD; local 198 if (minsize > INT_TYPE_SIZE 201 minsize = INT_TYPE_SIZE; 202 if (GET_MODE_BITSIZE (int_mode) < minsize
|
| /src/external/gpl2/dtc/dist/ |
| dtc.c | 18 int minsize; /* Minimum blob size */ variable 178 minsize = 0; 203 minsize = strtol(optarg, NULL, 0); 276 /* minsize and padsize are mutually exclusive */ 277 if (minsize && padsize)
|
| dtc.c | 18 int minsize; /* Minimum blob size */ variable 178 minsize = 0; 203 minsize = strtol(optarg, NULL, 0); 276 /* minsize and padsize are mutually exclusive */ 277 if (minsize && padsize)
|
| /src/external/gpl2/gmake/dist/ |
| strcache.c | 186 int totsize = 0, avgsize, maxsize = 0, minsize = bufsize; local 200 minsize = (sz < minsize ? sz : minsize); 213 prefix, totsize, maxsize, minsize, avgsize);
|
| strcache.c | 186 int totsize = 0, avgsize, maxsize = 0, minsize = bufsize; local 200 minsize = (sz < minsize ? sz : minsize); 213 prefix, totsize, maxsize, minsize, avgsize);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| attribs.h | 341 unsigned HOST_WIDE_INT minsize; member in struct:attr_access 349 /* Set for the T[static MINSIZE] array notation for nonzero MINSIZE
|
| attribs.h | 341 unsigned HOST_WIDE_INT minsize; member in struct:attr_access 349 /* Set for the T[static MINSIZE] array notation for nonzero MINSIZE
|
| optabs-libfuncs.cc | 191 int minsize = BITS_PER_WORD; local 198 if (minsize > INT_TYPE_SIZE 201 minsize = INT_TYPE_SIZE; 202 if (GET_MODE_BITSIZE (int_mode) < minsize
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| badcache.c | 51 unsigned int minsize; member in struct:dns_badcache 89 bc->size = bc->minsize = size; 144 bc->size > bc->minsize) 273 (count < bc->size * 2 && bc->size > bc->minsize))
|
| badcache.c | 51 unsigned int minsize; member in struct:dns_badcache 89 bc->size = bc->minsize = size; 144 bc->size > bc->minsize) 273 (count < bc->size * 2 && bc->size > bc->minsize))
|
| /src/sys/arch/x68k/x68k/ |
| machdep.c | 460 psize_t minsize; member in struct:memlist 588 psize_t size, minsize, maxsize; local 614 minsize = mlist[i].minsize; 625 for (size = minsize; size <= maxsize; size += EXTMEM_RANGE) {
|
| machdep.c | 460 psize_t minsize; member in struct:memlist 588 psize_t size, minsize, maxsize; local 614 minsize = mlist[i].minsize; 625 for (size = minsize; size <= maxsize; size += EXTMEM_RANGE) {
|
| /src/lib/libpuffs/ |
| puffs.c | 206 long psize, minsize; local 213 minsize = 4*psize; 214 if (ss < (size_t)minsize || ss == PUFFS_STACKSIZE_MIN) { 217 __func__, minsize);
|
| puffs.c | 206 long psize, minsize; local 213 minsize = 4*psize; 214 if (ss < (size_t)minsize || ss == PUFFS_STACKSIZE_MIN) { 217 __func__, minsize);
|
| /src/sbin/fsck_lfs/ |
| pass6.c | 159 off_t minsize; local 161 minsize = (lbn << lfs_sb_getbshift(fs)); 162 minsize += (size - lfs_sb_getfsize(fs)) + 1; 163 if (lfs_dino_getsize(fs, ip->i_din) < minsize) 164 lfs_dino_setsize(fs, ip->i_din, minsize);
|
| pass6.c | 159 off_t minsize; local 161 minsize = (lbn << lfs_sb_getbshift(fs)); 162 minsize += (size - lfs_sb_getfsize(fs)) + 1; 163 if (lfs_dino_getsize(fs, ip->i_din) < minsize) 164 lfs_dino_setsize(fs, ip->i_din, minsize);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| mem_sec.c | 99 static int sh_init(size_t size, size_t minsize); 107 int CRYPTO_secure_malloc_init(size_t size, size_t minsize) 116 if ((ret = sh_init(size, minsize)) != 0) { 303 * of "sh.minsize" units. The freelist and bitmaps are kept separately, 333 size_t minsize; member in struct:sh_st 344 size_t bit = (sh.arena_size + ptr - sh.arena) / sh.minsize; 425 static int sh_init(size_t size, size_t minsize) 444 if (minsize <= sizeof(SH_LIST)) { 451 minsize = sizeof(SH_LIST) - 1; 452 minsize |= minsize >> 1 [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| mem_sec.c | 87 static int sh_init(size_t size, size_t minsize); 95 int CRYPTO_secure_malloc_init(size_t size, size_t minsize) 104 if ((ret = sh_init(size, minsize)) != 0) { 283 * of "sh.minsize" units. The freelist and bitmaps are kept separately, 316 size_t minsize; member in struct:sh_st 327 size_t bit = (sh.arena_size + ptr - sh.arena) / sh.minsize; 410 static int sh_init(size_t size, size_t minsize) 429 if (minsize <= sizeof(SH_LIST)) { 436 minsize = sizeof(SH_LIST) - 1; 437 minsize |= minsize >> 1 [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| mem_sec.c | 66 static int sh_init(size_t size, int minsize); 74 int CRYPTO_secure_malloc_init(size_t size, int minsize) 83 if ((ret = sh_init(size, minsize)) != 0) { 255 * of "sh.minsize" units. The freelist and bitmaps are kept separately, 288 size_t minsize; member in struct:sh_st 299 size_t bit = (sh.arena_size + ptr - sh.arena) / sh.minsize; 382 static int sh_init(size_t size, int minsize) 391 /* make sure size and minsize are powers of 2 */ 394 OPENSSL_assert(minsize > 0); 395 OPENSSL_assert((minsize & (minsize - 1)) == 0) [all...] |