| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
| H A D | generichash_blake2b.c | 19 assert(outlen <= UINT8_MAX); in crypto_generichash_blake2b() 20 assert(keylen <= UINT8_MAX); in crypto_generichash_blake2b() 36 assert(outlen <= UINT8_MAX); in crypto_generichash_blake2b_salt_personal() 37 assert(keylen <= UINT8_MAX); in crypto_generichash_blake2b_salt_personal() 53 assert(outlen <= UINT8_MAX); in crypto_generichash_blake2b_init() 54 assert(keylen <= UINT8_MAX); in crypto_generichash_blake2b_init() 76 assert(outlen <= UINT8_MAX); in crypto_generichash_blake2b_init_salt_personal() 77 assert(keylen <= UINT8_MAX); in crypto_generichash_blake2b_init_salt_personal() 103 assert(outlen <= UINT8_MAX); in crypto_generichash_blake2b_final()
|
| /freebsd/sys/sys/ |
| H A D | disk.h | 153 #define KDA_REMOVE UINT8_MAX 154 #define KDA_REMOVE_ALL (UINT8_MAX - 1) 155 #define KDA_REMOVE_DEV (UINT8_MAX - 2) 156 #define KDA_APPEND (UINT8_MAX - 3)
|
| /freebsd/sys/contrib/ck/include/ |
| H A D | ck_limits.h | 30 #ifndef UINT8_MAX 31 #define UINT8_MAX ((u8)(~0U)) macro
|
| /freebsd/contrib/flex/src/ |
| H A D | flexint.h | 52 #ifndef UINT8_MAX 53 #define UINT8_MAX (255U) macro
|
| /freebsd/contrib/netbsd-tests/lib/libbluetooth/ |
| H A D | t_sdp_put.c | 291 ATF_REQUIRE(sdp_put_uint(&test, (uintmax_t)UINT8_MAX)); in ATF_TC_BODY() 292 ATF_REQUIRE(sdp_put_uint(&test, (uintmax_t)UINT8_MAX + 1)); in ATF_TC_BODY() 336 ATF_REQUIRE(sdp_put_uint8(&test, (uint8_t)UINT8_MAX)); in ATF_TC_BODY() 363 ATF_REQUIRE(sdp_put_uint16(&test, (uint16_t)UINT8_MAX)); in ATF_TC_BODY() 394 ATF_REQUIRE(sdp_put_uint32(&test, (uint32_t)UINT8_MAX)); in ATF_TC_BODY() 432 ATF_REQUIRE(sdp_put_uint64(&test, (uint64_t)UINT8_MAX)); in ATF_TC_BODY() 709 ATF_REQUIRE(sdp_put_seq(&test, (ssize_t)UINT8_MAX)); in ATF_TC_BODY() 710 ATF_REQUIRE(sdp_put_seq(&test, (ssize_t)UINT8_MAX + 1)); in ATF_TC_BODY() 743 ATF_REQUIRE(sdp_put_alt(&test, (ssize_t)UINT8_MAX)); in ATF_TC_BODY() 744 ATF_REQUIRE(sdp_put_alt(&test, (ssize_t)UINT8_MAX + 1)); in ATF_TC_BODY()
|
| H A D | t_sdp_set.c | 102 ATF_CHECK_EQ(sdp_set_uint(&test, UINT8_MAX + 1), false); /* too big */ in ATF_TC_BODY() 255 ATF_CHECK_EQ(sdp_set_seq(&test, UINT8_MAX), false); /* data too big */ in ATF_TC_BODY() 314 ATF_CHECK_EQ(sdp_set_alt(&test, UINT8_MAX), false); /* data too big */ in ATF_TC_BODY()
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 68 if (u <= UINT8_MAX) { in write() 108 else if (!Compatible && Size <= UINT8_MAX) { in write() 128 if (Size <= UINT8_MAX) { in write() 195 if (Size <= UINT8_MAX) { in writeExt()
|
| /freebsd/contrib/libdivsufsort/include/ |
| H A D | divsufsort_private.h | 86 #if !defined(UINT8_MAX) 87 # define UINT8_MAX (255) macro 93 # define ALPHABET_SIZE (UINT8_MAX + 1)
|
| /freebsd/sys/dev/ftwd/ |
| H A D | ftwd.c | 63 if (timeout <= UINT8_MAX) { in ftwd_func() 66 } else if ((timeout / 60) <= UINT8_MAX) { in ftwd_func()
|
| /freebsd/usr.sbin/bluetooth/btpand/ |
| H A D | server.c | 79 server_avail = UINT8_MAX - (count - 1) * UINT8_MAX / server_limit; in server_update() 80 log_info("Service Availability: %d/%d", server_avail, UINT8_MAX); in server_update()
|
| /freebsd/sys/riscv/include/ |
| H A D | _stdint.h | 64 #define UINT8_MAX 0xff macro 86 #define UINT_LEAST8_MAX UINT8_MAX
|
| /freebsd/sys/arm64/include/ |
| H A D | _stdint.h | 68 #define UINT8_MAX 0xff macro 90 #define UINT_LEAST8_MAX UINT8_MAX
|
| /freebsd/sys/arm/include/ |
| H A D | _stdint.h | 66 #define UINT8_MAX 0xff macro 88 #define UINT_LEAST8_MAX UINT8_MAX
|
| /freebsd/sys/x86/include/ |
| H A D | _stdint.h | 74 #define UINT8_MAX 0xff macro 105 #define UINT_LEAST8_MAX UINT8_MAX
|
| /freebsd/sys/powerpc/include/ |
| H A D | _stdint.h | 89 #define UINT8_MAX 0xff macro 111 #define UINT_LEAST8_MAX UINT8_MAX
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | bin_types.h | 10 #define TSD_BINSHARDS_ZERO_INITIALIZER {{UINT8_MAX}}
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | limits.h | 34 #define U8_MAX UINT8_MAX
|
| /freebsd/contrib/netbsd-tests/include/ |
| H A D | t_stdint.c | 41 ATF_CHECK(INT8_MIN < UINT8_MAX); in ATF_TC_BODY()
|
| /freebsd/crypto/libecc/include/libecc/words/ |
| H A D | words_16.h | 40 #define HWORD_MAX UINT8_MAX
|
| H A D | types.h | 136 #define UINT8_MAX (0xff) macro
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_common.h | 48 #define AF_UNKNOWN UINT8_MAX
|
| /freebsd/sbin/setkey/ |
| H A D | parse.y | 977 m_sa.sadb_sa_replay = p_replay > UINT8_MAX ? UINT8_MAX: in setkeymsg_addr() 996 if (p_replay > UINT8_MAX) { in setkeymsg_addr() 1162 m_sa.sadb_sa_replay = p_replay > UINT8_MAX ? UINT8_MAX: p_replay; in setkeymsg_add() 1180 if (p_replay > UINT8_MAX) { in setkeymsg_add()
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nv.h | 67 PF_NV_DEF_UINT(uint8, uint8_t, UINT8_MAX);
|
| /freebsd/contrib/libcbor/src/cbor/internal/ |
| H A D | encoders.c | 91 if (value <= UINT8_MAX) in _cbor_encode_uint()
|
| /freebsd/contrib/libfido2/src/ |
| H A D | bio.c | 367 if (cbor_decode_uint64(val, &x) < 0 || x > UINT8_MAX) { in bio_parse_enroll_status() 374 if (cbor_decode_uint64(val, &x) < 0 || x > UINT8_MAX) { in bio_parse_enroll_status() 672 if (cbor_decode_uint64(val, &x) < 0 || x > UINT8_MAX) { in bio_parse_info() 679 if (cbor_decode_uint64(val, &x) < 0 || x > UINT8_MAX) { in bio_parse_info()
|