HomeSort by relevance Sort by last modified time
    Searched defs:word_t (Results 1 - 5 of 5) 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...]
  /system/core/include/backtrace/
Backtrace.h 31 typedef uint64_t word_t; typedef
34 typedef uint32_t word_t; typedef
85 virtual bool ReadWord(uintptr_t ptr, word_t* out_value) = 0;
116 virtual bool VerifyReadWordArgs(uintptr_t ptr, word_t* out_value);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
type.h 51 typedef uint16_t word_t; typedef in namespace:sfntly
  /external/sfntly/cpp/src/sfntly/port/
type.h 51 typedef uint16_t word_t; typedef in namespace:sfntly
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 173 /// CurWord/word_t - This is the current data we have pulled from the stream
176 /// efficiency. We use word_t in places that are aware of this to make it
178 typedef uint32_t word_t; typedef in class:llvm::BitstreamCursor
179 word_t CurWord;
325 uintptr_t ByteNo = uintptr_t(BitNo/8) & ~(sizeof(word_t)-1);
326 unsigned WordBitNo = unsigned(BitNo & (sizeof(word_t)*8-1));
336 if (sizeof(word_t) > 4)
366 uint8_t Array[sizeof(word_t)] = {0};
372 <word_t, support::little, support::unaligned> EndianValue;
377 NextChar += sizeof(word_t);
    [all...]

Completed in 247 milliseconds