Searched
full:restore (Results
1176 -
1200 of
4874) sorted by null
<<41424344454647484950>>
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 120 * shadows an existing variable, we have to restore it, so save it 162 (* Restore the unshadowed variable. *)
|
/external/llvm/include/llvm/CodeGen/ |
RegisterScavenging.h | 44 ScavengedInfo(int FI = -1) : FrameIndex(FI), Reg(0), Restore(nullptr) {} 54 const MachineInstr *Restore;
|
/external/llvm/lib/Target/Mips/ |
Mips16FrameLowering.cpp | 143 // with the restore instruction during emitEpilogue. 145 // restore the registers on it's on from the stack.
|
/external/llvm/test/CodeGen/X86/ |
peephole-na-phys-copy-folding.ll | 148 ; Restore result of the first cmpxchg from D, put it back in EFLAGS. 152 ; Restore result of the second cmpxchg from the stack.
|
seh-safe-div-win32.ll | 69 ; Restore SP 75 ; Restore SP
|
/external/llvm/test/MC/Sparc/ |
sparc-alu-instructions.s | 79 ! CHECK: restore %g0, %g0, %g1 ! encoding: [0x83,0xe8,0x00,0x00] 80 restore %g0, %g0, %g1
|
/external/selinux/policycoreutils/newrole/ |
newrole.c | 467 * Either restore the original environment, or set up a minimal one. 515 /* Restore that which we saved */ 772 * ttyn - name of tty to restore 804 _("Warning! Could not restore context for %s\n"), ttyn); 1179 * Parnet: wait for child to die and restore tty's context 1188 fprintf(stderr, _("Unable to restore tty label...\n")); 1211 fprintf(stderr, _("Unable to restore tty label...\n")); [all...] |
/external/skia/gm/ |
arcto.cpp | 163 canvas->restore(); 181 canvas->restore();
|
convexpolyclip.cpp | 179 canvas->restore(); 208 canvas->restore();
|
convexpolyeffect.cpp | 221 canvas->restore(); 268 canvas->restore();
|
gradients_no_texture.cpp | 116 canvas->restore(); 269 canvas->restore();
|
tilemodes.cpp | 132 canvas->restore(); 247 canvas->restore();
|
tilemodes_scaled.cpp | 136 canvas->restore(); 251 canvas->restore();
|
xfermodeimagefilter.cpp | 204 canvas->restore(); 213 canvas->restore();
|
/external/skia/include/private/ |
SkRecords.h | 36 M(Restore) \ 193 RECORD(Restore, 0,
|
/external/v8/src/arm/ |
code-stubs-arm.h | 160 void Restore(MacroAssembler* masm) { 164 // If we have to call into C then we need to save and restore all caller-
|
/external/v8/src/ic/ia32/ |
stub-cache-ia32.cc | 99 // Restore offset register. 119 // Restore offset and re-load code entry from cache.
|
/external/v8/src/ic/x87/ |
stub-cache-x87.cc | 99 // Restore offset register. 119 // Restore offset and re-load code entry from cache.
|
/external/v8/src/mips/ |
code-stubs-mips.h | 191 void Restore(MacroAssembler* masm) { 195 // If we have to call into C then we need to save and restore all caller-
|
/external/v8/src/mips64/ |
code-stubs-mips64.h | 192 void Restore(MacroAssembler* masm) { 196 // If we have to call into C then we need to save and restore all caller-
|
/external/v8/test/mjsunit/ |
string-charat.js | 238 delete String.prototype.charAt; // Restore the default. 253 delete String.prototype.charCodeAt; // Restore the default.
|
/external/valgrind/coregrind/m_syswrap/ |
syscall-tilegx-linux.S | 152 ld lr, r29 // restore lr 159 ld lr, r29 // restore lr
|
/external/valgrind/memcheck/tests/x86/ |
more_x86_fp.c | 147 #define TEST_ENV(env, save, restore)\ 153 asm(restore " %0\n": : "m" (*(env)));\
|
/external/vogar/src/vogar/target/ |
TestEnvironment.java | 80 // sets must be used. We unconditionally restore that value here. This code 111 // sets must be used. We unconditionally restore that value here. This code
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
screen_capturer_win_gdi.cc | 65 // Restore Aero. 153 // will restore Aero automatically if the process exits. This has no effect
|
Completed in 408 milliseconds
<<41424344454647484950>>