Home
last modified time | relevance | path

Searched refs:word5 (Results 1 - 4 of 4) sorted by relevance

/third_party/zlib/
H A Dcrc32.c761 z_word_t word5; in crc32_z() local
802 word5 = crc5 ^ words[5]; in crc32_z()
822 crc5 = crc_braid_table[0][word5 & 0xff]; in crc32_z()
839 crc5 ^= crc_braid_table[k][(word5 >> (k << 3)) & 0xff]; in crc32_z()
883 z_word_t crc5, word5; in crc32_z() local
924 word5 = crc5 ^ words[5]; in crc32_z()
944 crc5 = crc_braid_big_table[0][word5 & 0xff]; in crc32_z()
961 crc5 ^= crc_braid_big_table[k][(word5 >> (k << 3)) & 0xff]; in crc32_z()
/third_party/node/deps/zlib/
H A Dcrc32.c818 z_word_t word5; in crc32_z() local
859 word5 = crc5 ^ words[5]; in crc32_z()
879 crc5 = crc_braid_table[0][word5 & 0xff]; in crc32_z()
896 crc5 ^= crc_braid_table[k][(word5 >> (k << 3)) & 0xff]; in crc32_z()
940 z_word_t crc5, word5; in crc32_z() local
981 word5 = crc5 ^ words[5]; in crc32_z()
1001 crc5 = crc_braid_big_table[0][word5 & 0xff]; in crc32_z()
1018 crc5 ^= crc_braid_big_table[k][(word5 >> (k << 3)) & 0xff]; in crc32_z()
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.h438 int32_t word5, OutputStream& out);
441 int32_t word5, int32_t word6, OutputStream& out);
444 int32_t word5, int32_t word6, int32_t word7, OutputStream& out);
447 int32_t word5, int32_t word6, int32_t word7, int32_t word8,
H A DSkSLSPIRVCodeGenerator.cpp384 int32_t word3, int32_t word4, int32_t word5, in writeInstruction()
391 this->writeWord(word5, out); in writeInstruction()
395 int32_t word3, int32_t word4, int32_t word5, in writeInstruction()
402 this->writeWord(word5, out); in writeInstruction()
407 int32_t word3, int32_t word4, int32_t word5, in writeInstruction()
414 this->writeWord(word5, out); in writeInstruction()
420 int32_t word3, int32_t word4, int32_t word5, in writeInstruction()
428 this->writeWord(word5, out); in writeInstruction()
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

Completed in 10 milliseconds