Home
last modified time | relevance | path

Searched defs:WORD (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/
Dspirv_constant.h28 #define SPV_SPIRV_VERSION_MAJOR_PART(WORD) ((uint32_t(WORD) >> 16) & 0xff) argument
30 #define SPV_SPIRV_VERSION_MINOR_PART(WORD) ((uint32_t(WORD) >> 8) & 0xff) argument
97 #define SPV_GENERATOR_TOOL_PART(WORD) (uint32_t(WORD) >> 16) argument
99 #define SPV_GENERATOR_MISC_PART(WORD) (uint32_t(WORD) & 0xFFFF) argument
/third_party/spirv-tools/source/
Dspirv_constant.h28 #define SPV_SPIRV_VERSION_MAJOR_PART(WORD) ((uint32_t(WORD) >> 16) & 0xff) argument
30 #define SPV_SPIRV_VERSION_MINOR_PART(WORD) ((uint32_t(WORD) >> 8) & 0xff) argument
97 #define SPV_GENERATOR_TOOL_PART(WORD) (uint32_t(WORD) >> 16) argument
99 #define SPV_GENERATOR_MISC_PART(WORD) (uint32_t(WORD) & 0xFFFF) argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_constant.h28 #define SPV_SPIRV_VERSION_MAJOR_PART(WORD) ((uint32_t(WORD) >> 16) & 0xff) argument
30 #define SPV_SPIRV_VERSION_MINOR_PART(WORD) ((uint32_t(WORD) >> 8) & 0xff) argument
97 #define SPV_GENERATOR_TOOL_PART(WORD) (uint32_t(WORD) >> 16) argument
99 #define SPV_GENERATOR_MISC_PART(WORD) (uint32_t(WORD) & 0xFFFF) argument
/third_party/rust/crates/termcolor/wincolor/src/
Dwin.rs149 fn to_word(&self) -> WORD { in to_word()
177 fn to_bg(&self) -> WORD { in to_bg()
185 fn to_fg(&self) -> WORD { in to_fg()
216 fn to_bg(&self) -> WORD { in to_bg()
224 fn to_fg(&self) -> WORD { in to_fg()
/third_party/node/deps/v8/src/objects/
Djs-segmenter.h56 WORD, // for word-breaks enumerator
Djs-break-iterator.cc21 enum class Type { CHARACTER, WORD, SENTENCE, LINE }; enumerator
/third_party/jsframework/runtime/main/extend/systemplugin/napi/bundle/
DdefaultAppManager.js22 WORD: "[PC preview] unknown WORD", property
/third_party/FatFs/source/
Dinteger.h28 typedef unsigned short WORD; typedef
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_bundle_defaultAppManager.js25 WORD: "WORD", property
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DBreakIteratorMapperTest.java37 GRAPHEME, WORD, LINE, SENTENCE, TITLE; enumConstant
/third_party/python/Lib/tkinter/
Dconstants.py50 WORD='word' variable
/third_party/python/Lib/ctypes/
Dwintypes.py5 WORD = ctypes.c_ushort variable
/third_party/rust/crates/libloading/src/os/windows/
Dmod.rs5 pub(super) enum WORD {} enum
/third_party/lzma/CPP/Common/
DMyWindows.h46 typedef unsigned short WORD; typedef
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h322 WORD, enumerator
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeRISCV_common.c1033 #define WORD 0 macro
1036 #define WORD word macro
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h358 WORD, enumerator
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h353 enum TraceType { BYTE, HALF, WORD, DWORD, FLOAT, DOUBLE, FLOAT_DOUBLE }; enumerator
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h525 WORD, enumerator
/third_party/mesa3d/src/panfrost/lib/
Dpan_indirect_draw.c37 #define WORD(x) ((x) * 4) macro
/third_party/mesa3d/include/D3D9/
Dd3d9types.h60 typedef uint16_t WORD; typedef