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

  /external/valgrind/main/coregrind/
m_hashtable.c 48 VgHashNode** chains; // expanding array of hash chains member in struct:_VgHashTable
74 table->chains = VG_(calloc)("hashtable.Hc.2", 1, sz);
94 VgHashNode** chains; local
123 chains = VG_(calloc)("hashtable.resize.1", 1, sz);
126 node = table->chains[i];
130 node->next = chains[chain];
131 chains[chain] = node;
136 VG_(free)(table->chains);
137 table->chains = chains
    [all...]
  /external/iptables/iptables/
iptables-xml.c 101 #define maxChains 10240 /* max chains per table */
102 static struct chain chains[maxChains]; variable in typeref:struct:chain
269 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0)
284 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) {
285 openChain(chains[c].chain, chains[c].policy,
286 &(chains[c].count), '\0');
289 chains[c].created = 1
    [all...]
ip6tables.c 237 " List the rules in a chain or all chains\n"
239 " Print the rules in a chain or all chains\n"
240 " --flush -F [chain] Delete all rules in chain or all chains\n"
242 " Zero counters in chain or all chains\n"
863 char *chains; local
872 chains = xtables_malloc(sizeof(ip6t_chainlabel) * chaincount);
876 strcpy(chains + i*sizeof(ip6t_chainlabel), chain);
883 && ip6tc_builtin(chains + i*sizeof(ip6t_chainlabel),
886 ret &= fn(chains + i*sizeof(ip6t_chainlabel), verbose, handle);
889 free(chains);
    [all...]
iptables.c 250 " List the rules in a chain or all chains\n"
252 " Print the rules in a chain or all chains\n"
253 " --flush -F [chain] Delete all rules in chain or all chains\n"
255 " Zero counters in chain or all chains\n"
868 char *chains; local
877 chains = xtables_malloc(sizeof(ipt_chainlabel) * chaincount);
881 strcpy(chains + i*sizeof(ipt_chainlabel), chain);
888 && iptc_builtin(chains + i*sizeof(ipt_chainlabel),
891 ret &= fn(chains + i*sizeof(ipt_chainlabel), verbose, handle);
894 free(chains);
    [all...]
  /external/icu4c/layout/
MorphTables.h 48 ChainHeader chains[ANY_NUMBER]; member in struct:MorphTableHeader
MorphTables.cpp 25 const ChainHeader *chainHeader = chains;
  /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,
138 struct list_head chains; variable in typeref:struct:list_head
143 unsigned int num_chains; /* number of user defined chains */
148 int sorted_offsets; /* if chains are received sorted from kernel,
311 * chains in chain list don't change the correctness of the chain
316 * CHAIN_INDEX_INSERT_MAX chains has been added.
344 list_pos=&handle->chains;
346 /* Check for empty array, e.g. no user defined chains */
548 unsigned int chains = 0; local
    [all...]
  /external/v8/test/mjsunit/
override-read-only-property.js 33 // of read-only properties in prototype chains.
function-bind.js 208 // Test bind chains when used as a constructor.
  /dalvik/vm/interp/
Jit.cpp 474 int chains; local
477 for (i=0, stubs=chains=hit=not_hit=0;
488 chains++;
492 ALOGD("JIT: %d traces, %d slots, %d chains, %d thresh, %s",
493 hit, not_hit + hit, chains, gDvmJit.threshold,
536 ALOGD("JIT: %d Translation chains, %d interp stubs",
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 7151 Vector< sp<EffectChain> > chains; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 233 milliseconds