HomeSort by relevance Sort by last modified time
    Searched defs:icache (Results 1 - 4 of 4) 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-sh/asm/
processor_64.h 44 struct cache_info icache; member in struct:sh_cpuinfo
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 230 struct ext2_inode_cache *icache; member in struct:struct_ext2_filsys
    [all...]

Completed in 1004 milliseconds