OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sti
(Results
1 - 7
of
7
) 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
);
148
stinfo *
sti
;
local
157
sti
= malloc(sizeof(stinfo));
158
if(
sti
== 0) fatal("cannot allocate stinfo");
159
sti
->func = func;
160
sti
->cookie = cookie
290
sti
nfo *
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/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 1231 milliseconds