Home
last modified time | relevance | path

Searched refs:UINT8_MAX (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/stdlib/
Dtst-width-stdint.c62 CHECK_WIDTH (uint8_t, UINT8_MAX, UINT8_WIDTH); in do_test()
Dstdint.h127 # define UINT8_MAX (255) macro
/glibc-2.36/nscd/
Dnscd_conf.c240 if (count > UINT8_MAX - 1) in nscd_parse_file()
/glibc-2.36/conform/data/
Dstdint.h-data45 macro-int-constant UINT8_MAX {promoted:uint8_t} == 255
/glibc-2.36/manual/
Darith.texi111 follow these examples: @code{INT32_MAX}, @code{UINT8_MAX},
/glibc-2.36/ChangeLog.old/
DChangeLog.1874920 [C99-based standards] (UINT8_MAX): Likewise.