HomeSort by relevance Sort by last modified time
    Searched defs:slots_used (Results 1 - 7 of 7) sorted by null

  /external/selinux/libselinux/src/
avc_sidtab.c 106 int i, chain_len, slots_used, max_chain_len; local
109 slots_used = 0;
114 slots_used++;
128 "chain length %d\n", avc_prefix, h->nel, slots_used,
avc.c 268 int i, chain_len, max_chain_len, slots_used; local
273 slots_used = 0;
278 slots_used++;
294 slots_used, AVC_CACHE_SLOTS, max_chain_len);
  /external/selinux/libsepol/src/
hashtab.c 290 int chain_len, slots_used, max_chain_len; local
293 slots_used = 0;
298 slots_used++;
312 tag, h->nel, slots_used, h->size, max_chain_len);
sidtab.c 262 int i, chain_len, slots_used, max_chain_len; local
265 slots_used = 0;
270 slots_used++;
284 tag, h->nel, slots_used, SIDTAB_SIZE, max_chain_len);
avtab.c 395 unsigned int i, chain_len, slots_used, max_chain_len; local
398 slots_used = 0;
403 slots_used++;
417 tag, h->nel, slots_used, h->nslot, max_chain_len);
  /external/selinux/policycoreutils/newrole/
hashtab.c 269 int chain_len, slots_used, max_chain_len; local
272 slots_used = 0;
277 slots_used++;
291 tag, h->nel, slots_used, h->size, max_chain_len);
  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp 2214 const unsigned slots_used = matches.assign_locations( local
    [all...]

Completed in 161 milliseconds