/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.h | 426 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, skstd::string_view string, 429 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out); 431 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, 434 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 437 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 440 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 443 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 446 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
|
H A D | SkSLSPIRVCodeGenerator.cpp | 351 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 355 this->writeWord(word2, out); in writeInstruction() 359 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 363 this->writeWord(word2, out); in writeInstruction() 366 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 370 this->writeWord(word2, out); in writeInstruction() 374 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 378 this->writeWord(word2, out); in writeInstruction() 383 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 388 this->writeWord(word2, ou in writeInstruction() 394 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, OutputStream& out) writeInstruction() argument 406 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, int32_t word7, OutputStream& out) writeInstruction() argument 419 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, int32_t word7, int32_t word8, OutputStream& out) writeInstruction() argument [all...] |
/third_party/zlib/ |
H A D | crc32.c | 752 z_word_t word2; in crc32_z() local 796 word2 = crc2 ^ words[2]; in crc32_z() 816 crc2 = crc_braid_table[0][word2 & 0xff]; in crc32_z() 833 crc2 ^= crc_braid_table[k][(word2 >> (k << 3)) & 0xff]; in crc32_z() 877 z_word_t crc2, word2; in crc32_z() local 918 word2 = crc2 ^ words[2]; in crc32_z() 938 crc2 = crc_braid_big_table[0][word2 & 0xff]; in crc32_z() 955 crc2 ^= crc_braid_big_table[k][(word2 >> (k << 3)) & 0xff]; in crc32_z()
|
/third_party/node/deps/zlib/ |
H A D | crc32.c | 809 z_word_t word2; in crc32_z() local 853 word2 = crc2 ^ words[2]; in crc32_z() 873 crc2 = crc_braid_table[0][word2 & 0xff]; in crc32_z() 890 crc2 ^= crc_braid_table[k][(word2 >> (k << 3)) & 0xff]; in crc32_z() 934 z_word_t crc2, word2; in crc32_z() local 975 word2 = crc2 ^ words[2]; in crc32_z() 995 crc2 = crc_braid_big_table[0][word2 & 0xff]; in crc32_z() 1012 crc2 ^= crc_braid_big_table[k][(word2 >> (k << 3)) & 0xff]; in crc32_z()
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | namespropsbuilder.cpp | 258 compareWords(const void *context, const void *word1, const void *word2); 743 compareWords(const void *context, const void *word1, const void *word2) { in compareWords() argument 745 return ((Word *)word2)->weight-((Word *)word1)->weight; in compareWords()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | codegen.h | 354 unsigned word2 : 9; member
|
H A D | disasm.c | 721 branch->discard.word2 == PPIR_CODEGEN_DISCARD_WORD2) { in print_branch()
|
H A D | codegen.c | 621 b->discard.word2 = PPIR_CODEGEN_DISCARD_WORD2; in ppir_codegen_encode_discard()
|
/third_party/ffmpeg/libavcodec/ |
H A D | indeo3.c | 901 uint32_t frame_num, word2, check_sum, data_size; in decode_frame_headers() local 911 word2 = bytestream2_get_le32(&gb); in decode_frame_headers() 915 if ((frame_num ^ word2 ^ data_size ^ OS_HDR_ID) != check_sum) { in decode_frame_headers()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | fuzzerutil_test.cpp | 470 uint32_t word2 = fuzzerutil::FloatToWord(1.23f); in TEST() local 479 std::vector<uint32_t>{word2}, 32, false)); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | fuzzerutil_test.cpp | 470 uint32_t word2 = fuzzerutil::FloatToWord(1.23f); in TEST() local 479 std::vector<uint32_t>{word2}, 32, false)); in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | fuzzerutil_test.cpp | 470 uint32_t word2 = fuzzerutil::FloatToWord(1.23f); in TEST() local 479 std::vector<uint32_t>{word2}, 32, false)); in TEST()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard.h | 786 uint64_t word2 : 60; member
|
H A D | midgard_emit.c | 1003 .word2 = next64 in emit_binary_bundle()
|
H A D | disassemble.c | 1551 if (load_store->word2 != 3) { in print_load_store_word() 1552 print_load_store_instr(ctx, fp, load_store->word2, verbose); in print_load_store_word()
|