/external/valgrind/coregrind/ |
D | m_hashtable.c | 50 VgHashNode** chains; // expanding array of hash chains member 76 table->chains = VG_(calloc)("hashtable.Hc.2", 1, sz); in VG_() 96 VgHashNode** chains; in resize() local 125 chains = VG_(calloc)("hashtable.resize.1", 1, sz); in resize() 128 node = table->chains[i]; in resize() 132 node->next = chains[chain]; in resize() 133 chains[chain] = node; in resize() 138 VG_(free)(table->chains); in resize() 139 table->chains = chains; in resize() 148 node->next = table->chains[chain]; in VG_() [all …]
|
/external/iptables/iptables/ |
D | iptables-xml.c | 98 static struct chain chains[maxChains]; variable 265 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) in existsChain() 280 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) { in needChain() 281 openChain(chains[c].chain, chains[c].policy, in needChain() 282 &(chains[c].count), '\0'); in needChain() 285 chains[c].created = 1; in needChain() 298 chains[nextChain].chain = strdup(chain); in saveChain() 299 chains[nextChain].policy = strdup(policy); in saveChain() 300 chains[nextChain].count = *ctr; in saveChain() 301 chains[nextChain].created = 0; in saveChain() [all …]
|
/external/iptables/extensions/ |
D | libipt_MIRROR.man | 8 chains, and user-defined chains which are only called from those 9 chains. Note that the outgoing packets are 11 seen by any packet filtering chains, connection tracking or NAT, to
|
D | libxt_REDIRECT.man | 7 chains, and user-defined chains which are only called from those 8 chains. It redirects the packet to the machine itself by changing the
|
D | libxt_physdev.man | 13 chains). If the interface name ends in a "+", then any 24 chains). If the interface name ends in a "+", then any 28 chains one cannot match on the bridge output port, however one can in the 42 This is only useful in the FORWARD and POSTROUTING chains.
|
D | libipt_REJECT.man | 10 chains, and user-defined chains which are only called from those 11 chains. The following option controls the nature of the error packet
|
D | libip6t_REJECT.man | 10 chains, and user-defined chains which are only called from those 11 chains. The following option controls the nature of the error packet
|
D | libxt_DNAT.man | 7 chains, and user-defined chains which are only called from those 8 chains. It specifies that the destination address of the packet
|
D | libxt_TRACE.man | 2 the packets as those traverse the tables, chains, rules. 9 and "policy" for the policy of the built in chains.
|
D | libxt_SNAT.man | 7 chains, and user-defined chains which are only called from those 8 chains. It specifies that the source address of the packet should be
|
D | libxt_addrtype.man | 56 chains. It cannot be specified with the 67 chains. It cannot be specified with the
|
D | libxt_policy.man | 9 chains, 13 chains.
|
D | libxt_mac.man | 10 chains.
|
D | libip6t_eui64.man | 10 chains.
|
D | libxt_owner.man | 3 POSTROUTING chains. Forwarded packets do not have any socket associated with
|
D | libxt_TPROXY.man | 2 chain and user-defined chains which are only called from this chain. It
|
/external/iptables/libiptc/ |
D | libiptc.c | 138 struct list_head chains; member 344 list_pos=&handle->chains; in __iptcc_bsearch_chain_index() 363 return &handle->chains; /* Be safe, return orig start pos */ in __iptcc_bsearch_chain_index() 455 pos = handle->chains.next; in iptcc_bsearch_chain_offset() 473 list_pos = &handle->chains; in iptcc_linearly_search_chain_index() 546 unsigned int chains = 0; in iptcc_chain_index_build() local 559 list_for_each_entry(c, &h->chains, list) { in iptcc_chain_index_build() 564 cindex=chains / list_length; in iptcc_chain_index_build() 572 if ((chains % list_length)== 0) { in iptcc_chain_index_build() 576 chains++; in iptcc_chain_index_build() [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | copy-cpsr.ll | 6 ; escape. However, for long ADCS chains (and last ditch fallback) the dependency 12 ; + We want 2 long ADCS chains 15 ; + We want both chains to write CPSR post-split (so that the copy can't be 17 ; + We want the chains to be long enough that duplicating them is expensive.
|
D | 2011-08-29-SchedCycle.ll | 12 ; If the libcalls are not serialized (i.e. both have chains which are dag 28 ; The right solution is to fix LegalizeType too chains the libcalls together.
|
/external/icu/icu4c/source/layout/ |
D | MorphTables.h | 50 ChainHeader chains[ANY_NUMBER]; member 54 LE_VAR_ARRAY(MorphTableHeader, chains) 119 ChainHeader2 chains[ANY_NUMBER]; member 123 LE_VAR_ARRAY(MorphTableHeader2, chains)
|
D | MorphTables.cpp | 26 LEReferenceTo<ChainHeader> chainHeader(base, success, chains); // moving header in process() 27 LEReferenceToArrayOf<ChainHeader> chainHeaderArray(base, success, chains, chainCount); in process()
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 29 Edge31-cb-chains 75 Edge32-cb-u32, Edge32-cb-chains 87 for chains which is roughly: 6mbps
|
D | README | 23 CB-3(1|2)-(u32/chains) 28 and IPchains on the chains extension. CB stands for color Blind
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-12-26-extractelement-duplicate-load.ll | 5 ; the chains correctly.
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | crash_vectorizeTree.ll | 6 ; This test used to crash because we were following phi chains incorrectly.
|