Home
last modified time | relevance | path

Searched defs:Word (Results 1 – 25 of 53) sorted by relevance

123

/external/clang/test/CodeGen/
D2003-08-29-BitFieldStruct.c3 struct Word { struct
4 short bar;
5 short baz;
6 int final:1;
7 short quux;
/external/rust/crates/textwrap/src/
Dcore.rs215 pub struct Word<'a> { struct
226 impl std::ops::Deref for Word<'_> { argument
234 impl<'a> Word<'a> { implementation
304 impl Fragment for Word<'_> { implementation
Dwrap_algorithms.rs376 struct Word(f64); struct
379 impl Fragment for Word { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DHashTable.cpp34 uint32_t Word; in readSparseBitVector() local
60 uint32_t Word = 0; in writeSparseBitVector() local
/external/cronet/base/debug/
Dtest_elf_image_builder.h25 using Word = Elf32_Word; variable
32 using Word = Elf64_Word; variable
Delf_reader.cc33 using Word = Elf32_Word; typedef
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas93 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/
DNameMap.cpp75 uint32_t Word; in load() local
100 uint32_t Word; in load() local
/external/google-breakpad/src/common/linux/
Delf_core_dump.h53 typedef ElfW(Word) Word; typedef
Delfutils.h56 typedef Elf32_Word Word; typedef
74 typedef Elf64_Word Word; typedef
/external/pdfium/core/fpdfdoc/
Dcpvt_word.h19 uint16_t Word; variable
Dcpvt_wordinfo.h22 uint16_t Word; member
/external/icing/icing/file/
Dfile-backed-bitmap.h200 using Word = uint32_t; variable
/external/tensorflow/tensorflow/core/lib/core/
Dbitmap.h65 typedef uint32 Word; typedef
/external/rust/crates/textwrap/src/wrap_algorithms/
Doptimal_fit.rs396 struct Word(f64); struct
399 impl Fragment for Word { implementation
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDictionary.h49 typedef FixedWord<64> Word; typedef
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h33 Word = 20, enumerator
/external/libchrome/base/debug/
Delf_reader_linux.cc28 using Word = Elf32_Word; typedef
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp105 struct SPIRVCodeGenerator::Word { struct in SkSL::SPIRVCodeGenerator
106 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() function
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/
DELFTypes.h72 typedef packed<uint32_t> Word; typedef
/external/perfetto/src/profiling/symbolizer/
Delf.h57 using Word = uint32_t; member
109 using Word = uint32_t; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCCodeEmitter.cpp275 uint16_t Word = (Val >> (i * 16)) & 0xFFFF; in emitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h86 using Word = packed<uint32_t>; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.cpp36 const char *Word; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp122 StringRef Word = Buf.substr(0, End); in lex() local

123