HomeSort by relevance Sort by last modified time
    Searched refs:sti (Results 1 - 14 of 14) sorted by null

  /external/libffi/src/frv/
eabi.S 46 sti fp, @(sp, #24)
54 sti gr5, @(fp, #8)
55 sti gr8, @(fp, #-4)
56 sti gr9, @(fp, #-8)
57 sti gr10, @(fp, #-12)
58 sti gr11, @(fp, #-16)
59 sti gr12, @(fp, #-20)
60 sti gr13, @(fp, #-24)
111 sti gr8, @(gr4, #0)
112 sti gr9, @(gr4, #4
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
irqflags_32.h 21 #define ENABLE_INTERRUPTS(clobbers) sti
22 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /development/ndk/platforms/android-5/arch-x86/include/asm/
irqflags_32.h 21 #define ENABLE_INTERRUPTS(clobbers) sti
22 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
irqflags_32.h 21 #define ENABLE_INTERRUPTS(clobbers) sti
22 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
irqflags_32.h 21 #define ENABLE_INTERRUPTS(clobbers) sti
22 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /system/core/adb/
services.c 49 stinfo *sti = x; local
50 sti->func(sti->fd, sti->cookie);
51 free(sti);
244 stinfo *sti; local
253 sti = malloc(sizeof(stinfo));
254 if(sti == 0) fatal("cannot allocate stinfo");
255 sti->func = func;
256 sti->cookie = cookie
    [all...]
  /external/kernel-headers/original/asm-x86/
irqflags_32.h 36 asm volatile("sti": : :"memory");
41 asm volatile("sti; hlt": : :"memory");
76 * Used in the idle loop; sti takes one instruction cycle
107 #define ENABLE_INTERRUPTS(clobbers) sti
108 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHeap.java 533 for (int sti = 0; sti < stackDepth; sti++) {
548 steArray[sti] = new StackTraceElement(methodClassName,
  /external/grub/stage1/
stage1.S 140 sti /* we're safe again */
  /external/grub/stage2/
start_eltorito.S 89 sti
asm.S 135 sti /* we're safe again */
933 sti
    [all...]
  /external/kernel-headers/original/linux/
interrupt.h 182 static inline void __deprecated sti(void) function
366 * 2. sti();
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 623 #define STI CHOICE(sti, sti, sti)
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 466 milliseconds