HomeSort by relevance Sort by last modified time
    Searched refs:word_t (Results 1 - 14 of 14) sorted by null

  /external/clang/test/CodeGenCXX/
copy-assign-volatile-synthesis.cpp 4 typedef unsigned long word_t; typedef
12 word_t vector : 8;
14 word_t delivery_mode : 3;
15 word_t dest_mode : 1;
17 word_t delivery_status : 1;
18 word_t polarity : 1;
19 word_t irr : 1;
20 word_t trigger_mode : 1;
22 word_t mask : 1;
23 word_t _pad0 : 15
    [all...]
  /frameworks/rs/cpu_ref/linkloader/include/
ELFSectionHeader.h 40 word_t sh_name;
41 word_t sh_type;
44 word_t sh_link;
45 word_t sh_info;
56 word_t getNameIndex() const {
62 word_t getType() const {
74 word_t getLink() const {
78 word_t getExtraInfo() const {
111 word_t sh_flags;
112 word_t sh_size
    [all...]
ELFHeader.h 46 word_t e_version;
50 word_t e_flags;
106 word_t getVersion() const {
122 word_t getFlags() const {
ELFReloc.h 114 word_t getSymTabIndex() const {
120 word_t getType() const {
ELFSymbol.h 48 word_t st_name;
75 word_t getNameIndex() const {
ELFTypes.h 188 typedef typename ELFPrimitiveTypes<BITWIDTH>::word word_t; \
206 typedef ELFPrimitiveTypes<BITWIDTH>::word word_t; \
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 174 /// CurWord/word_t - This is the current data we have pulled from the stream
177 /// efficiency. We use word_t in places that are aware of this to make it
179 typedef uint32_t word_t; typedef in class:llvm::BitstreamCursor
180 word_t CurWord;
326 uintptr_t ByteNo = uintptr_t(BitNo/8) & ~(sizeof(word_t)-1);
327 unsigned WordBitNo = unsigned(BitNo & (sizeof(word_t)*8-1));
337 if (sizeof(word_t) > 4)
367 uint8_t Array[sizeof(word_t)] = {0};
373 <word_t, support::little, support::unaligned> EndianValue;
378 NextChar += sizeof(word_t);
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
type.h 51 typedef uint16_t word_t; typedef in namespace:sfntly
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos.h 58 #define word word_t
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos.h 49 #define word word_t
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos.h 58 #define word word_t
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 49 #define word word_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 49 #define word word_t
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 152 word_t reltype = rel->getType();

Completed in 3445 milliseconds