Home
last modified time | relevance | path

Searched defs:UINT8_MAX (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/ck/include/
H A Dck_limits.h31 #define UINT8_MAX ((u8)(~0U)) macro
/freebsd/contrib/flex/src/
H A Dflexint.h53 #define UINT8_MAX (255U) macro
/freebsd/crypto/openssl/include/internal/
H A Dnumbers.h43 # define UINT8_MAX __MAXUINT__(uint8_t) macro
/freebsd/contrib/libdivsufsort/include/
H A Ddivsufsort_private.h87 # define UINT8_MAX (255) macro
/freebsd/sys/riscv/include/
H A D_stdint.h70 #define UINT8_MAX 0xff macro
/freebsd/sys/arm/include/
H A D_stdint.h72 #define UINT8_MAX 0xff macro
/freebsd/sys/arm64/include/
H A D_stdint.h74 #define UINT8_MAX 0xff macro
/freebsd/sys/x86/include/
H A D_stdint.h80 #define UINT8_MAX 0xff macro
/freebsd/sys/powerpc/include/
H A D_stdint.h95 #define UINT8_MAX 0xff macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h46 #define UINT8_MAX (255) macro
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c78 #define UINT8_MAX (255U) macro
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c78 #define UINT8_MAX (255U) macro
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c78 #define UINT8_MAX (255U) macro
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c79 #define UINT8_MAX (255U) macro
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c79 #define UINT8_MAX (255U) macro
/freebsd/usr.bin/lex/
H A Dinitscan.c78 #define UINT8_MAX (255U) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h837 # define UINT8_MAX UINT8_C(255) macro