Searched refs:rec (Results 276 - 300 of 354) sorted by relevance

<<1112131415

/external/boringssl/src/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl508 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
511 my $rec="%rcx";
H A Drc4-x86_64.pl507 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
510 $rec="%rcx";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jar ... .eclipse.ui.part.PageBookView$PageRec rec org.eclipse.ui.views.contentoutline. ...
/external/jpeg/
H A Dconfigure248 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
448 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
1731 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/external/linux-tools-perf/src/tools/lib/traceevent/
H A Devent-parse.c4368 * @rec: the record to read from
4370 * This returns the event id from the @rec.
4372 int pevent_data_type(struct pevent *pevent, struct pevent_record *rec) argument
4374 return trace_parse_common_type(pevent, rec->data);
4392 * @rec: the record to parse
4396 int pevent_data_pid(struct pevent *pevent, struct pevent_record *rec) argument
4398 return parse_common_pid(pevent, rec->data);
/external/skia/src/utils/
H A DSkLua.cpp1368 } rec[] = { local
1375 for (size_t i = 0; i < SK_ARRAY_COUNT(rec); ++i) {
1376 if (strcmp(rec[i].fName, scaleToFitStr) == 0) {
1377 scaleToFit = rec[i].fScaleToFit;
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp442 static void sk_timer_proc(TMTask* rec) argument
/external/clang/include/clang/AST/
H A DExprObjC.h1194 void setInstanceReceiver(Expr *rec) { argument
1196 setReceiverPointer(rec);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml15 let rec codegen_expr = function
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp183 /// @param rec - The record from which to extract the value.
186 static uint8_t byteFromRec(const Record* rec, const std::string &name) { argument
187 BitsInit* bits = rec->getValueAsBitsInit(name);
/external/skia/src/opts/
H A DSkXfermode_opts_SSE2.cpp805 SkProcCoeffXfermode* SkPlatformXfermodeFactory_impl_SSE2(const ProcCoeff& rec, argument
810 return SkNEW_ARGS(SkSSE2ProcCoeffXfermode, (rec, mode, procSIMD));
H A DSkXfermode_opts_arm_neon.cpp1011 SkProcCoeffXfermode* SkPlatformXfermodeFactory_impl_neon(const ProcCoeff& rec, argument
1017 return SkNEW_ARGS(SkNEONProcCoeffXfermode, (rec, mode, procSIMD));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/fonttools/Lib/fontTools/
H A Dsubset.py268 for rec in self.EntryExitRecord:
269 if rec.EntryAnchor: rec.EntryAnchor.prune_hints()
270 if rec.ExitAnchor: rec.ExitAnchor.prune_hints()
/external/fonttools/Tools/fontTools/
H A Dsubset.py268 for rec in self.EntryExitRecord:
269 if rec.EntryAnchor: rec.EntryAnchor.prune_hints()
270 if rec.ExitAnchor: rec.ExitAnchor.prune_hints()
/external/v8/test/mjsunit/harmony/
H A Dproxies.js579 var rec
624 assertSame(o, rec)
666 set: function(x) { rec = this; val = x },
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml21 let rec codegen_expr = function
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex227 device $D_{rec}$ managed by CPU $C_{rec}$ on the recorded system
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2690 const RecordDecl *rec = field->getParent(); local
2699 bool mayAlias = rec->hasAttr<MayAliasAttr>();
2704 if (rec->isUnion()) {
2711 unsigned idx = CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h681 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec = 1,
/external/elfutils/src/
H A Dconfig.status470 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/external/libvncserver/
H A Dconfig.status470 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/external/pcre/dist/
H A Dpcre_internal.h2170 "Cond ref", "Cond dnref", "Cond rec", "Cond dnrec", "Cond def", \
/external/srtp/
H A Dconfig.status334 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/external/boringssl/src/crypto/aes/asm/
H A Dvpaes-x86_64.pl1069 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
1071 $rec="%rcx";

Completed in 1040 milliseconds

<<1112131415