OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:icache
(Results
1 - 8
of
8
) sorted by null
/external/iproute2/lib/
inet_proto.c
28
static int
icache
= -1;
local
31
if (proto ==
icache
)
36
icache
= proto;
48
static int
icache
= -1;
local
51
if (
icache
>=0 && strcmp(ncache, buf) == 0)
52
return
icache
;
63
icache
= pe->p_proto;
ll_map.c
161
static int
icache
;
local
168
if (
icache
&& strcmp(name, ncache) == 0)
169
return
icache
;
173
icache
= im->index;
/bionic/libc/kernel/arch-mips/asm/
cpu-info.h
52
struct cache_desc
icache
;
member in struct:cpuinfo_mips
/development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h
52
struct cache_desc
icache
;
member in struct:cpuinfo_mips
/external/kernel-headers/original/asm-mips/
cpu-info.h
53
struct cache_desc
icache
; /* Primary I-cache */
member in struct:cpuinfo_mips
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h
52
struct cache_desc
icache
;
member in struct:cpuinfo_mips
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h
52
struct cache_desc
icache
;
member in struct:cpuinfo_mips
/external/e2fsprogs/lib/ext2fs/
ext2fs.h
240
struct ext2_inode_cache *
icache
;
member in struct:struct_ext2_filsys
[
all
...]
Completed in 182 milliseconds