Home
last modified time | relevance | path

Searched refs:UINT8_C (Results 1 – 20 of 20) sorted by relevance

/third_party/gptfdisk/
Dmbrpart.cc135 status = UINT8_C(0); in Empty()
136 firstSector[0] = UINT8_C(0); in Empty()
137 firstSector[1] = UINT8_C(0); in Empty()
138 firstSector[2] = UINT8_C(0); in Empty()
139 partitionType = UINT8_C(0); in Empty()
140 lastSector[0] = UINT8_C(0); in Empty()
141 lastSector[1] = UINT8_C(0); in Empty()
142 lastSector[2] = UINT8_C(0); in Empty()
269 chs[0] = chs[1] = chs[2] = UINT8_C(0); in LBAtoCHS()
Dbasicmbr.cc251 if (partitions[i].GetType() == UINT8_C(0xEE)) { in ReadMBRData()
261 if ((partitions[i].GetType() != UINT8_C(0xEE)) && in ReadMBRData()
262 (partitions[i].GetType() != UINT8_C(0x00))) in ReadMBRData()
705 chs[0] = chs[1] = chs[2] = UINT8_C(0); in LBAtoCHS()
1079 partitions[num].SetStatus(UINT8_C(0x00)); in SetPartBootable()
1081 partitions[num].SetStatus(UINT8_C(0x80)); in SetPartBootable()
1514 retval = UINT8_C(0); in GetStatus()
1526 retval = UINT8_C(0); in GetType()
Dmbr.cc60 partitions[0].SetType(UINT8_C(0xEE)); in MakeProtectiveMBR()
/third_party/boost/libs/config/test/
Dcstdint_test2.cpp56 static const boost::uint8_t uint8 = UINT8_C(255);
57 static const boost::uint_least8_t uint_least8 = UINT8_C(255);
58 static const boost::uint_fast8_t uint_fast8 = UINT8_C(255);
162 integral_constant_type_check(boost::uint8_t(0), UINT8_C(0)); in main()
176 boost::uint8_t uint8 = UINT8_C(255); in main()
177 boost::uint_least8_t uint_least8 = UINT8_C(255); in main()
178 boost::uint_fast8_t uint_fast8 = UINT8_C(255); in main()
Dcstdint_test.cpp46 static const boost::uint8_t uint8 = UINT8_C(255);
47 static const boost::uint_least8_t uint_least8 = UINT8_C(255);
48 static const boost::uint_fast8_t uint_fast8 = UINT8_C(255);
152 integral_constant_type_check(boost::uint8_t(0), UINT8_C(0)); in main()
166 boost::uint8_t uint8 = UINT8_C(255); in main()
167 boost::uint_least8_t uint_least8 = UINT8_C(255); in main()
168 boost::uint_fast8_t uint_fast8 = UINT8_C(255); in main()
Dcstdint_include_test.cpp13 boost::uint8_t ui8 = UINT8_C(0); in main()
31 boost::uint_least8_t ui8least = UINT8_C(0); in main()
49 boost::uint_fast8_t ui8fast = UINT8_C(0); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h149 #ifndef UINT8_C
150 #define UINT8_C(C) C##ui8 macro
/third_party/boost/boost/
Dcstdint.hpp430 #undef UINT8_C
456 # define UINT8_C(value) static_cast<unsigned char>(value##u) macro
458 # define UINT8_C(value) value##ui8 macro
481 # define UINT8_C(value) static_cast<boost::uint8_t>(value##u) macro
/third_party/musl/ndk_musl_include/
Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/include/
Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h101 #define UINT8_C(c) c macro
/third_party/mesa3d/src/util/
Du_atomic_test.c141 test_atomic_8bits(uint8_t, UINT8_C(0xff))
/third_party/musl/libc-test/src/api/
Dstdint.c91 C(UINT8_C(0)) in f()
Dinttypes.c93 C(UINT8_C(0)) in f()
/third_party/libuv/include/uv/
Dstdint-msvc2008.h235 #define UINT8_C(val) val##ui8 macro
/third_party/boost/libs/config/doc/
Dcstdint.qbk136 INT8_C, UINT8_C, INT16_C, UINT16_C, INT32_C, UINT32_C, INTMAX_C, UINTMAX_C.
/third_party/libexif/m4m/
Dstdint.m4635 # define UINT8_C(c) c ## U