Home
last modified time | relevance | path

Searched refs:Word (Results 1 – 25 of 198) sorted by relevance

12345678

/third_party/elfutils/libelf/
Dabstract.h37 TYPE_NAME (ElfW2(Bits, Ext##Word), e_version) \
41 TYPE_NAME (ElfW2(Bits, Ext##Word), e_flags) \
59 TYPE_NAME (ElfW2(32, Ext##Word), p_type) \
63 TYPE_NAME (ElfW2(32, Ext##Word), p_filesz) \
64 TYPE_NAME (ElfW2(32, Ext##Word), p_memsz) \
65 TYPE_NAME (ElfW2(32, Ext##Word), p_flags) \
66 TYPE_NAME (ElfW2(32, Ext##Word), p_align) \
70 TYPE_NAME (ElfW2(64, Ext##Word), p_type) \
71 TYPE_NAME (ElfW2(64, Ext##Word), p_flags) \
84 TYPE_NAME (ElfW2(32, Ext##Word), sh_name) \
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_word_get_test.cpp34 AssemblyContext(AutoText("Word"), nullptr).getWord(&word, &endPosition)); in TEST()
38 ASSERT_STREQ("Word", word.c_str()); in TEST()
44 ASSERT_EQ(SPV_SUCCESS, AssemblyContext(AutoText("Word\t"), nullptr) in TEST()
49 ASSERT_STREQ("Word", word.c_str()); in TEST()
57 AssemblyContext(AutoText("Word "), nullptr).getWord(&word, &endPosition)); in TEST()
61 ASSERT_STREQ("Word", word.c_str()); in TEST()
/third_party/spirv-tools/test/
Dtext_word_get_test.cpp34 AssemblyContext(AutoText("Word"), nullptr).getWord(&word, &endPosition)); in TEST()
38 ASSERT_STREQ("Word", word.c_str()); in TEST()
44 ASSERT_EQ(SPV_SUCCESS, AssemblyContext(AutoText("Word\t"), nullptr) in TEST()
49 ASSERT_STREQ("Word", word.c_str()); in TEST()
57 AssemblyContext(AutoText("Word "), nullptr).getWord(&word, &endPosition)); in TEST()
61 ASSERT_STREQ("Word", word.c_str()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_word_get_test.cpp34 AssemblyContext(AutoText("Word"), nullptr).getWord(&word, &endPosition)); in TEST()
38 ASSERT_STREQ("Word", word.c_str()); in TEST()
44 ASSERT_EQ(SPV_SUCCESS, AssemblyContext(AutoText("Word\t"), nullptr) in TEST()
49 ASSERT_STREQ("Word", word.c_str()); in TEST()
57 AssemblyContext(AutoText("Word "), nullptr).getWord(&word, &endPosition)); in TEST()
61 ASSERT_STREQ("Word", word.c_str()); in TEST()
/third_party/ltp/libs/libltpvdso/
Dparse_vdso.c49 ELF(Word) nbucket, nchain;
72 ELF(Word) get_hash_val(void *ptr, ELF(Word) idx) in get_hash_val()
77 return (ELF(Word)) table[idx]; in get_hash_val()
80 ELF(Word) *table = ptr; in get_hash_val()
85 void *get_hash_ptr(void *ptr, ELF(Word) idx) in get_hash_ptr()
90 return &((ELF(Word) *) ptr)[idx]; in get_hash_ptr()
141 ELF(Word) *hash = 0; in vdso_init_from_sysinfo_ehdr()
159 hash = (ELF(Word) *) in vdso_init_from_sysinfo_ehdr()
192 const char *name, ELF(Word) hash) in vdso_match_version()
236 ELF(Word) chain = get_hash_val(vdso_info.bucket, in vdso_sym()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DHashTable.cpp34 uint32_t Word; in readSparseBitVector() local
35 if (auto EC = Stream.readInteger(Word)) in readSparseBitVector()
40 if (Word & (1U << Idx)) in readSparseBitVector()
60 uint32_t Word = 0; in writeSparseBitVector() local
63 Word |= (1 << WordIdx); in writeSparseBitVector()
65 if (auto EC = Writer.writeInteger(Word)) in writeSparseBitVector()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerDictionary.h53 typedef FixedWord<27> Word; // 28 bytes. typedef
58 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry()
59 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry()
60 const Word &GetW() const { return W; } in GetW()
80 Word W;
90 bool ContainsWord(const Word &W) const { in ContainsWord()
DFuzzerTraceState.cpp29 Word W;
76 typedef std::pair<size_t, Word> CU; in StopTraceRecording()
111 Size = std::min(Size, Word::GetMaxSize()); in AddInterestingWord()
112 Word W(Data, Size); in AddInterestingWord()
142 std::set<Word> InterestingWords;
146 std::map<Word, size_t> AutoDictUnitCounts;
198 CmpSize = std::min(CmpSize, Word::GetMaxSize()); in TraceMemcmpCallback()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h50 using Word = support::ulittle32_t; variable
54 Word Offset, Size;
63 Word Offset, Size;
73 Word Begin, End;
76 Word UncBegin;
95 Word ComdatIndex;
97 Word Flags;
118 Word CommonSize, CommonAlign;
133 Word Version;
/third_party/unity/auto/
Dunity_to_junit.py34 Word(alphanums + '_-./'))
36 entry_two = Word(printables + ' ', excludeChars=':')
49 …tc_summary_line = Group(Word(nums).setResultsName("num_of_tests") + "Tests" + Word(nums).setResult…
50 …"num_of_fail") + "Failures" + Word(nums).setResultsName("num_of_ignore") + "Ignored").setResultsNa…
/third_party/cJSON/tests/unity/auto/
Dunity_to_junit.py34 Word(alphanums + '_-./'))
36 entry_two = Word(printables + ' ', excludeChars=':')
49 …tc_summary_line = Group(Word(nums).setResultsName("num_of_tests") + "Tests" + Word(nums).setResult…
50 …"num_of_fail") + "Failures" + Word(nums).setResultsName("num_of_ignore") + "Ignored").setResultsNa…
/third_party/icu/tools/unicode/c/genprops/
Dnamespropsbuilder.cpp183 } Word; typedef
186 static Word words[MAX_WORD_COUNT];
263 static Word *
266 static Word *
270 countWord(Word *word);
343 Word *word; in parseName()
497 uprv_sortArray(words, wordCount, sizeof(Word), in compress()
545 uprv_sortArray(words+tokenCount, wordCount-tokenCount, sizeof(Word), in compress()
745 return ((Word *)word2)->weight-((Word *)word1)->weight; in compareWords()
931 static Word *
[all …]
/third_party/typescript/scripts/
Dword2md.mjs1 // word2md - Word to Markdown conversion tool
3 // word2md converts a Microsoft Word document to Markdown formatted text. The tool uses the
4 // Word Automation APIs to start an instance of Word and access the contents of the document
5 // being converted. The tool must be run using the cscript.exe script host and requires Word
8 // tool recognizes the specific Word styles used in the TypeScript Language Specification.
65 * @param {Word.Document} doc
184 * @param {Word.Paragraph} p
334 /** @type {Word.Application} */
335 const app = sys.createObject("Word.Application");
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.h95 const char* GetDynstr(ElfW(Word) offset) const;
97 const char* GetVerstr(ElfW(Word) offset) const;
121 const ElfW(Word) *hash_;
Delf_mem_image.cc71 ElfW(Word) element_size, size_t index) { in GetTableElement()
114 const char *ElfMemImage::GetDynstr(ElfW(Word) offset) const { in GetDynstr()
147 const char *ElfMemImage::GetVerstr(ElfW(Word) offset) const { in GetVerstr()
227 hash_ = reinterpret_cast<ElfW(Word) *>(value); in Init()
/third_party/icu/icu4j/perf-tests/data/collation/
DTestRandomWordsUDHR_el.txt10019 # Word Length (min/max/avg) [3 / 15 / 7.73]
10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 1.99]
DTestRandomWordsUDHR_ar.txt10019 # Word Length (min/max/avg) [3 / 11 / 5.52]
10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 2.01]
DTestRandomWordsUDHR_th.txt10019 # Word Length (min/max/avg) [3 / 13 / 4.90]
10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 2.00]
DTestRandomWordsUDHR_he.txt10019 # Word Length (min/max/avg) [3 / 12 / 5.36]
10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 2.01]
DTestRandomWordsUDHR_ru.txt10019 # Word Length (min/max/avg) [3 / 20 / 8.51]
10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 2.01]
/third_party/zlib/contrib/delphi/
DZLib.pas51 FBuffer: array [Word] of Char;
93 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek() argument
122 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek() argument
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in TCompressionStream.Seek() argument
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in Seek() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp310 typedef typename ELFT::uint Word; in decode_relrs() typedef
313 const size_t WordSize = sizeof(Word); in decode_relrs()
319 Word Base = 0; in decode_relrs()
321 Word Entry = R; in decode_relrs()
332 Word Offset = Base; in decode_relrs()
DCOFFModuleDefinition.cpp122 StringRef Word = Buf.substr(0, End); in lex() local
123 Kind K = llvm::StringSwitch<Kind>(Word) in lex()
137 return Token(K, Word); in lex()
/third_party/skia/resources/sksl/es2_conformance/
Dimport_conformance_tests.py34 wordWithUnderscores = pp.Word(pp.alphanums + '_')
42 valueList = (pp.Word(pp.alphanums) + # type
43 pp.Word(pp.alphanums) + # varname
/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h1048 V(Word, And) \ in NON_EXPORTED_BASE()
1049 V(Word, Or) \ in NON_EXPORTED_BASE()
1050 V(Word, Xor) \ in NON_EXPORTED_BASE()
1051 V(Word, Shl) \ in NON_EXPORTED_BASE()
1052 V(Word, Shr) \ in NON_EXPORTED_BASE()
1053 V(Word, Ror) \ in NON_EXPORTED_BASE()
1054 V(Word, Clz) \ in NON_EXPORTED_BASE()
1055 V(Word, Equal) \ in NON_EXPORTED_BASE()

12345678