HomeSort by relevance Sort by last modified time
    Searched full:fsave (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
twobytemem.asm 6 fsave [0x800] label
  /external/valgrind/main/cachegrind/tests/x86/
fpu-28-108.S 20 fsave fooble
  /external/valgrind/main/VEX/test/
frstor.c 11 asm __volatile__("fsave (%0)" : : "r" (p) : "memory" );
16 asm __volatile__("fsave (%0)" : : "r" (p) : "memory" );
fsave.c 11 asm __volatile__("fsave (%0)" : : "r" (p) : "memory" );
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.h 62 SkMSec fSave;
SkAnimateActive.cpp 87 testState.fSave = oldState.fSave;
286 state.fSave = apply->begin;
475 // the code below should only be bumping fSave, and there shouldn't be anything
486 // if (fSave > 0)
487 // fSave -= SK_MSec1;
488 // } else if (fSave < fDuration)
489 // fSave += SK_MSec1;
495 // result = fSave;
  /external/chromium_org/third_party/skia/src/core/
SkPictureStateTree.cpp 98 , fSave(false)
147 if (fSave) {
149 fSave = false;
203 fSave = fCurrentNode != targetNode && fCurrentNode->fFlags & Node::kSave_Flag;
SkPictureStateTree.h 115 bool fSave;
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext32.h 25 /* FSAVE frame with extensions */
sigcontext.h 140 32bit/x87/FSAVE twd */
  /external/skia/src/animator/
SkAnimateActive.h 62 SkMSec fSave;
SkAnimateActive.cpp 87 testState.fSave = oldState.fSave;
286 state.fSave = apply->begin;
475 // the code below should only be bumping fSave, and there shouldn't be anything
486 // if (fSave > 0)
487 // fSave -= SK_MSec1;
488 // } else if (fSave < fDuration)
489 // fSave += SK_MSec1;
495 // result = fSave;
  /external/skia/src/core/
SkPictureStateTree.cpp 98 , fSave(false)
147 if (fSave) {
149 fSave = false;
203 fSave = fCurrentNode != targetNode && fCurrentNode->fFlags & Node::kSave_Flag;
SkPictureStateTree.h 115 bool fSave;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
sigcontext32.h 25 /* FSAVE frame with extensions */
sigcontext.h 138 32bit/x87/FSAVE twd */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext32.h 25 /* FSAVE frame with extensions */
sigcontext.h 138 32bit/x87/FSAVE twd */
  /external/qemu/distrib/sdl-1.2.15/src/timer/mint/
SDL_vbltimer.S 45 fsave sp@; \
61 fsave sp@-; \
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_it.S 64 fsave sp@; \
80 fsave sp@-; \
  /external/valgrind/main/VEX/useful/
x87_to_vex_and_back.c 126 asm volatile ("fsave (%0)"
138 asm volatile("frstor (%0) ; fsave (%0)"
  /external/qemu/target-i386/
helper.h 189 DEF_HELPER_3(fsave, void, env, tl, int)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 139 struct i387_fsave_struct fsave; member in union:i387_union
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 139 struct i387_fsave_struct fsave; member in union:i387_union
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 139 struct i387_fsave_struct fsave; member in union:i387_union

Completed in 417 milliseconds

1 2 3