/third_party/gptfdisk/ |
D | mbrpart.cc | 135 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()
|
D | basicmbr.cc | 251 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()
|
D | mbr.cc | 60 partitions[0].SetType(UINT8_C(0xEE)); in MakeProtectiveMBR()
|
/third_party/boost/libs/config/test/ |
D | cstdint_test2.cpp | 56 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()
|
D | cstdint_test.cpp | 46 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()
|
D | cstdint_include_test.cpp | 13 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/ |
D | DataTypes.h | 149 #ifndef UINT8_C 150 #define UINT8_C(C) C##ui8 macro
|
/third_party/boost/boost/ |
D | cstdint.hpp | 430 #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/ |
D | stdint.h | 101 #define UINT8_C(c) c macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 101 #define UINT8_C(c) c macro
|
/third_party/musl/include/ |
D | stdint.h | 101 #define UINT8_C(c) c macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 101 #define UINT8_C(c) c macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 101 #define UINT8_C(c) c macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 101 #define UINT8_C(c) c macro
|
/third_party/mesa3d/src/util/ |
D | u_atomic_test.c | 141 test_atomic_8bits(uint8_t, UINT8_C(0xff))
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 91 C(UINT8_C(0)) in f()
|
D | inttypes.c | 93 C(UINT8_C(0)) in f()
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 235 #define UINT8_C(val) val##ui8 macro
|
/third_party/boost/libs/config/doc/ |
D | cstdint.qbk | 136 INT8_C, UINT8_C, INT16_C, UINT16_C, INT32_C, UINT32_C, INTMAX_C, UINTMAX_C.
|
/third_party/libexif/m4m/ |
D | stdint.m4 | 635 # define UINT8_C(c) c ## U
|