Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A 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()
H A 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()
H A Dmbr.cc60 partitions[0].SetType(UINT8_C(0xEE)); in MakeProtectiveMBR()
/third_party/skia/third_party/externals/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
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/include/
H A Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/libc-test/src/api/
H A Dstdint.c91 C(UINT8_C(0)) in f()
H A Dinttypes.c93 C(UINT8_C(0)) in f()
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h235 #define UINT8_C(val) val##ui8 macro
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_xgl_pds.c338 #define PVR_INVALID_TEMP UINT8_C(~0)

Completed in 11 milliseconds