Home
last modified time | relevance | path

Searched refs:word_length (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dfunction.h73 uint32_t word_length() const { in word_length() function in tint::writer::spirv::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()
H A Dinstruction.cc30 uint32_t Instruction::word_length() const { in word_length() function in tint::writer::spirv::Instruction
H A Dinstruction.h45 uint32_t word_length() const;
H A Dinstruction_test.cc46 EXPECT_EQ(i.word_length(), 5u); in TEST_F()
H A Dbinary_writer.cc51 out_.push_back(inst.word_length() << 16 | in process_instruction()
H A Dbuilder.cc69 size += inst.word_length(); in size_of()
342 size += func.word_length(); in total_size()
/third_party/python/Modules/clinic/
H A D_cryptmodule.c.h36 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/node/deps/v8/src/objects/
H A Djs-date-time-format.cc351 int word_length = 0; in ToTitleCaseTimezoneLocation() local
355 title_cased += word_length == 0 ? LocaleIndependentAsciiToUpper(ch) in ToTitleCaseTimezoneLocation()
357 word_length++; in ToTitleCaseTimezoneLocation()
360 if (word_length == 2) { in ToTitleCaseTimezoneLocation()
368 word_length = 0; in ToTitleCaseTimezoneLocation()

Completed in 10 milliseconds