Home
last modified time | relevance | path

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

12

/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> { impl
304 impl Fragment for Word<'_> { implementation
Dwrap_algorithms.rs346 struct Word(f64); struct
349 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/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.h17 uint16_t Word; variable
Dcpvt_wordinfo.h20 uint16_t Word; member
/external/icing/icing/file/
Dfile-backed-bitmap.h199 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/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
DELF.cpp310 typedef typename ELFT::uint Word; in decode_relrs() typedef
/external/google-breakpad/src/common/dwarf/
Delf_reader.cc124 typedef Elf32_Word Word; typedef in dwarf2reader::Elf32
153 typedef Elf64_Word Word; typedef in dwarf2reader::Elf64
/external/rust/crates/ring/src/digest/
Dsha2.rs148 pub(super) trait Word: interface

12