Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dlimits_test.cpp64 #if !defined(UCHAR_MAX) in TEST()
65 #error UCHAR_MAX in TEST()
/aosp12/bionic/libc/include/
H A Dlimits.h69 #define UCHAR_MAX 0xffU /* max value for an unsigned char */ macro
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/
H A Dtypedefs.h89 #define maxUWord8 UCHAR_MAX
/aosp12/bionic/tests/headers/posix/
H A Dlimits_h.c198 MACRO_VALUE(UCHAR_MAX, 255); in limits_h()
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c266 assert(pSession->contentTypeLength <= UCHAR_MAX); // Untaint scalar for code checkers. in FwdLockFile_attach()
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c552 if (pSession->contentType.length > UCHAR_MAX) { in FwdLockConv_WriteHeader()