Home
last modified time | relevance | path

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

12

/external/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
/external/deqp-deps/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
/external/angle/third_party/vulkan-deps/spirv-tools/src/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
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DAsiExtraField.java55 private static final int WORD = 4; field in AsiExtraField
136 0, data, 2, WORD); in getLocalFileDataData() local
151 System.arraycopy(ZipLong.getBytes(checksum), 0, result, 0, WORD); in getLocalFileDataData() local
DZipConstants.java33 static final int WORD = 4; field in ZipConstants
DExtraFieldUtils.java33 private static final int WORD = 4; field in ExtraFieldUtils
DZip64ExtendedInformationExtraField.java146 System.arraycopy(diskStart.getBytes(), 0, data, off, WORD); in getCentralDirectoryData() local
/external/libopus/celt/tests/
Dtest_unit_mathops.c43 #define WORD "%d" macro
45 #define WORD "%f" macro
/external/cronet/base/win/
Ddispatch_stub.cc30 WORD, in Invoke() argument
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/win/
Dwindows_types.h40 typedef unsigned short WORD; typedef
/external/libhevc/encoder/
Dia_type_def.h94 typedef int32_t WORD; /* lp LOOPIDX lp_index */ typedef
/external/libxaac/decoder/
Dixheaacd_type_def.h81 typedef signed int WORD; /* lp LOOPIDX lp_index */ typedef
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DBreakIteratorMapperTest.java37 GRAPHEME, WORD, LINE, SENTENCE, TITLE; enumConstant
/external/crosvm/hypervisor/src/whpx/whpx_sys/
DWinHvPlatform.h42 typedef unsigned short WORD; typedef
/external/libxaac/decoder/drc_src/
Dimpd_type_def.h102 typedef signed int WORD; /* lp LOOPIDX lp_index */ typedef
/external/python/cpython3/Lib/tkinter/
Dconstants.py50 WORD='word' variable
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py50 WORD='word' variable
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DUnicodeSetBuilder.java85 private static final UnicodeSet WORD = new UnicodeSet("[[:alphabetic:][:digit:]]").freeze(); field in UnicodeSetBuilder.MyObjectBuilder
/external/apache-velocity-engine/generated-sources/javacc/org/apache/velocity/runtime/parser/
DStandardParserConstants.java128 int WORD = 63; field
/external/python/cpython2/Lib/ctypes/
Dwintypes.py5 WORD = c_ushort variable
/external/python/cpython3/Lib/ctypes/
Dwintypes.py5 WORD = ctypes.c_ushort variable
/external/kernel-headers/original/uapi/linux/
Dcciss_defs.h45 #define WORD __u16 macro
/external/libpcap/
Dpcap-dos.h17 typedef unsigned short WORD; typedef
/external/rust/crates/libloading/src/os/windows/
Dmod.rs5 pub(super) enum WORD {} enum
/external/lzma/CPP/Common/
DMyWindows.h35 typedef unsigned short WORD; typedef

12