| /external/clang/test/CodeGen/ | 
| D | 2003-08-29-BitFieldStruct.c | 3 struct Word {  struct4   short bar;
 5   short baz;
 6   int final:1;
 7   short quux;
 
 | 
| /external/rust/crates/textwrap/src/ | 
| D | core.rs | 215 pub struct Word<'a> {  struct226 impl std::ops::Deref for Word<'_> {  implementation
 234 impl<'a> Word<'a> {  impl
 304 impl Fragment for Word<'_> {  implementation
 
 | 
| D | wrap_algorithms.rs | 376     struct Word(f64);  struct379     impl Fragment for Word {  implementation
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ | 
| D | HashTable.cpp | 34     uint32_t Word;  in readSparseBitVector()  local60     uint32_t Word = 0;  in writeSparseBitVector()  local
 
 | 
| /external/cronet/base/debug/ | 
| D | test_elf_image_builder.h | 25 using Word = Elf32_Word;  variable32 using Word = Elf64_Word;  variable
 
 | 
| D | elf_reader.cc | 33 using Word = Elf32_Word;  typedef
 | 
| /external/rust/crates/libz-sys/src/zlib/contrib/delphi/ | 
| D | ZLib.pas | 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()
 
 | 
| /external/llvm/lib/DebugInfo/PDB/Raw/ | 
| D | NameMap.cpp | 75     uint32_t Word;  in load()  local100     uint32_t Word;  in load()  local
 
 | 
| /external/google-breakpad/src/common/linux/ | 
| D | elf_core_dump.h | 53   typedef ElfW(Word) Word;  typedef
 | 
| D | elfutils.h | 56   typedef Elf32_Word Word;  typedef74   typedef Elf64_Word Word;  typedef
 
 | 
| /external/pdfium/core/fpdfdoc/ | 
| D | cpvt_word.h | 19   uint16_t Word;  variable
 | 
| D | cpvt_wordinfo.h | 22   uint16_t Word;  member
 | 
| /external/icing/icing/file/ | 
| D | file-backed-bitmap.h | 200   using Word = uint32_t;  variable
 | 
| /external/tensorflow/tensorflow/core/lib/core/ | 
| D | bitmap.h | 65   typedef uint32 Word;  typedef
 | 
| /external/rust/crates/textwrap/src/wrap_algorithms/ | 
| D | optimal_fit.rs | 396     struct Word(f64);  struct399     impl Fragment for Word {  implementation
 
 | 
| /external/rust/crates/libfuzzer-sys/libfuzzer/ | 
| D | FuzzerDictionary.h | 49 typedef FixedWord<64> Word;  typedef
 | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceAssemblerMIPS32.h | 33   Word = 20,  enumerator
 | 
| /external/libchrome/base/debug/ | 
| D | elf_reader_linux.cc | 28 using Word = Elf32_Word;  typedef
 | 
| /external/skia/src/sksl/codegen/ | 
| D | SkSLSPIRVCodeGenerator.cpp | 105 struct SPIRVCodeGenerator::Word {  struct in SkSL::SPIRVCodeGenerator106     enum Kind {
 116     Word(SpvId id) : fValue(id), fKind(Kind::kSpvId) {}  in Word()  function
 117     Word(int32_t val, Kind kind) : fValue(val), fKind(kind) {}  in Word()  argument
 119     static Word Number(int32_t val) {  in Number()
 123     static Word Result(const Type& type) {  in Result()
 127     static Word RelaxedResult() {  in RelaxedResult()
 131     static Word UniqueResult() {  in UniqueResult()
 135     static Word Result() {  in Result()
 142     static Word KeyedResult(int32_t key) { return Word{key, Kind::kKeyedResult}; }  in KeyedResult()
 [all …]
 
 | 
| /external/llvm/include/llvm/Object/ | 
| D | ELFTypes.h | 72   typedef packed<uint32_t> Word;  typedef
 | 
| /external/perfetto/src/profiling/symbolizer/ | 
| D | elf.h | 57   using Word = uint32_t;  member109   using Word = uint32_t;  member
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ | 
| D | AVRMCCodeEmitter.cpp | 275     uint16_t Word = (Val >> (i * 16)) & 0xFFFF;  in emitInstruction()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ | 
| D | ELFTypes.h | 86   using Word = packed<uint32_t>;  member
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ | 
| D | TGLexer.cpp | 36   const char *Word;  member
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ | 
| D | COFFModuleDefinition.cpp | 122       StringRef Word = Buf.substr(0, End);  in lex()  local
 |