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

  /bootable/recovery/minadbd/
services.c 40 stinfo *sti = x; local
41 sti->func(sti->fd, sti->cookie);
42 free(sti);
120 stinfo *sti; local
129 sti = malloc(sizeof(stinfo));
130 if(sti == 0) fatal("cannot allocate stinfo");
131 sti->func = func;
132 sti->cookie = cookie
    [all...]
  /system/core/adb/
services.c 52 stinfo *sti = x; local
53 sti->func(sti->fd, sti->cookie);
54 free(sti);
161 stinfo *sti; local
170 sti = malloc(sizeof(stinfo));
171 if(sti == 0) fatal("cannot allocate stinfo");
172 sti->func = func;
173 sti->cookie = cookie
303 stinfo *sti; local
    [all...]
  /external/kernel-headers/original/linux/
interrupt.h 182 static inline void __deprecated sti(void) function
366 * 2. sti();
  /external/qemu-pc-bios/bochs/bios/
rombios.c 2921 sti ;; enable higher priority interrupts local
3072 sti ;; enable higher priority interrupts local
3224 sti ;; enable higher priority interrupts local
4491 sti local
6455 sti ;; enable higher priority interrupts local
6595 sti ;; enable higher priority interrupts local
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 553 milliseconds