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 168 static int icache; local
176 if (icache && strcmp(name, ncache) == 0)
177 return icache;
182 icache = im->index;
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h 52 struct cache_desc icache; member in struct:cpuinfo_mips
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 255 struct ext2_inode_cache *icache; member in struct:struct_ext2_filsys
    [all...]

Completed in 120 milliseconds