| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| D | parse_number_test.cpp | 328 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 331 "-0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 334 "32767", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST() 338 "-32768", type, [](uint32_t word) { EXPECT_EQ(0xffff8000u, word); }, in TEST() 344 "0x7fff", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST() 348 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0xffffffffu, word); }, in TEST() 401 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 404 "65535", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST() 410 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST() 463 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() [all …]
|
| D | text_word_get_test.cpp | 30 std::string word; in TEST() local 42 std::string word; in TEST() local 53 std::string word; in TEST() local 65 std::string word; in TEST() local 79 std::string word; in TEST() local 98 std::string word; in TEST() local 122 std::string word; in TEST() local 146 std::string word; in TEST() local 168 std::string word; in TEST() local 180 std::string word; in TEST() local [all …]
|
| D | fix_word_test.cpp | 27 uint32_t word = 0x53780921; in TEST() local 38 uint32_t word = 0x53780921; in TEST() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| D | parse_number_test.cpp | 328 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 331 "-0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 334 "32767", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST() 338 "-32768", type, [](uint32_t word) { EXPECT_EQ(0xffff8000u, word); }, in TEST() 344 "0x7fff", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST() 348 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0xffffffffu, word); }, in TEST() 401 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 404 "65535", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST() 410 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST() 463 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() [all …]
|
| D | text_word_get_test.cpp | 30 std::string word; in TEST() local 42 std::string word; in TEST() local 53 std::string word; in TEST() local 65 std::string word; in TEST() local 79 std::string word; in TEST() local 98 std::string word; in TEST() local 122 std::string word; in TEST() local 146 std::string word; in TEST() local 168 std::string word; in TEST() local 180 std::string word; in TEST() local [all …]
|
| /third_party/spirv-tools/test/ |
| D | parse_number_test.cpp | 328 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 331 "-0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 334 "32767", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST() 338 "-32768", type, [](uint32_t word) { EXPECT_EQ(0xffff8000u, word); }, in TEST() 344 "0x7fff", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST() 348 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0xffffffffu, word); }, in TEST() 401 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 404 "65535", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST() 410 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST() 463 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() [all …]
|
| D | text_word_get_test.cpp | 30 std::string word; in TEST() local 42 std::string word; in TEST() local 53 std::string word; in TEST() local 65 std::string word; in TEST() local 79 std::string word; in TEST() local 98 std::string word; in TEST() local 122 std::string word; in TEST() local 146 std::string word; in TEST() local 168 std::string word; in TEST() local 180 std::string word; in TEST() local [all …]
|
| /third_party/python/Include/internal/ |
| D | pycore_bitutils.h | 34 _Py_bswap16(uint16_t word) in _Py_bswap16() 49 _Py_bswap32(uint32_t word) in _Py_bswap32() 66 _Py_bswap64(uint64_t word) in _Py_bswap64()
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| D | png.cc | 31 unsigned char byte0(uint32_t word) { in byte0() 35 unsigned char byte1(uint32_t word) { in byte1() 39 unsigned char byte2(uint32_t word) { in byte2() 43 unsigned char byte3(uint32_t word) { in byte3()
|
| D | ppm.cc | 27 uint8_t byte0(uint32_t word) { in byte0() 31 uint8_t byte1(uint32_t word) { in byte1() 35 uint8_t byte2(uint32_t word) { in byte2()
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-bytecode-generator-inl.h | 25 void RegExpBytecodeGenerator::Emit16(uint32_t word) { in Emit16() 34 void RegExpBytecodeGenerator::Emit8(uint32_t word) { in Emit8() 43 void RegExpBytecodeGenerator::Emit32(uint32_t word) { in Emit32()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
| D | sequence_lock.h | 147 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 154 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 165 uint64_t word; in RelaxedCopyToAtomic() local 173 uint64_t word = 0; in RelaxedCopyToAtomic() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | u_bitmask.c | 168 unsigned word; in util_bitmask_add() local 207 unsigned word; in util_bitmask_set() local 233 unsigned word; in util_bitmask_clear() local 256 const unsigned word = index / UTIL_BITMASK_BITS_PER_WORD; in util_bitmask_get() local 283 unsigned word = index / UTIL_BITMASK_BITS_PER_WORD; in util_bitmask_get_next_index() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| D | enum_set.h | 140 void AddWord(uint32_t word) { in AddWord() 150 void RemoveWord(uint32_t word) { in RemoveWord() 160 bool ContainsWord(uint32_t word) const { in ContainsWord() 182 uint64_t AsMask(uint32_t word) const { in AsMask()
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| D | enum_set.h | 140 void AddWord(uint32_t word) { in AddWord() 150 void RemoveWord(uint32_t word) { in RemoveWord() 160 bool ContainsWord(uint32_t word) const { in ContainsWord() 182 uint64_t AsMask(uint32_t word) const { in AsMask()
|
| /third_party/backends/sanei/ |
| D | sanei_wire.c | 356 SANE_Word word = *v; in sanei_w_status() local 371 SANE_Word word = *v; in sanei_w_bool() local 386 SANE_Word word = *v; in sanei_w_constraint_type() local 401 SANE_Word word = *v; in sanei_w_value_type() local 415 SANE_Word word = *v; in sanei_w_unit() local 430 SANE_Word word = *v; in sanei_w_action() local 445 SANE_Word word = *v; in sanei_w_frame() local
|
| /third_party/python/Include/cpython/ |
| D | code.h | 22 # define _Py_OPCODE(word) ((word) >> 8) argument 23 # define _Py_OPARG(word) ((word) & 255) argument 26 # define _Py_OPCODE(word) ((word) & 255) argument 27 # define _Py_OPARG(word) ((word) >> 8) argument 32 #define _Py_SET_OPCODE(word, opcode) (((unsigned char *)&(word))[0] = (opcode)) argument
|
| /third_party/rust/crates/clap/src/output/textwrap/ |
| D | word_separators.rs | 9 let word = &line[start..idx]; in find_words_ascii_space() localVariable 19 let word = &line[start..]; in find_words_ascii_space() localVariable
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| D | bitmap.h | 79 static __inline__ u32 ntfs_rol32(u32 word, unsigned int shift) in ntfs_rol32() 90 static __inline__ u32 ntfs_ror32(u32 word, unsigned int shift) in ntfs_ror32()
|
| /third_party/glslang/SPIRV/ |
| D | SPVRemapper.h | 162 spv::Id& asId(unsigned word) { return spv[word]; } in asId() 163 const spv::Id& asId(unsigned word) const { return spv[word]; } in asId() 164 spv::Op asOpCode(unsigned word) const { return opOpCode(spv[word]); } in asOpCode() 166 spv::Decoration asDecoration(unsigned word) const { return spv::Decoration(spv[word]); } in asDecoration() 167 unsigned asWordCount(unsigned word) const { return opWordCount(spv[word]); } in asWordCount() 168 …spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) … in asTypeConstId()
|
| /third_party/skia/third_party/externals/spirv-tools/source/util/ |
| D | string_utils.h | 50 uint32_t word = 0; in MakeVector() local 75 for (uint32_t word : words) { in MakeString() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
| D | string_utils.h | 50 uint32_t word = 0; in MakeVector() local 75 for (uint32_t word : words) { in MakeString() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | char_map.h | 107 uint64_t word) { in RangeForWord() 114 uint64_t word) { in OpenRangeFromZeroForWord() 122 static constexpr uint64_t CharMaskForWord(unsigned char x, uint64_t word) { in CharMaskForWord()
|
| /third_party/spirv-tools/source/util/ |
| D | string_utils.h | 53 uint32_t word = 0; in AppendToVector() local 90 uint32_t word = *pos; variable
|
| /third_party/node/deps/npm/lib/commands/ |
| D | completion.js | 114 word, property 240 const word = opts.word constant 254 const isFlag = word => { argument
|