Searched refs:word_t (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcopy-assign-volatile-synthesis.cpp4 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 _pad
[all...]
/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h144 /// follow the word size of the host machine for efficiency. We use word_t in
148 typedef size_t word_t; typedef in class:llvm::SimpleBitstreamCursor
151 word_t CurWord = 0;
158 static const size_t MaxChunkSize = sizeof(word_t) * 8;
193 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1);
194 unsigned WordBitNo = unsigned(BitNo & (sizeof(word_t)*8-1));
242 uint8_t Array[sizeof(word_t)] = {0};
256 support::endian::read<word_t, support::little, support::unaligned>(
262 word_t Read(unsigned NumBits) {
268 static const unsigned Mask = sizeof(word_t) >
[all...]
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h51 typedef uint16_t word_t; typedef in namespace:sfntly
/external/selinux/mcstrans/src/
H A Dmcstrans.c74 } word_t; typedef in typeref:struct:word
83 word_t *words;
91 word_t **sword;
252 destroy_word(word_t **list, word_t *word) {
266 memset(word, 0, sizeof(word_t));
270 word_t *
271 create_word(word_t **list, const char *text) {
272 word_t *w = calloc(1, sizeof(word_t));
[all...]

Completed in 235 milliseconds