Home
last modified time | relevance | path

Searched refs:word3 (Results 1 - 6 of 6) sorted by relevance

/third_party/zlib/
H A Dcrc32.c755 z_word_t word3; in crc32_z() local
798 word3 = crc3 ^ words[3]; in crc32_z()
818 crc3 = crc_braid_table[0][word3 & 0xff]; in crc32_z()
835 crc3 ^= crc_braid_table[k][(word3 >> (k << 3)) & 0xff]; in crc32_z()
879 z_word_t crc3, word3; in crc32_z() local
920 word3 = crc3 ^ words[3]; in crc32_z()
940 crc3 = crc_braid_big_table[0][word3 & 0xff]; in crc32_z()
957 crc3 ^= crc_braid_big_table[k][(word3 >> (k << 3)) & 0xff]; in crc32_z()
/third_party/node/deps/zlib/
H A Dcrc32.c812 z_word_t word3; in crc32_z() local
855 word3 = crc3 ^ words[3]; in crc32_z()
875 crc3 = crc_braid_table[0][word3 & 0xff]; in crc32_z()
892 crc3 ^= crc_braid_table[k][(word3 >> (k << 3)) & 0xff]; in crc32_z()
936 z_word_t crc3, word3; in crc32_z() local
977 word3 = crc3 ^ words[3]; in crc32_z()
997 crc3 = crc_braid_big_table[0][word3 & 0xff]; in crc32_z()
1014 crc3 ^= crc_braid_big_table[k][(word3 >> (k << 3)) & 0xff]; in crc32_z()
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.h431 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 DSkSLSPIRVCodeGenerator.cpp367 int32_t word3, OutputStream& out) { in writeInstruction()
371 this->writeWord(word3, out); in writeInstruction()
375 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction()
379 this->writeWord(word3, out); in writeInstruction()
384 int32_t word3, int32_t word4, int32_t word5, in writeInstruction()
389 this->writeWord(word3, out); in writeInstruction()
395 int32_t word3, int32_t word4, int32_t word5, in writeInstruction()
400 this->writeWord(word3, out); in writeInstruction()
407 int32_t word3, int32_t word4, int32_t word5, in writeInstruction()
412 this->writeWord(word3, ou in writeInstruction()
366 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, OutputStream& out) writeInstruction() argument
374 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, OutputStream& out) writeInstruction() argument
383 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, OutputStream& out) writeInstruction() argument
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/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c2616 sampler->descriptor.data.word3 = 0; in pvr_CreateSampler()
2645 sampler->descriptor.data.word3 |= 0x40000000; in pvr_CreateSampler()
2648 sampler->descriptor.data.word3 |= 0x20000000; in pvr_CreateSampler()
H A Dpvr_private.h386 uint32_t word3; member

Completed in 14 milliseconds