Searched refs:chains (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/coregrind/
H A Dm_hashtable.c50 VgHashNode** chains; // expanding array of hash chains member in struct:_VgHashTable
76 table->chains = VG_(calloc)("hashtable.Hc.2", 1, sz);
96 VgHashNode** chains; local
125 chains = VG_(calloc)("hashtable.resize.1", 1, sz);
128 node = table->chains[i];
132 node->next = chains[chain];
133 chains[chain] = node;
138 VG_(free)(table->chains);
139 table->chains
[all...]
/external/iptables/iptables/
H A Diptables-xml.c97 #define maxChains 10240 /* max chains per table */
98 static struct chain chains[maxChains]; variable in typeref:struct:chain
266 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0)
281 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) {
282 openChain(chains[c].chain, chains[c].policy,
283 &(chains[c].count), '\0');
286 chains[
[all...]
H A Dxtables-config-parser.y120 table : T_TABLE T_STRING '{' chains '}'
128 chains : chain label
129 | chains chain
214 * the reverse order that chains appear in the
H A Dnft.c318 .chains = {
335 .chains = {
370 .chains = {
393 .chains = {
416 .chains = {
450 .chains = {
478 .chains = {
501 .chains = {
661 for (i=0; i<NF_IP_NUMHOOKS && t->chains[i].name != NULL; i++) {
662 if (strcmp(t->chains[
2770 struct builtin_chain *chains; local
[all...]
H A Dnft.h24 struct builtin_chain chains[NF_INET_NUMHOOKS]; member in struct:builtin_table
65 * Operations with chains.
H A Dip6tables.c227 " List the rules in a chain or all chains\n"
229 " Print the rules in a chain or all chains\n"
230 " --flush -F [chain] Delete all rules in chain or all chains\n"
232 " Zero counters in chain or all chains\n"
862 char *chains; local
871 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount);
875 strcpy(chains + i*sizeof(xt_chainlabel), chain);
882 && ip6tc_builtin(chains + i*sizeof(xt_chainlabel),
885 ret &= fn(chains + i*sizeof(xt_chainlabel), verbose, handle);
888 free(chains);
[all...]
H A Diptables.c221 " List the rules in a chain or all chains\n"
223 " Print the rules in a chain or all chains\n"
224 " --flush -F [chain] Delete all rules in chain or all chains\n"
226 " Zero counters in chain or all chains\n"
846 char *chains; local
855 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount);
859 strcpy(chains + i*sizeof(xt_chainlabel), chain);
866 && iptc_builtin(chains + i*sizeof(xt_chainlabel),
869 ret &= fn(chains + i*sizeof(xt_chainlabel), verbose, handle);
872 free(chains);
[all...]
/external/iptables/libiptc/
H A Dlibiptc.c5 * 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; member in struct:xtc_handle
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 */
363 return &handle->chains; /* B
546 unsigned int chains = 0; local
[all...]
/external/llvm/include/llvm/Object/
H A DELFTypes.h533 ArrayRef<Elf_Word> chains() const {
/external/valgrind/helgrind/
H A Dlibhb_core.c6483 UInt chains[MAXCHAIN+1]; // [MAXCHAIN] gets all chains >= MAXCHAIN local
6489 for (i = 0; i <= MAXCHAIN; i++) chains[i] = 0;
6495 chains[n]++;
6497 chains[MAXCHAIN]++;
6507 if (chains[i] != 0)
6510 chains[i]);
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1816 W.printList("Chains", HashTable->chains());
3060 // lengths of chains as absolute number and percentage of the total buckets.
3073 ArrayRef<Elf_Word> Chains = HashTable->chains();
3075 // If hash table is correct, we have at least chains with 0 length
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 361 milliseconds