| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | sodium_utils2.c | 45 if (sodium_malloc(SIZE_MAX - 1U) != NULL) { in main() 51 if (sodium_allocarray(SIZE_MAX / 2U + 1U, SIZE_MAX / 2U) != NULL) { in main()
|
| H A D | misuse.c | 104 assert(sodium_pad(NULL, NULL, SIZE_MAX, 16, 1) == -1); in sigabrt_handler_6() 143 #if SIZE_MAX > 0x4000000000ULL in sigabrt_handler_2()
|
| H A D | cmptest.h | 90 if (count > (size_t) 0U && size >= (size_t) SIZE_MAX / count) { in mempool_allocarray()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/C99/ |
| H A D | stdint.h | 202 #ifndef SIZE_MAX // [ 204 # define SIZE_MAX _UI64_MAX macro 206 # define SIZE_MAX _UI32_MAX macro
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_pwhash_argon2i.h | 62 … ((SIZE_MAX >= 4398046510080U) ? 4398046510080U : (SIZE_MAX >= 2147483648U) ? 2147483648U : 32768U)
|
| H A D | crypto_pwhash_argon2id.h | 62 … ((SIZE_MAX >= 4398046510080U) ? 4398046510080U : (SIZE_MAX >= 2147483648U) ? 2147483648U : 32768U)
|
| H A D | export.h | 55 #define SODIUM_SIZE_MAX SODIUM_MIN(UINT64_MAX, SIZE_MAX)
|
| H A D | crypto_pwhash_scryptsalsa208sha256.h | 59 SODIUM_MIN(SIZE_MAX, 68719476736ULL)
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/ |
| H A D | pwhash_scryptsalsa208sha256_nosse.c | 305 #if SIZE_MAX > UINT32_MAX in escrypt_kdf_nosse() 327 if ((r > SIZE_MAX / 128 / p) || in escrypt_kdf_nosse() 328 #if SIZE_MAX / 256 <= UINT32_MAX in escrypt_kdf_nosse() 329 (r > SIZE_MAX / 256) || in escrypt_kdf_nosse() 331 (N > SIZE_MAX / 128 / r)) { in escrypt_kdf_nosse()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/ |
| H A D | pwhash_scryptsalsa208sha256_sse.c | 320 # if SIZE_MAX > UINT32_MAX in escrypt_kdf_sse() 345 if ((r > SIZE_MAX / 128 / p) || in escrypt_kdf_sse() 346 # if SIZE_MAX / 256 <= UINT32_MAX in escrypt_kdf_sse() 347 (r > SIZE_MAX / 256) || in escrypt_kdf_sse() 349 (N > SIZE_MAX / 128 / r)) { in escrypt_kdf_sse()
|
| /f-stack/freebsd/x86/include/ |
| H A D | _stdint.h | 178 #define SIZE_MAX UINT64_MAX macro 184 #define SIZE_MAX UINT32_MAX macro
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
| H A D | randombytes_sysrandom.c | 63 # define SSIZE_MAX (SIZE_MAX / 2 - 1) 327 #if defined(ULONG_LONG_MAX) && defined(SIZE_MAX) in randombytes_sysrandom_buf() 328 # if SIZE_MAX > ULONG_LONG_MAX in randombytes_sysrandom_buf()
|
| /f-stack/freebsd/mips/include/ |
| H A D | _stdint.h | 179 #define SIZE_MAX UINT64_MAX macro 186 #define SIZE_MAX UINT32_MAX macro
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/ |
| H A D | randombytes.c | 176 #if SIZE_MAX > 0x4000000000ULL in randombytes_buf_deterministic() 204 assert(buf_len <= SIZE_MAX); in randombytes()
|
| /f-stack/freebsd/sys/ |
| H A D | stdint.h | 74 #define RSIZE_MAX (SIZE_MAX >> 1)
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bcm_nvram_cfe.c | 345 if (nv_size > SIZE_MAX || SIZE_MAX - nv_size < nv_offset) { in bcm_nvram_iocfe_init() 425 #if (SIZE_MAX > INT64_MAX) in bhnd_nvram_iocfe_read()
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf_dyn.c | 236 if (req != SIZE_MAX && req != mbuf_dynfield->offset) { in __rte_mbuf_dynfield_register_offset() 252 if (req == SIZE_MAX) { in __rte_mbuf_dynfield_register_offset() 267 if (req == SIZE_MAX) { in __rte_mbuf_dynfield_register_offset() 349 return rte_mbuf_dynfield_register_offset(params, SIZE_MAX); in rte_mbuf_dynfield_register()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_decls.h | 52 # define SIZE_T_MAX SIZE_MAX
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 63 # define SSIZE_MAX (SIZE_MAX / 2 - 1) 491 #if defined(ULONG_LONG_MAX) && defined(SIZE_MAX) in randombytes_salsa20_random_buf() 492 # if SIZE_MAX > ULONG_LONG_MAX in randombytes_salsa20_random_buf()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
| H A D | pbkdf2-sha256.c | 59 #if SIZE_MAX > 0x1fffffffe0ULL in PBKDF2_SHA256()
|
| H A D | crypto_scrypt.h | 37 #if SIZE_MAX > 0xffffffffULL
|
| /f-stack/freebsd/arm/include/ |
| H A D | _stdint.h | 152 #define SIZE_MAX UINT32_MAX macro
|
| /f-stack/freebsd/arm64/include/ |
| H A D | _stdint.h | 150 #define SIZE_MAX UINT64_MAX macro
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/ |
| H A D | utils.c | 528 if (size >= (size_t) SIZE_MAX - page_size * 4U) { in _sodium_malloc() 576 if (count > (size_t) 0U && size >= (size_t) SIZE_MAX / count) { in sodium_allocarray() 685 if ((size_t) SIZE_MAX - unpadded_buflen <= xpadlen) { in sodium_pad()
|
| /f-stack/dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_vdpa.c | 162 vhost_vdpa_dma_unmap(dev, NULL, 0, SIZE_MAX); in vhost_vdpa_dma_map_all()
|