/third_party/elfutils/libelf/ |
H A D | abstract.h | 37 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_nam [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_word_get_test.cpp | 34 AssemblyContext(AutoText("Word"), nullptr).getWord(&word, &endPosition)); 38 ASSERT_STREQ("Word", word.c_str()); 44 ASSERT_EQ(SPV_SUCCESS, AssemblyContext(AutoText("Word\t"), nullptr) 49 ASSERT_STREQ("Word", word.c_str()); 57 AssemblyContext(AutoText("Word "), nullptr).getWord(&word, &endPosition)); 61 ASSERT_STREQ("Word", word.c_str());
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_word_get_test.cpp | 34 AssemblyContext(AutoText("Word"), nullptr).getWord(&word, &endPosition)); 38 ASSERT_STREQ("Word", word.c_str()); 44 ASSERT_EQ(SPV_SUCCESS, AssemblyContext(AutoText("Word\t"), nullptr) 49 ASSERT_STREQ("Word", word.c_str()); 57 AssemblyContext(AutoText("Word "), nullptr).getWord(&word, &endPosition)); 61 ASSERT_STREQ("Word", word.c_str());
|
/third_party/spirv-tools/test/ |
H A D | text_word_get_test.cpp | 34 AssemblyContext(AutoText("Word"), nullptr).getWord(&word, &endPosition)); 38 ASSERT_STREQ("Word", word.c_str()); 44 ASSERT_EQ(SPV_SUCCESS, AssemblyContext(AutoText("Word\t"), nullptr) 49 ASSERT_STREQ("Word", word.c_str()); 57 AssemblyContext(AutoText("Word "), nullptr).getWord(&word, &endPosition)); 61 ASSERT_STREQ("Word", word.c_str());
|
/third_party/ltp/libs/libltpvdso/ |
H A D | parse_vdso.c | 49 ELF(Word) nbucket, nchain; 72 ELF(Word) get_hash_val(void *ptr, ELF(Word) idx) in ELF() 76 /* for vdso assume all values fit in Elf Word */ in ELF() 77 return (ELF(Word)) table[idx]; in ELF() 80 ELF(Word) *table = ptr; in ELF() 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() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | HashTable.cpp | 34 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/ |
H A D | FuzzerDictionary.h | 53 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()
|
H A D | FuzzerTraceState.cpp | 29 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());
|
H A D | FuzzerMutate.cpp | 23 static void PrintASCII(const Word &W, const char *PrintAfter) { in PrintASCII() 179 const Word &W = DE.GetW(); in ApplyDictionaryEntry() 209 Word W; in MakeDictionaryEntryFromCMP() 237 Word W; in Mutate_AddWordFromTORC() 512 void MutationDispatcher::AddWordToManualDictionary(const Word &W) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | IRSymtab.h | 50 using Word = support::ulittle32_t; 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/cJSON/tests/unity/auto/ |
H A D | unity_to_junit.py | 34 Word(alphanums + '_-./')) 36 entry_two = Word(printables + ' ', excludeChars=':') 49 tc_summary_line = Group(Word(nums).setResultsName("num_of_tests") + "Tests" + Word(nums).setResultsName( 50 "num_of_fail") + "Failures" + Word(nums).setResultsName("num_of_ignore") + "Ignored").setResultsName(
|
/third_party/unity/auto/ |
H A D | stylize_as_junit.py | 44 Word(alphanums + '_-./')) 46 entry_two = Word(printables + ' ', excludeChars=':') 62 tc_summary_line = Group(Word(nums).setResultsName("num_of_tests") + "Tests" + Word(nums).setResultsName( 63 "num_of_fail") + "Failures" + Word(nums).setResultsName("num_of_ignore") + "Ignored").setResultsName(
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | namespropsbuilder.cpp | 183 } 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 *)word in compareWords() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | elf_mem_image.h | 95 const char* GetDynstr(ElfW(Word) offset) const; 97 const char* GetVerstr(ElfW(Word) offset) const; 121 const ElfW(Word) *hash_;
|
H A D | elf_mem_image.cc | 71 ElfW(Word) element_size, size_t index) { 114 const char *ElfMemImage::GetDynstr(ElfW(Word) offset) const { 147 const char *ElfMemImage::GetVerstr(ElfW(Word) offset) const { 227 hash_ = reinterpret_cast<ElfW(Word) *>(value);
|
/third_party/lame/Dll/ |
H A D | MP3export.pas | 52 wBitRate : Word; 92 wBitRate : Word; 143 wYear : Word;
|
/third_party/skia/resources/sksl/es2_conformance/ |
H A D | import_conformance_tests.py | 34 wordWithUnderscores = pp.Word(pp.alphanums + '_') 42 valueList = (pp.Word(pp.alphanums) + # type 43 pp.Word(pp.alphanums) + # varname
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 309 // Word type: uint32_t for Elf32, and uint64_t for Elf64. in decode_relrs() 310 typedef typename ELFT::uint Word; in decode_relrs() typedef 312 // Word size in number of bytes. in decode_relrs() 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()
|
H A D | COFFModuleDefinition.cpp | 122 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/zlib/contrib/delphi/ |
H A D | ZLib.pas | 51 FBuffer: array [Word] of Char; 93 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek() 122 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek() 464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in TCompressionStream.Seek() 527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in Seek()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TGLexer.cpp | 36 const char *Word; member 605 for (; I < strlen(PreprocessorDirs[ID].Word); ++I) { in prepIsDirective() 606 if (NextChar != PreprocessorDirs[ID].Word[I]) { in prepIsDirective() 661 CurPtr += strlen(PreprocessorDirs[ID].Word); in prepEatPreprocessorDirective()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuAstcUtil.cpp | 193 typedef deUint64 Word; 197 WORD_BYTES = sizeof(Word), 211 m_words[wordNdx] |= (Word)src[wordNdx*WORD_BYTES + byteNdx] << (8*byteNdx); 236 return (deUint32)((m_words[word0Ndx] & ((((Word)1 << high%WORD_BITS << 1) - 1))) >> ((Word)low % WORD_BITS)); 242 (deUint32)((m_words[word1Ndx] & (((Word)1 << high%WORD_BITS << 1) - 1)) << (high-low - high%WORD_BITS)); 253 Word m_words[NUM_WORDS]; 1616 typedef deUint64 Word; 1620 WORD_BYTES = sizeof(Word), 1640 m_words[wordNdx] = (m_words[wordNdx] & ~((Word) [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 54 // A Word(32|64)AtomicLoad needs both a LoadRepresentation and a memory 165 // A Word(32|64)AtomicStore needs both a StoreRepresentation and a memory order. 1048 V(Word, And) \ 1049 V(Word, Or) \ 1050 V(Word, Xor) \ 1051 V(Word, Shl) \ 1052 V(Word, Shr) \ 1053 V(Word, Ror) \ 1054 V(Word, Clz) \ 1055 V(Word, Equa [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | parse_dependency.py | 38 Word, 113 dependencyIdent = Word(alphanums + '_')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCCodeEmitter.cpp | 275 uint16_t Word = (Val >> (i * 16)) & 0xFFFF; in emitInstruction() local 276 support::endian::write(OS, Word, support::endianness::little); in emitInstruction()
|