Home
last modified time | relevance | path

Searched refs:uint_least8_t (Results 1 – 9 of 9) sorted by relevance

/external/bison/darwin-lib/
Dstdint.h224 #undef uint_least8_t
232 #define uint_least8_t uint8_t macro
/external/bison/lib/
Dstdint.in.h223 #undef uint_least8_t
231 #define uint_least8_t uint8_t
/external/bison/m4/
Dstdint.m4123 uint_least8_t d1 = UINT8_C (0xff);
124 uint_least8_t d1max = UINT_LEAST8_MAX;
183 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
200 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
/external/libusb_aah/msvc/
Dstdint.h99 typedef unsigned char uint_least8_t; typedef
/external/clang/lib/Headers/
Dstdint.h204 typedef __uint_least8_t uint_least8_t; typedef
/external/mdnsresponder/mDNSShared/
DCommonServices.h773 typedef uint8_t uint_least8_t; typedef
/external/libmtp/m4/
Dstdint.m4569 typedef uint8_t uint_least8_t;
/external/libvpx/libvpx/nestegg/m4/
Dax_create_stdint_h.m4532 typedef uint8_t uint_least8_t;
/external/bison/
Dconfigure14248 uint_least8_t d1 = UINT8_C (0xff);
14249 uint_least8_t d1max = UINT_LEAST8_MAX;
14308 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
14325 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;