Home
last modified time | relevance | path

Searched refs:At (Results 1 – 25 of 251) sorted by relevance

1234567891011

/external/llvm/lib/Archive/
DArchiveReader.cpp23 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/
Dlinear_solver.h109 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/
Dinsert-header.sin3 # 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/
Dinsert-header.sin3 # 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/
Dinsert-header.sin3 # 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/
DPPCJITInfo.cpp49 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/
DTHANKS1 At least the following have submitted valuable patches:
/external/dropbear/libtomcrypt/notes/
Dtech0001.txt14 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/
Dinsig.vgtest1 # At one point, thresholds less than 1.0% were misprinted as 00.00%, so test that here.
/external/blktrace/btt/doc/
Dsample-btt-output.tex76 ==================== Active Requests At Q Information ====================
/external/srec/tools/thirdparty/OpenFst/
DREADME31 At www.openfst.org.
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_mac.mm42 // At this point, other processes may have a reference to
/external/llvm/tools/gold/
DREADME.txt2 gold linker. At present time, this is not the default linker in
/external/chromium/chrome/browser/history/
Din_memory_url_index_cache.proto7 // At certain times during browser operation, the indexes from the
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h54 Greater, GreaterEqual, GreaterGreater, At enumerator
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp360 if (getLexer().is(AsmToken::At)) { in ParseSEHDirectivePushFrame()
386 if (getLexer().isNot(AsmToken::At)) in ParseAtUnwindOrAtExcept()
/external/bouncycastle/
DREADME.android21 At the very least you will need to update the bouncycastle.version.
/external/protobuf/gtest/
Dconfigure.ac3 # At this point, the Xcode project assumes the version string will be three
/external/icu4c/common/
Drbbirpt.txt139 # 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/
DREADME.txt40 jumps. At -O0, this penalizes us all the way from IRgen (malloc &
/external/mesa3d/docs/
DREADME.THREADS18 At present the mthreads code supports three thread APIS:
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dparser.ml88 (* At least one variable name is required. *)
92 (* At this point, we have to have 'in'. *)
/external/netperf/
DNOTICE25 product. At a future time, Hewlett-Packard Co. may or may not
DMODULE_LICENSE_HP25 product. At a future time, Hewlett-Packard Co. may or may not
/external/protobuf/src/google/protobuf/
Dunittest_empty.proto35 // This file intentionally left blank. (At one point this wouldn't compile

1234567891011