HomeSort by relevance Sort by last modified time
    Searched refs:Move (Results 301 - 325 of 421) sorted by null

<<11121314151617

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 315 virtual HRESULT WINAPI Move(__LONG32 Unit,__LONG32 Count,__LONG32 *pDelta) = 0;
377 HRESULT (WINAPI *Move)(ITextRange *This,__LONG32 Unit,__LONG32 Count,__LONG32 *pDelta);
441 #define ITextRange_Move(This,Unit,Count,pDelta) (This)->lpVtbl->Move(This,Unit,Count,pDelta)
    [all...]
dbdaoint.h 559 STDMETHOD(Move) (__LONG32 Rows,VARIANT StartBookmark) PURE;
    [all...]
adoint.h     [all...]
d3drmobj.h     [all...]
  /art/compiler/utils/arm/
assembler_arm.h 87 : label_(), anchor_label_(), labels_(std::move(labels)) {
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-arithmetic-encoding.s 489 ; Move immediate instructions
  /external/v8/test/cctest/
test-macro-assembler-mips.cc     [all...]
test-assembler-mips.cc 217 __ Movn(a0, t3, t0); // Move a0<-t3 (t0 is NOT 0).
    [all...]
test-assembler-mips64.cc 225 __ Movn(a0, a7, a4); // Move a0<-a7 (a4 is NOT 0).
433 // Test sign extension of move operations from coprocessor.
865 __ dsll32(a6, a5, 0); // Move a5 to high bits of a6.
    [all...]
test-macro-assembler-mips64.cc     [all...]
  /external/llvm/test/MC/PowerPC/
vsx.s     [all...]
  /external/minijail/
common.mk 773 # TODO(wad) Move to -L $(SYSROOT) and fakechroot when qemu-user
    [all...]
  /external/modp_b64/
common.mk 773 # TODO(wad) Move to -L $(SYSROOT) and fakechroot when qemu-user
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 420 mov r9, r3 @ move managed thread pointer into r9
475 ldr r9, [r11, #40] @ Move managed thread pointer into r9
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_a9.s 403 vmovl.u8 q10, d20 @Move the coffs into 16 bit
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 2314 milliseconds

<<11121314151617