Searched refs:saved (Results 76 - 100 of 154) sorted by relevance

1234567

/external/libunwind/doc/
H A Dunw_resume.tex27 (callee-saved) registers. However, if execution in any of the stack
H A Dlibunwind.tex106 \emph{callee-saved} (``preserved'') registers. However, in some
108 \emph{caller-saved} (``scratch'') registers are preserved in the stack
118 Besides just moving the unwind cursor and reading/writing saved
/external/libunwind_llvm/src/
H A DUnwindRegistersRestore.S92 pop %rdi # rdi was saved here earlier
93 ret # rip was saved here
/external/llvm/lib/Support/Unix/
H A DPath.inc152 // On OS X the executable path is saved to the stack by dyld. Reading it
H A DProcess.inc269 // Restore the signal mask back to what we saved earlier.
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DPath.inc153 // On OS X the executable path is saved to the stack by dyld. Reading it
H A DProcess.inc260 // Restore the signal mask back to what we saved earlier.
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm132 ; saved ebx byte esp + 36
133 ; saved edi byte esp + 40
134 ; saved esi byte esp + 44
135 ; saved ebp byte esp + 48
/external/libavc/common/arm/
H A Dih264_inter_pred_chroma_a9q.s250 vldmia sp!, {d8-d15} @ Restore neon registers that were saved
H A Dih264_inter_pred_filters_luma_horz_a9q.s245 vldmia sp!, {d8-d15} @ Restore neon registers that were saved
H A Dih264_inter_pred_luma_horz_qpel_a9q.s263 vldmia sp!, {d8-d15} @ Restore neon registers that were saved
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h102 * - The shader cache is per screen (= per process), never saved to
397 struct radeon_saved_cs *saved, enum ring_type ring);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c647 char *pos, *pos2, saved; local
670 saved = *pos2;
682 *pos2 = saved;
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c647 char *pos, *pos2, saved; local
670 saved = *pos2;
682 *pos2 = saved;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c647 char *pos, *pos2, saved; local
670 saved = *pos2;
682 *pos2 = saved;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-main.c336 vki_sigset_t saved; local
341 syscall_mask, &saved, sizeof(vki_sigset_t)
348 syscall_mask, &saved, 0/*unused:sigsetSzB*/
354 syscall_mask, &saved, 0/*unused:sigsetSzB*/
360 syscall_mask, &saved, 0/*unused:sigsetSzB*/
380 syscall_mask, &saved, &cflag
385 syscall_mask, &saved, &cflag
2527 [2-3) save syscall complete, but results not saved
2528 [3-4) syscall complete, results saved
/external/e2fsprogs/lib/support/
H A Ddict.c464 dnode_t *saved; local
480 saved = root;
485 return saved;
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm219 ; %2 = number of registers used. pushes callee-saved regs if needed.
220 ; %3 = number of xmm registers used. pushes callee-saved xmm regs if needed.
450 %assign %%pad %%pad + (xmm_regs_used-8)*16 ; callee-saved xmm registers
560 ; Allocate stack space for callee-saved xmm registers plus shadow space and align the stack.
829 %assign stack_size_padded 0 ; total amount of allocated stack space, including space for callee-saved xmm registers on WIN64 and alignment padding
830 %assign xmm_regs_used 0 ; number of XMM registers requested, used for dealing with callee-saved registers on WIN64
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_compact.c1432 brw_inst saved = *src; local
1440 if (memcmp(&saved, &uncompacted, sizeof(uncompacted))) {
1441 brw_debug_compact_uncompact(devinfo, &saved, &uncompacted);
/external/python/cpython2/Lib/test/
H A Dtest_support.py105 saved = True
109 saved = False
111 return saved
130 # Keep track of modules saved for later restoration as well
/external/libogg/src/
H A Dframing.c858 int saved=-1; local
869 if(val<255)saved=os->lacing_fill;
878 if(saved!=-1){
879 os->granule_vals[saved]=granulepos;
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/
H A Dsysv.S230 ! saved area. We need to restore 4 regs, therefore we need to move
/external/ImageMagick/www/api/
H A Dshear.php65 <p>The result will be auto-croped if the artifact "deskew:auto-crop" is defined, while the amount the image is to be deskewed, in degrees is also saved as the artifact "deskew:angle".</p>
/external/clang/lib/AST/
H A DItaniumMangle.cpp265 void pop(FunctionTypeDepthState saved) { argument
266 assert(getDepth() == saved.getDepth() + 1);
267 Bits = saved.Bits;
2530 FunctionTypeDepthState saved = FunctionTypeDepth.push(); local
2536 FunctionTypeDepth.pop(saved);
2545 FunctionTypeDepthState saved = FunctionTypeDepth.push(); local
2571 FunctionTypeDepth.pop(saved);
2595 FunctionTypeDepth.pop(saved);
/external/mksh/src/
H A Dsyn.c910 nesting_pop(struct nesting_state *saved) argument
912 nesting = *saved;

Completed in 841 milliseconds

1234567