/external/llvm/lib/Archive/ |
D | ArchiveReader.cpp | 23 static inline unsigned readInteger(const char*&At, const char*End) { in readInteger() argument 28 if (At == End) in readInteger() 30 Result |= (unsigned)((*At++) & 0x7F) << Shift; in readInteger() 32 } while (At[-1] & 0x80); in readInteger() 39 const char* At = (const char*) data; in parseSymbolTable() local 40 const char* End = At + size; in parseSymbolTable() 41 while (At < End) { in parseSymbolTable() 42 unsigned offset = readInteger(At, End); in parseSymbolTable() 43 if (At == End) { in parseSymbolTable() 48 unsigned length = readInteger(At, End); in parseSymbolTable() [all …]
|
/external/valgrind/unittest/ |
D | linear_solver.h | 109 inline double& At(int i, int j) { in At() function 116 inline const double& At(int i, int j) const { in At() function 129 ret[i] += v[j] * At(i,j); in MultiplyRight() 139 ret[j] += v_to_transpose[i] * At(i,j); in MultiplyLeft() 149 sprintf(temp, "%s%.1lf", j == 0 ? "" : ", ", At(i,j)); in ToString() 191 const double & m_n = perf_m.At(m,n); 205 current[zero_id] = stats_v[m] / perf_m.At(m, zero_id); 241 new_m.At(m,n) = perf_m.At(new_m_to_old[m], new_n_to_old[n]);
|
/external/e2fsprogs/po/ |
D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
/external/elfutils/libelf-po/ |
D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
/external/elfutils/po/ |
D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCJITInfo.cpp | 49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ in EmitBranchToAt() argument 50 intptr_t Offset = ((intptr_t)To - (intptr_t)At) >> 2; in EmitBranchToAt() 51 unsigned *AtI = (unsigned*)(intptr_t)At; in EmitBranchToAt()
|
/external/elfutils/ |
D | THANKS | 1 At least the following have submitted valuable patches:
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0001.txt | 14 At the very least the system requires one timer and one source of un-timed interrupts. by "un-time… 17 First we shall begin by taking an overview of how the Yarrow PRNG works within libtomcrypt. At the… 29 At this point the PRNG is ready to accept fresh entropy which is added with
|
/external/valgrind/main/massif/tests/ |
D | insig.vgtest | 1 # At one point, thresholds less than 1.0% were misprinted as 00.00%, so test that here.
|
/external/blktrace/btt/doc/ |
D | sample-btt-output.tex | 76 ==================== Active Requests At Q Information ====================
|
/external/srec/tools/thirdparty/OpenFst/ |
D | README | 31 At www.openfst.org.
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_mac.mm | 42 // At this point, other processes may have a reference to
|
/external/llvm/tools/gold/ |
D | README.txt | 2 gold linker. At present time, this is not the default linker in
|
/external/chromium/chrome/browser/history/ |
D | in_memory_url_index_cache.proto | 7 // At certain times during browser operation, the indexes from the
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 54 Greater, GreaterEqual, GreaterGreater, At enumerator
|
/external/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 360 if (getLexer().is(AsmToken::At)) { in ParseSEHDirectivePushFrame() 386 if (getLexer().isNot(AsmToken::At)) in ParseAtUnwindOrAtExcept()
|
/external/bouncycastle/ |
D | README.android | 21 At the very least you will need to update the bouncycastle.version.
|
/external/protobuf/gtest/ |
D | configure.ac | 3 # At this point, the Xcode project assumes the version string will be three
|
/external/icu4c/common/ |
D | rbbirpt.txt | 139 # expr-cont Expression, continuation. At a point where additional terms are 170 # expr-cont-no-slash Expression, continuation. At a point where additional terms are 211 # expr-cont-no-tag Expression, continuation. At a point where additional terms are
|
/external/clang/lib/CodeGen/ |
D | README.txt | 40 jumps. At -O0, this penalizes us all the way from IRgen (malloc &
|
/external/mesa3d/docs/ |
D | README.THREADS | 18 At present the mthreads code supports three thread APIS:
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | parser.ml | 88 (* At least one variable name is required. *) 92 (* At this point, we have to have 'in'. *)
|
/external/netperf/ |
D | NOTICE | 25 product. At a future time, Hewlett-Packard Co. may or may not
|
D | MODULE_LICENSE_HP | 25 product. At a future time, Hewlett-Packard Co. may or may not
|
/external/protobuf/src/google/protobuf/ |
D | unittest_empty.proto | 35 // This file intentionally left blank. (At one point this wouldn't compile
|