Searched refs:UINT8_C (Results 1 - 25 of 30) sorted by relevance

12

/external/gptfdisk/
H A Dmbrpart.cc135 status = UINT8_C(0);
136 firstSector[0] = UINT8_C(0);
137 firstSector[1] = UINT8_C(0);
138 firstSector[2] = UINT8_C(0);
139 partitionType = UINT8_C(0);
140 lastSector[0] = UINT8_C(0);
141 lastSector[1] = UINT8_C(0);
142 lastSector[2] = UINT8_C(0);
269 chs[0] = chs[1] = chs[2] = UINT8_C(0);
H A Dmbr.cc63 partitions[0].SetType(UINT8_C(0xEE));
H A Dbasicmbr.cc219 if (partitions[i].GetType() == UINT8_C(0xEE)) {
229 if ((partitions[i].GetType() != UINT8_C(0xEE)) &&
230 (partitions[i].GetType() != UINT8_C(0x00)))
672 chs[0] = chs[1] = chs[2] = UINT8_C(0);
1046 partitions[num].SetStatus(UINT8_C(0x00));
1048 partitions[num].SetStatus(UINT8_C(0x80));
1481 retval = UINT8_C(0);
1493 retval = UINT8_C(0);
/external/syslinux/com32/include/
H A Dstdint.h85 #define UINT8_C(c) c ## U macro
95 #define UINT_LEAST8_C(c) UINT8_C(c)
103 #define UINT_FAST8_C(c) UINT8_C(c)
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dint_typedefs.h26 #define U8_C(x) UINT8_C(x)
/external/llvm/include/llvm/Support/
H A DDataTypes.h149 #ifndef UINT8_C
150 # define UINT8_C(C) C##ui8 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h149 #ifndef UINT8_C
150 # define UINT8_C(C) C##ui8 macro
H A DDataTypes.h.cmake148 #ifndef UINT8_C
149 # define UINT8_C(C) C##ui8
H A DDataTypes.h.in148 #ifndef UINT8_C
149 # define UINT8_C(C) C##ui8
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h148 #ifndef UINT8_C
149 # define UINT8_C(C) C##ui8 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
H A DDataTypes.h148 #ifndef UINT8_C
149 # define UINT8_C(C) C##ui8 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h148 #ifndef UINT8_C
149 # define UINT8_C(C) C##ui8 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h148 #ifndef UINT8_C
149 # define UINT8_C(C) C##ui8 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h149 #ifndef UINT8_C
150 #define UINT8_C(C) C##ui8 macro
/external/clang/test/Preprocessor/
H A Dstdint.c1486 UINT8_C_(0) UINT8_C(0)
/external/syslinux/dos/
H A Dstdint.h132 # define UINT8_C(n) n ## U macro
/external/mesa3d/src/util/
H A Du_atomic_test.c141 test_atomic_8bits(uint8_t, UINT8_C(0xff))
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp268 #ifndef UINT8_C
269 #error UINT8_C not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp269 #ifndef UINT8_C
270 #error UINT8_C not defined
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h235 #define UINT8_C(val) val##ui8 macro
/external/libusb/msvc/
H A Dstdint.h247 #define UINT8_C(val) (val) macro
/external/libvncserver/compat/msvc/
H A Dstdint.h235 #define UINT8_C(val) val##ui8 macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h220 #define UINT8_C(val) val##ui8 macro
/external/clang/lib/Headers/
H A Dstdint.h447 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro
450 # define UINT8_C(v) v ## U macro
637 # define UINT8_MAX UINT8_C(255)
/external/python/cpython2/Lib/plat-sunos5/
H A DTYPES.py84 def UINT8_C(c): return __CONCAT__(c,u) function

Completed in 4244 milliseconds

12