Searched refs:word_length (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | function.h | 73 uint32_t word_length() const { in word_length() function 75 uint32_t size = 2 + declaration_.word_length(); in word_length() 78 size += param.word_length(); in word_length() 81 size += var.word_length(); in word_length() 84 size += inst.word_length(); in word_length()
|
D | instruction.cc | 30 uint32_t Instruction::word_length() const { in word_length() function in tint::writer::spirv::Instruction
|
D | instruction.h | 45 uint32_t word_length() const;
|
D | instruction_test.cc | 46 EXPECT_EQ(i.word_length(), 5u); in TEST_F()
|
D | binary_writer.cc | 51 out_.push_back(inst.word_length() << 16 | in process_instruction()
|
D | builder.cc | 69 size += inst.word_length(); in size_of() 342 size += func.word_length(); in total_size()
|
/third_party/python/Modules/clinic/ |
D | _cryptmodule.c.h | 36 Py_ssize_t word_length; in crypt_crypt() local 37 word = PyUnicode_AsUTF8AndSize(args[0], &word_length); in crypt_crypt() 41 if (strlen(word) != (size_t)word_length) { in crypt_crypt()
|
/third_party/boost/boost/ |
D | crc.hpp | 384 Unsigned reflect_unsigned( Unsigned x, int word_length in reflect_unsigned() argument 387 for ( Unsigned l = 1u, h = l << (word_length - 1) ; h > l ; h >>= 1, l in reflect_unsigned() 455 inline unsigned char reflect_sub_byte( unsigned char x, int word_length ) in reflect_sub_byte() argument 456 { return reflect_byte(x) >> (CHAR_BIT - word_length); } in reflect_sub_byte() 483 Unsigned reflect_optionally( Unsigned x, bool reflect, int word_length in reflect_optionally() argument 485 { return reflect ? reflect_unsigned(x, word_length) : x; } in reflect_optionally() 550 new_dividend_bits, Register truncated_divisor, int word_length, bool in crc_modulo_word_update() argument 560 word_length ); in crc_modulo_word_update() 563 for ( int i = word_length ; i ; --i, new_dividend_bits >>= 1 ) in crc_modulo_word_update() 670 word_length, bool reflect ) in augmented_crc_modulo_word_update() argument [all …]
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 673 size_t word_length = strlen(kKeyTestWord); in OnPaint() local 674 for (size_t i = 0; i < word_length; ++i) { in OnPaint() 884 size_t word_length = strlen(kKeyTestWord); in OnPaint() local 886 for (size_t i = 0; i < word_length; ++i) { in OnPaint() 925 size_t word_length = strlen(kKeyTestWord); in OnPaint() local 927 for (size_t i = 0; i < word_length; ++i) { in OnPaint()
|