/external/chromium_org/tools/gyp/tools/Xcode/Specifications/ |
H A D | gyp.xclangspec | 25 Words = ( 38 Words = ( 61 Words = ( ",", );
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
H A D | teraterm.php | 218 /* LogMeTT Key Words */ 267 3 => 'color: #ff0000; font-weight: bold;', // LogMeTT Key Words
|
H A D | ada.php | 11 * Words are from SciTe configuration file
|
H A D | apache.php | 11 * Words are from SciTe configuration file
|
H A D | asm.php | 11 * Words are from SciTe configuration file (based on NASM syntax)
|
/external/valgrind/main/VEX/pub/ |
H A D | libvex_guest_x86.h | 261 } Words; member in union:__anon27913::__anon27914
|
/external/chromium_org/third_party/re2/re2/ |
H A D | prog.h | 25 for (int i = 0; i < Words; i++) 43 static const int Words = (Bits+31)/32; member in class:re2::Bitmap 44 uint32 w_[Words];
|
/external/regex-re2/re2/ |
H A D | prog.h | 25 for (int i = 0; i < Words; i++) 43 static const int Words = (Bits+31)/32; member in class:re2::Bitmap 44 uint32 w_[Words];
|
/external/valgrind/main/coregrind/m_syswrap/ |
H A D | syswrap-x86-linux.c | 456 out->LdtEnt.Words.word1 = entry_1; 457 out->LdtEnt.Words.word2 = entry_2; 672 if (gdt[idx].LdtEnt.Words.word1 == 0 673 && gdt[idx].LdtEnt.Words.word2 == 0)
|
/external/libvorbis/doc/ |
H A D | 02-bitpacking.tex | 52 Words are native groupings of multiple bytes. Several byte orderings
|
/external/clang/lib/AST/ |
H A D | Expr.cpp | 631 const uint64_t* Words = Val.getRawData(); local 634 std::copy(Words, Words + NumWords, pVal); 636 VAL = Words[0];
|
/external/protobuf/src/google/protobuf/ |
H A D | repeated_field_unittest.cc | 926 TEST_F(RepeatedFieldInsertionIteratorsTest, Words) {
|
/external/llvm/lib/Support/ |
H A D | APInt.cpp | 766 /// non-overlapping, of Words words, by Shift, which must be less than 64. 767 static void lshrNear(uint64_t *Dst, uint64_t *Src, unsigned Words, 770 for (int I = Words - 1; I >= 0; --I) {
|
/external/llvm/include/llvm-c/ |
H A D | Core.h | 1374 const uint64_t Words[]);
|
/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1140 SmallVector<uint64_t, 8> Words(Vals.size()); 1141 std::transform(Vals.begin(), Vals.end(), Words.begin(), 1144 return APInt(TypeBits, Words);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field_unittest.cc | 1286 TEST_F(RepeatedFieldInsertionIteratorsTest, Words) {
|
/external/llvm/lib/IR/ |
H A D | Core.cpp | 634 const uint64_t Words[]) { 638 makeArrayRef(Words, NumWords)))); 632 LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, unsigned NumWords, const uint64_t Words[]) argument
|
/external/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4353 const uint64_t *Words = Value.getRawData(); local 4354 Record.append(Words, Words + Value.getNumWords());
|