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

/external/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.h260 } Words; member in union:__anon13405::__anon13406
/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.c454 out->LdtEnt.Words.word1 = entry_1;
455 out->LdtEnt.Words.word2 = entry_2;
670 if (gdt[idx].LdtEnt.Words.word1 == 0
671 && 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.cpp551 const uint64_t* Words = Val.getRawData(); local
554 std::copy(Words, Words + NumWords, pVal);
556 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.h1321 const uint64_t Words[]);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp942 SmallVector<uint64_t, 8> Words(Vals.size());
943 std::transform(Vals.begin(), Vals.end(), Words.begin(),
946 return APInt(TypeBits, Words);
/external/clang/lib/Serialization/
H A DASTWriter.cpp3694 const uint64_t *Words = Value.getRawData(); local
3695 Record.append(Words, Words + Value.getNumWords());
/external/llvm/lib/VMCore/
H A DCore.cpp608 const uint64_t Words[]) {
612 makeArrayRef(Words, NumWords))));
606 LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, unsigned NumWords, const uint64_t Words[]) argument

Completed in 1038 milliseconds