Searched refs:saved (Results 51 - 75 of 154) sorted by relevance

1234567

/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s55 .equ REG_SAVE_SZ, 0 @save-on-entry registers saved
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java1148 int saved = m_next;
1154 m_next = saved; // HACK: I think this is a bit of a hack. -sb
H A DNodeSet.java763 int saved = m_next;
765 m_next = saved; // HACK: I think this is a bit of a hack. -sb
/external/libunwind/doc/
H A Dunw_getcontext.tex23 (``callee-saved'') and all frame-related registers, such as the
H A Dunw_is_signal_frame.tex30 that are normally treated as scratch (``caller-saved'') registers.
H A Dlibunwind-ia64.tex44 points to. For normal frames, all ``preserved'' (callee-saved)
46 (including ``scratch'' (caller-saved) registers) are accessible. Most
76 have a valid value, even though sometimes they do not get saved
170 value of register \texttt{ar.bsp} as of the time it was last saved
H A Dunw_get_fpreg.tex28 (``callee-saved'') registers and frame-related registers (such as the
H A Dunw_get_reg.tex28 (``callee-saved'') registers and frame-related registers (such as the
H A Dunw_set_fpreg.tex28 (``callee-saved'') registers and frame-related registers (such as the
H A Dunw_set_reg.tex28 (``callee-saved'') registers and frame-related registers (such as the
H A Dlibunwind-dynamic.tex17 stack-pointer) and all callee-saved registers (preserved registers).
20 which the current value is stored (callee-saved registers).
48 on the stack and save certain callee-saved registers. The body
64 once the stack-pointer is restored, all values saved in the
67 state not saved on the stack is assume to remain valid through the end
69 instructions which restore the contents of callee-saved registers.
81 that the instruction stores calle-saved register \Var{r1} at offset 16
282 another (callee-saved) register determines whether or not an
H A Dlibunwind-setjmp.tex31 need to be saved in the jump-buffer (plus one call to
H A Dunw_get_proc_name.tex25 saved in the stack frame identified by \Var{cp}, relative to the start
/external/libvterm/src/
H A Dstate.c550 state->saved.pos = state->pos;
551 state->saved.mode.cursor_visible = state->mode.cursor_visible;
552 state->saved.mode.cursor_blink = state->mode.cursor_blink;
553 state->saved.mode.cursor_shape = state->mode.cursor_shape;
560 state->pos = state->saved.pos;
562 settermprop_bool(state, VTERM_PROP_CURSORVISIBLE, state->saved.mode.cursor_visible);
563 settermprop_bool(state, VTERM_PROP_CURSORBLINK, state->saved.mode.cursor_blink);
564 settermprop_int (state, VTERM_PROP_CURSORSHAPE, state->saved.mode.cursor_shape);
H A Dpen.c165 state->saved.pen = state->pen;
168 state->pen = state->saved.pen;
/external/r8/src/main/java/com/android/tools/r8/dex/
H A DDexFileReader.java291 int saved = file.position();
298 file.position(saved);
312 int saved = file.position();
319 file.position(saved);
350 int saved = file.position();
358 file.position(saved);
790 int saved = file.position();
792 file.position(saved);
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_pipe_common.h676 struct radeon_saved_cs *saved,
746 struct radeon_saved_cs *saved);
747 void radeon_clear_saved_cs(struct radeon_saved_cs *saved);
/external/python/cpython2/Lib/idlelib/
H A DIOBinding.py481 saved = self.get_saved()
482 if saved:
484 # shell undo is reset after every prompt, looks saved, probably isn't
485 if not saved or filename is None:
/external/python/cpython2/Modules/
H A Ditertoolsmodule.c692 PyObject *saved; member in struct:__anon17636
703 PyObject *saved; local
717 saved = PyList_New(0);
718 if (saved == NULL) {
727 Py_DECREF(saved);
731 lz->saved = saved;
741 Py_XDECREF(lz->saved);
750 Py_VISIT(lz->saved);
764 if (!lz->firstpass && PyList_Append(lz->saved, ite
[all...]
/external/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup217 adb_shell mv /system/etc/ld.config.txt.saved /system/etc/ld.config.txt
438 adb_shell mv /system/etc/ld.config.txt /system/etc/ld.config.txt.saved
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCompactDecimalDataCache.java337 * @return number of zeros found before any decimal point in template, or -1 if it was not saved.
353 // Save the unit, and return -1 if it was not saved
354 boolean saved = saveUnit(new DecimalFormat.Unit(prefix, suffix), pluralVariant, idx, destination.units, overwrite);
355 if (!saved) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCompactDecimalDataCache.java336 * @return number of zeros found before any decimal point in template, or -1 if it was not saved.
352 // Save the unit, and return -1 if it was not saved
353 boolean saved = saveUnit(new DecimalFormat.Unit(prefix, suffix), pluralVariant, idx, destination.units, overwrite);
354 if (!saved) {
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A Dppc_closure.S76 # now load up the pointer to the saved gpr registers
79 # now load up the pointer to the saved fpr registers */
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
H A Dsysv.asm179 add a2, sp, #4 ; second arg = sp+4 (points to saved a1)
223 add sp, sp, #16 ; remove saved argument registers {a1-a4} from the stack
/external/tinyxml/
H A Dxmltest.cpp542 FILE* saved = fopen( "utf8testout.xml", "r" ); local
544 if ( saved && verify )
548 fgets( savedBuf, 256, saved );
555 fclose( saved );

Completed in 962 milliseconds

1234567