HomeSort by relevance Sort by last modified time
    Searched full:idxmap (Results 1 - 2 of 2) sorted by null

  /external/iproute2/lib/
ll_map.c 27 struct idxmap struct
29 struct idxmap * next;
38 static struct idxmap *idxmap[16]; variable in typeref:struct:idxmap
45 struct idxmap *im, **imp;
62 for (imp=&idxmap[h]; (im=*imp)!=NULL; imp = &im->next)
93 struct idxmap *im;
97 for (im = idxmap[idx&0xF]; im; im = im->next)
114 struct idxmap *im;
118 for (im = idxmap[idx&0xF]; im; im = im->next
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c     [all...]

Completed in 175 milliseconds