HomeSort by relevance Sort by last modified time
    Searched full:fsave (Results 1 - 25 of 67) 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)
120 if (fSave) {
122 fSave = false;
168 fSave = fCurrentNode != targetNode && fCurrentNode->fFlags & Node::kSave_Flag;
SkPictureStateTree.h 105 bool fSave;
  /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)
120 if (fSave) {
122 fSave = false;
168 fSave = fCurrentNode != targetNode && fCurrentNode->fFlags & Node::kSave_Flag;
SkPictureStateTree.h 105 bool fSave;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext32.h 23 /* FSAVE frame with extensions */
sigcontext.h 93 __u16 twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */
user_64.h 53 unsigned short twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext32.h 23 /* FSAVE frame with extensions */
sigcontext.h 93 __u16 twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext32.h 23 /* FSAVE frame with extensions */
sigcontext.h 93 __u16 twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */
  /external/kernel-headers/original/asm-x86/
user32.h 17 /* FSAVE frame with extensions */
sigcontext.h 94 __u16 twd; /* Note this is not the same as the 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_2(fsave, void, tl, int)

Completed in 457 milliseconds

1 2 3