Searched refs:Words (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/tools/gyp/tools/Xcode/Specifications/
H A Dgyp.xclangspec25 Words = (
38 Words = (
61 Words = ( ",", );
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dteraterm.php218 /* LogMeTT Key Words */
267 3 => 'color: #ff0000; font-weight: bold;', // LogMeTT Key Words
H A Dada.php11 * Words are from SciTe configuration file
H A Dapache.php11 * Words are from SciTe configuration file
H A Dasm.php11 * Words are from SciTe configuration file (based on NASM syntax)
/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_x86.h261 } Words; member in union:__anon27913::__anon27914
/external/chromium_org/third_party/re2/re2/
H A Dprog.h25 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 Dprog.h25 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 Dsyswrap-x86-linux.c456 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 D02-bitpacking.tex52 Words are native groupings of multiple bytes. Several byte orderings
/external/clang/lib/AST/
H A DExpr.cpp631 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 Drepeated_field_unittest.cc926 TEST_F(RepeatedFieldInsertionIteratorsTest, Words) {
/external/llvm/lib/Support/
H A DAPInt.cpp766 /// 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 DCore.h1374 const uint64_t Words[]);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1140 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 Drepeated_field_unittest.cc1286 TEST_F(RepeatedFieldInsertionIteratorsTest, Words) {
/external/llvm/lib/IR/
H A DCore.cpp634 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 DASTWriter.cpp4353 const uint64_t *Words = Value.getRawData(); local
4354 Record.append(Words, Words + Value.getNumWords());

Completed in 1508 milliseconds