HomeSort by relevance Sort by last modified time
    Searched defs:Word (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/test/CodeGen/
2003-08-29-BitFieldStruct.c 3 struct Word {
  /external/chromium_org/content/common/android/
address_parser_internal.h 21 struct CONTENT_EXPORT Word {
25 Word() {}
26 Word(const base::string16::const_iterator& begin,
37 Word* word);
44 inline bool CheckFinished(Word* word) const;
65 typedef std::vector<Word> WordList;
76 CONTENT_EXPORT bool IsValidLocationName(const Word& word);
    [all...]
address_parser_internal.cc 69 Word::Word(const base::string16::const_iterator& begin,
105 bool HouseNumberParser::CheckFinished(Word* word) const {
110 if (word) {
111 word->begin = it_ - result_chars_;
112 word->end = it_;
119 const base::string16::const_iterator& end, Word* word) {
129 // Word finished case
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
elf_traits.h 18 typedef Elf32_Word Word;
42 typedef Elf64_Word Word;
  /ndk/sources/android/crazy_linker/src/
elf_traits.h 18 typedef Elf32_Word Word;
42 typedef Elf64_Word Word;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
in6addr.h 20 u_short Word[8];
34 #define s6_words u.Word
37 #define s6_addr16 u.Word
ndattrib.h 127 WORD Word;
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 27 typedef uint32_t Word;
37 typedef uint64_t Word;
52 typedef llvm::ELF::Elf32_Word Word;
71 typedef llvm::ELF::Elf64_Word Word;
154 typename SizeTraits<SIZE>::Word bswap(typename SizeTraits<SIZE>::Word pData);
157 inline SizeTraits<32>::Word bswap<32>(SizeTraits<32>::Word pData)
163 inline SizeTraits<64>::Word bswap<64>(SizeTraits<64>::Word pData
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 222 CPVT_Word() : Word(0), nCharset(0), ptWord(0, 0), fAscent(0.0f), fDescent(0.0f), fWidth(0.0f),
227 FX_WORD Word;
279 virtual FX_INT32 GetCharWidth(FX_INT32 nFontIndex, FX_WORD word, FX_INT32 nWordStyle) = 0;
285 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) = 0;
287 virtual FX_BOOL IsLatinWord(FX_WORD word) = 0;
307 virtual FX_BOOL GetWord(CPVT_Word & word) const = 0;
309 virtual FX_BOOL SetWord(const CPVT_Word & word) = 0;
377 virtual CPVT_WordPlace InsertWord(const CPVT_WordPlace & place, FX_WORD word, FX_INT32 charset = 1,
  /external/valgrind/main/include/
pub_tool_basics.h 87 typedef signed long Word; // 32 64
90 // host", for the notional case where host word size != guest word size.
100 typedef Word SSizeT; // 32 64
106 typedef Word PtrdiffT; // 32 64
112 // Nb: on Linux, off_t is a signed word-sized int. On Darwin it's
115 typedef Word OffT; // 32 64
152 syscall is a single host word, _wLO.
154 Can record a double-word error or a double-word result
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.c 14 typedef signed long int Word;
18 ULong btsq_mem ( char* base, Word bitno )
32 ULong btrq_mem ( char* base, Word bitno )
43 ULong btcq_mem ( char* base, Word bitno )
54 ULong btq_mem ( char* base, Word bitno )
69 ULong btsl_mem ( char* base, Word bitno )
83 ULong btrl_mem ( char* base, Word bitno )
94 ULong btcl_mem ( char* base, Word bitno )
105 ULong btl_mem ( char* base, Word bitno )
121 ULong btsw_mem ( char* base, Word bitno
    [all...]
  /cts/tools/dasm/src/dasm/
sym.java 65 static final int Word = 68;
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 422 const support::ulittle32_t Word =
425 if (Word & 0x80000000) {
428 unsigned PersonalityIndex = (Word & 0x0f000000) >> 24;
437 unsigned AdditionalWords = (Word & 0x00ff0000) >> 16;
445 uint64_t Address = PREL31(Word, EHT->sh_addr);
467 /// * The first word contains a PREL31 offset to the start of a function with
469 /// * The second word contains one of:
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 17 typedef signed long Word;
414 // %ld means print a word-size integer.
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 68 /* Cost of breaking a line after the first word of a sentence, where
69 the length of the word is N. */
72 /* Cost of breaking a line before the last word of a sentence, where
73 the length of the word is N. */
112 /* Word descriptor structure. */
114 typedef struct Word WORD;
116 struct Word
121 const char *text; /* the text of the word */
122 short length; /* length of this word */
    [all...]
  /external/chromium_org/third_party/re2/re2/
prog.h 37 uint32 Word(int i) const {
67 kEmptyWordBoundary = 1<<4, // \b - word boundary
233 // Returns whether byte c is a word character: ASCII only.
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 138 typedef deUint64 Word;
142 WORD_BYTES = sizeof(Word),
162 m_words[wordNdx] = (m_words[wordNdx] & ~((Word)1 << bitNdx)) | ((Word)val << bitNdx);
170 DE_ASSERT((bits & (((Word)1 << (high-low+1)) - 1)) == bits);
180 m_words[word0Ndx] = (m_words[word0Ndx] & ~((((Word)1 << (high-low+1)) - 1) << lowNdxInW0)) | ((Word)bits << lowNdxInW0);
187 const Word bitsLowMask = ((Word)1 << numBitsToSetInW0) - 1;
189 m_words[word0Ndx] = (m_words[word0Ndx] & (((Word)1 << lowNdxInW0) - 1)) | (((Word)bits & bitsLowMask) << lowNdxInW0)
    [all...]
  /external/regex-re2/re2/
prog.h 37 uint32 Word(int i) const {
67 kEmptyWordBoundary = 1<<4, // \b - word boundary
233 // Returns whether byte c is a word character: ASCII only.
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 138 CPVT_WordInfo() : Word(0), nCharset(0),
142 CPVT_WordInfo(FX_WORD word, FX_INT32 charset, FX_INT32 fontIndex, CPVT_WordProps * pProps):
143 Word(word), nCharset(charset), fWordX(0.0f), fWordY(0.0f), fWordTail(0.0f),
153 CPVT_WordInfo(const CPVT_WordInfo & word): Word(0), nCharset(0),
156 operator = (word);
158 void operator = (const CPVT_WordInfo & word)
160 if (this == &word) {
163 this->Word = word.Word;
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 402 4 0004 44332211 value: .word 0x11223344
654 unaligned word. That is, the word to be relocated must be treated
655 as four separate bytes with arbitrary alignment, not as a word
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c 148 /* Word, UWord are machine words - same size as a pointer. This is
150 machine word - this too is tested at startup. */
151 typedef signed long Word;
206 /* Sanity check - that Word/UWord really are machine words. */
207 assert(sizeof(Word) == sizeof(void*));
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp     [all...]
  /external/svox/pico/lib/
picotok.c 198 typedef picoos_uchar Word[MARKUP_STRING_BUF_SIZE];
202 Word paramId;
203 Word paramVal;
253 Word phonemes;
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 43 typedef signed long Word;
66 Word (*kCmp)(Word,Word) );
71 Word (*kCmp)(Word,Word) );
75 void deleteFM ( WordFM*, void(*kFin)(Word), void(*vFin)(Word) );
80 void addToFM ( WordFM* fm, Word k, Word v )
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 378 typedef uint32_t Word;
387 Word e_version;
391 Word e_flags;
401 Word sh_name;
402 Word sh_type;
403 Word sh_flags;
406 Word sh_size;
407 Word sh_link;
408 Word sh_info;
409 Word sh_addralign
    [all...]

Completed in 4108 milliseconds

1 2