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

  /build/tools/apriori/
hash.c 16 Elf32_Word *chains = hash_data + nbuckets; local
23 index = chains[index];
  /build/tools/lsd/
hash.c 17 Elf32_Word *chains = hash_data + nbuckets; local
25 index = chains[index];
  /external/elfcopy/
hash.c 26 Elf32_Word *chains = ++buckets + nbuckets; local
41 while (chains[last_chain_index] != STN_UNDEF) {
43 last_chain_index = chains[last_chain_index];
46 chains[last_chain_index] = symindex;
60 Elf32_Word *chains = hash_data + nbuckets; local
72 index = chains[index];
  /external/icu4c/layout/
MorphTables.h 48 ChainHeader chains[ANY_NUMBER]; member in struct:MorphTableHeader
  /dalvik/vm/interp/
Jit.c 433 int chains; local
436 for (i=0, stubs=chains=hit=not_hit=0;
447 chains++;
451 LOGD("JIT: %d traces, %d slots, %d chains, %d thresh, %s",
452 hit, not_hit + hit, chains, gDvmJit.threshold,
478 LOGD("JIT: %d Translation chains, %d interp stubs",
    [all...]
  /external/iptables/
iptables-xml.c 106 #define maxChains 10240 /* max chains per table */
107 static chain chains[maxChains]; variable
274 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0)
289 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) {
290 openChain(chains[c].chain, chains[c].policy,
291 &(chains[c].count), '\0');
294 chains[c].created = 1
    [all...]
ip6tables.c 353 " --list -L [chain] List the rules in a chain or all chains\n"
354 " --flush -F [chain] Delete all rules in chain or all chains\n"
355 " --zero -Z [chain] Zero counters in chain or all chains\n"
1602 char *chains; local
    [all...]
iptables.c 440 " --list -L [chain] List the rules in a chain or all chains\n"
441 " --flush -F [chain] Delete all rules in chain or all chains\n"
442 " --zero -Z [chain] Zero counters in chain or all chains\n"
1671 char *chains; local
    [all...]
  /external/iptables/libiptc/
libiptc.c 5 * Chains go INPUT, FORWARD, OUTPUT then user chains.
7 * Every chain ends with an unconditional jump: a RETURN for user chains,
130 struct list_head chains; variable in typeref:struct:list_head
312 if (list_empty(&handle->chains))
315 list_for_each(pos, &handle->chains) {
329 if (list_empty(&handle->chains))
332 list_for_each(pos, &handle->chains) {
399 /* sort only user defined chains */
401 list_for_each_entry(tmp, &h->chains, list)
    [all...]

Completed in 251 milliseconds