Home
last modified time | relevance | path

Searched defs:word (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/third_party/skia/third_party/externals/spirv-tools/test/
Dparse_number_test.cpp328 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
331 "-0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
334 "32767", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST()
338 "-32768", type, [](uint32_t word) { EXPECT_EQ(0xffff8000u, word); }, in TEST()
344 "0x7fff", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST()
348 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0xffffffffu, word); }, in TEST()
401 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
404 "65535", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST()
410 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST()
463 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
[all …]
Dtext_word_get_test.cpp30 std::string word; in TEST() local
42 std::string word; in TEST() local
53 std::string word; in TEST() local
65 std::string word; in TEST() local
79 std::string word; in TEST() local
98 std::string word; in TEST() local
122 std::string word; in TEST() local
146 std::string word; in TEST() local
168 std::string word; in TEST() local
180 std::string word; in TEST() local
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dparse_number_test.cpp330 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
333 "-0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
336 "32767", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST()
340 "-32768", type, [](uint32_t word) { EXPECT_EQ(0xffff8000u, word); }, in TEST()
346 "0x7fff", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST()
350 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0xffffffffu, word); }, in TEST()
403 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
406 "65535", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST()
412 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST()
465 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
[all …]
Dtext_word_get_test.cpp28 std::string word; in TEST() local
40 std::string word; in TEST() local
51 std::string word; in TEST() local
63 std::string word; in TEST() local
77 std::string word; in TEST() local
96 std::string word; in TEST() local
120 std::string word; in TEST() local
144 std::string word; in TEST() local
166 std::string word; in TEST() local
178 std::string word; in TEST() local
[all …]
/third_party/spirv-tools/test/
Dparse_number_test.cpp328 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
331 "-0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
334 "32767", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST()
338 "-32768", type, [](uint32_t word) { EXPECT_EQ(0xffff8000u, word); }, in TEST()
344 "0x7fff", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST()
348 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0xffffffffu, word); }, in TEST()
401 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
404 "65535", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST()
410 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST()
463 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
[all …]
Dtext_word_get_test.cpp30 std::string word; in TEST() local
42 std::string word; in TEST() local
53 std::string word; in TEST() local
65 std::string word; in TEST() local
79 std::string word; in TEST() local
98 std::string word; in TEST() local
122 std::string word; in TEST() local
146 std::string word; in TEST() local
168 std::string word; in TEST() local
180 std::string word; in TEST() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dparse_number_test.cpp328 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
331 "-0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
334 "32767", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST()
338 "-32768", type, [](uint32_t word) { EXPECT_EQ(0xffff8000u, word); }, in TEST()
344 "0x7fff", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST()
348 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0xffffffffu, word); }, in TEST()
401 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
404 "65535", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST()
410 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST()
463 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST()
[all …]
Dtext_word_get_test.cpp30 std::string word; in TEST() local
42 std::string word; in TEST() local
53 std::string word; in TEST() local
65 std::string word; in TEST() local
79 std::string word; in TEST() local
98 std::string word; in TEST() local
122 std::string word; in TEST() local
146 std::string word; in TEST() local
168 std::string word; in TEST() local
180 std::string word; in TEST() local
[all …]
/third_party/flutter/engine/flutter/third_party/txt/tests/
DHyphenatorTest.cpp57 const uint16_t word[] = {'t', 'a', 'b', 'l', 'e'}; in TEST_F() local
71 const uint16_t word[] = {'l', 'l', MIDDLE_DOT, 'l', 'l'}; in TEST_F() local
85 const uint16_t word[] = {'l', MIDDLE_DOT, 'l'}; in TEST_F() local
98 const uint16_t word[] = {'x', HYPHEN, 'y'}; in TEST_F() local
111 const uint16_t word[] = {GREEK_LOWER_ALPHA, HYPHEN, GREEK_LOWER_ALPHA}; in TEST_F() local
124 const uint16_t word[] = {'x', EN_DASH, 'y'}; in TEST_F() local
137 const uint16_t word[] = {'x', SOFT_HYPHEN, 'y'}; in TEST_F() local
149 const uint16_t word[] = {SOFT_HYPHEN, 'y'}; in TEST_F() local
161 const uint16_t word[] = {MALAYALAM_KA, SOFT_HYPHEN, MALAYALAM_KA}; in TEST_F() local
175 const uint16_t word[] = {MALAYALAM_KA, MALAYALAM_KA, MALAYALAM_KA, in TEST_F() local
[all …]
/third_party/python/Include/internal/
Dpycore_bitutils.h34 _Py_bswap16(uint16_t word) in _Py_bswap16()
49 _Py_bswap32(uint32_t word) in _Py_bswap32()
66 _Py_bswap64(uint64_t word) in _Py_bswap64()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/
Dvocab.cc53 for (auto word : words) { in BuildFromPyList() local
80 void Vocab::append_word(const std::string &word) { in append_word()
112 for (auto word : words) { in BuildFromVector() local
162 for (auto word : special_tokens) { in BuildFromFileCpp() local
171 std::string word; in BuildFromFileCpp() local
205 for (auto word : special_tokens) { in BuildFromFile() local
218 std::string word; in BuildFromFile() local
/third_party/libxml2/doc/
Dsearch.php130 function logQueryWord($word) {
147 function queryWord($word) {
161 function queryHTMLWord($word) {
175 function queryArchiveWord($word) {
189 function XSLTqueryWord($word) {
203 function XSLTqueryHTMLWord($word) {
217 function XSLTqueryArchiveWord($word) {
248 $word = $list[$number]; variable
396 $word = $list[0]; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dsequence_lock.h147 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local
154 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local
165 uint64_t word; in RelaxedCopyToAtomic() local
173 uint64_t word = 0; in RelaxedCopyToAtomic() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_bitmask.c168 unsigned word; in util_bitmask_add() local
207 unsigned word; in util_bitmask_set() local
233 unsigned word; in util_bitmask_clear() local
256 const unsigned word = index / UTIL_BITMASK_BITS_PER_WORD; in util_bitmask_get() local
283 unsigned word = index / UTIL_BITMASK_BITS_PER_WORD; in util_bitmask_get_next_index() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Denum_set.h140 void AddWord(uint32_t word) { in AddWord()
150 void RemoveWord(uint32_t word) { in RemoveWord()
160 bool ContainsWord(uint32_t word) const { in ContainsWord()
182 uint64_t AsMask(uint32_t word) const { in AsMask()
/third_party/spirv-tools/source/
Denum_set.h140 void AddWord(uint32_t word) { in AddWord()
150 void RemoveWord(uint32_t word) { in RemoveWord()
160 bool ContainsWord(uint32_t word) const { in ContainsWord()
182 uint64_t AsMask(uint32_t word) const { in AsMask()
/third_party/skia/third_party/externals/spirv-tools/source/
Denum_set.h140 void AddWord(uint32_t word) { in AddWord()
150 void RemoveWord(uint32_t word) { in RemoveWord()
160 bool ContainsWord(uint32_t word) const { in ContainsWord()
182 uint64_t AsMask(uint32_t word) const { in AsMask()
/third_party/ntfs-3g/include/ntfs-3g/
Dbitmap.h79 static __inline__ u32 ntfs_rol32(u32 word, unsigned int shift) in ntfs_rol32()
90 static __inline__ u32 ntfs_ror32(u32 word, unsigned int shift) in ntfs_ror32()
/third_party/flutter/engine/flutter/third_party/txt/tests/old/perftests/
DHyphenator.cpp32 std::vector<uint16_t> word = utf8ToUtf16("hyphen"); in BM_Hyphenator_short_word() local
46 std::vector<uint16_t> word = in BM_Hyphenator_long_word() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Denum_set.h115 void AddWord(uint32_t word) { in AddWord()
124 bool ContainsWord(uint32_t word) const { in ContainsWord()
146 uint64_t AsMask(uint32_t word) const { in AsMask()
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dstring_utils.h50 uint32_t word = 0; in MakeVector() local
75 for (uint32_t word : words) { in MakeString() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dstring_utils.h50 uint32_t word = 0; in MakeVector() local
75 for (uint32_t word : words) { in MakeString() local
/third_party/spirv-tools/source/util/
Dstring_utils.h50 uint32_t word = 0; in MakeVector() local
75 for (uint32_t word : words) { in MakeString() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/comp/
Dmarkv_codec.cpp474 void EncodeOperandWord(spv_operand_type_t type, uint32_t word) { in EncodeOperandWord()
576 bool DecodeOperandWord(spv_operand_type_t type, uint32_t* word) { in DecodeOperandWord()
687 const uint32_t word = instruction.word(operand.offset); in EncodeLiteralNumber() local
701 const uint16_t word = in EncodeLiteralNumber() local
718 const uint64_t word = in EncodeLiteralNumber() local
798 const uint32_t word = instruction.word(operand.offset + i); in EncodeInstruction() local
817 uint32_t word = 0; in DecodeLiteralNumber() local
838 uint32_t word = 0; in DecodeLiteralNumber() local
866 uint64_t word = 0; in DecodeLiteralNumber() local
1051 uint32_t word = 0; in DecodeOperand() local
[all …]
/third_party/re2/re2/
Dbitmap256.h73 uint64_t word = n << shift; in FindLSBSet() local
92 uint64_t word = words_[i] & (~0ULL << (c % 64)); in FindNextSetBit() local

12345678910>>...17