Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_bitutils.h43 return ( ((word & UINT16_C(0x00FF)) << 8) in _Py_bswap16()
44 | ((word & UINT16_C(0xFF00)) >> 8)); in _Py_bswap16()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h155 #ifndef UINT16_C
156 #define UINT16_C(C) C##ui16 macro
/third_party/gptfdisk/
H A Dbasicmbr.h14 #define MBR_SIGNATURE UINT16_C(0xAA55)
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdint.h102 #define UINT16_C(c) c macro
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h102 #define UINT16_C(c) c macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h102 #define UINT16_C(c) c macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h102 #define UINT16_C(c) c macro
/third_party/musl/include/
H A Dstdint.h102 #define UINT16_C(c) c macro
/third_party/musl/libc-test/src/api/
H A Dstdint.c92 C(UINT16_C(0)) in f()
H A Dinttypes.c94 C(UINT16_C(0)) in f()
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h236 #define UINT16_C(val) val##ui16 macro
/third_party/python/Modules/
H A D_testinternalcapi.c50 uint16_t u16 = _Py_bswap16(UINT16_C(0x3412)); in test_bswap()
51 if (u16 != UINT16_C(0x1234)) { in test_bswap()
/third_party/elfutils/libcpu/
H A Driscv_disasm.c287 (UINT16_C (0) - ((first >> 7) & 0x20)) | ((first >> 2) & 0x1f)); in riscv_disasm()

Completed in 7 milliseconds