Searched defs:unwind (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c445 GLuint unwind; local
465 unwind = intel->batch.used;
478 intel->batch.map + unwind,
480 intel->batch.used = unwind;
482 i915->last_sampler = unwind;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c445 GLuint unwind; local
465 unwind = intel->batch.used;
478 intel->batch.map + unwind,
480 intel->batch.used = unwind;
482 i915->last_sampler = unwind;
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp131 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
509 return TokError("you must specify one or both of @unwind or @except");
511 bool unwind = false, except = false; local
512 if (ParseAtUnwindOrAtExcept(unwind, except))
516 if (ParseAtUnwindOrAtExcept(unwind, except))
525 getStreamer().EmitWin64EHHandler(handler, unwind, except);
668 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { argument
675 return Error(startLoc, "expected @unwind or @except");
676 if (identifier == "unwind")
677 unwind
[all...]
/external/mksh/src/
H A Dmain.c490 unwind(LERROR);
716 unwind(i);
806 unwind(i);
848 unwind(LEXIT);
873 unwind(int i) function
883 * callers of unwind(LERROR) here; exec.c has the regular case.
1213 unwind(LERROR);
1229 unwind(LERROR);
1232 /* like errorf(), but no unwind is done */
1270 unwind(LERRO
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c191 /*@null@*/ coff_unwind_info *unwind; /* Unwind info */ member in struct:yasm_objfmt_coff
300 objfmt_coff->unwind = NULL;
1288 if (objfmt_coff->unwind)
1289 yasm_win64__uwinfo_destroy(objfmt_coff->unwind);
2008 objfmt_coff->unwind = yasm_win64__uwinfo_create();
2009 objfmt_coff->unwind->proc = yasm_symtab_use(object->symtab, name, line);
2015 objfmt_coff->unwind->ehandler =
2034 if (!objfmt_coff->unwind)
2035 yasm_internal_error(N_("unwind info not present"));
2075 /* Generate a PUSH_NONVOL unwind cod
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1085 milliseconds