Searched defs:At (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Archive/
H A DArchiveReader.cpp25 static inline unsigned readInteger(const char*&At, const char*End) {
30 if (At == End)
32 Result |= (unsigned)((*At++) & 0x7F) << Shift;
34 } while (At[-1] & 0x80);
41 const char* At = (const char*) data; local
42 const char* End = At + size;
43 while (At < End) {
44 unsigned offset = readInteger(At, End);
45 if (At == End) {
50 unsigned length = readInteger(At, En
73 parseMemberHeader(const char*& At, const char* End, std::string* error) argument
255 const char *At = base; local
369 const char *At = base; local
519 const char* At = base + firstFileOffset; local
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ argument
50 intptr_t Offset = ((intptr_t)To - (intptr_t)At) >> 2;
51 unsigned *AtI = (unsigned*)(intptr_t)At;
/external/valgrind/unittest/
H A Dlinear_solver.h109 inline double& At(int i, int j) { function in class:Matrix
116 inline const double& At(int i, int j) const { function in class:Matrix
129 ret[i] += v[j] * At(i,j);
139 ret[j] += v_to_transpose[i] * At(i,j);
149 sprintf(temp, "%s%.1lf", j == 0 ? "" : ", ", At(i,j));
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/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h52 Greater, GreaterEqual, GreaterGreater, At enumerator in enum:llvm::AsmToken::TokenKind
/external/clang/lib/Analysis/
H A DThreadSafety.cpp312 if (LockReturnedAttr* At = MD->getAttr<LockReturnedAttr>()) {
320 return buildSExpr(At->getArg(), &LRCallCtx);
343 if (LockReturnedAttr* At = FD->getAttr<LockReturnedAttr>()) {
348 return buildSExpr(At->getArg(), &LRCallCtx);
1224 // (excluding back-edges) are visited before the block itself. At
1230 // At join points in the CFG, the set is computed as the intersection of
1864 Attr *At = const_cast<Attr*>(ArgAttrs[i]); local
1865 switch (At->getKind()) {
1869 ExclusiveLockFunctionAttr *A = cast<ExclusiveLockFunctionAttr>(At);
1877 SharedLockFunctionAttr *A = cast<SharedLockFunctionAttr>(At);
[all...]
/external/v8/src/arm/
H A Dconstants-arm.h505 // Instruction* instr = Instruction::At(ptr);
714 // Use the At(pc) function to create references to Instruction.
715 static Instruction* At(byte* pc) { function in class:v8::internal::Instruction
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 174 milliseconds