/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | OpenIntToDoubleHashMap.java | 191 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in get() 192 j = probe(perturb, j); in get() 221 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in containsKey() 222 j = probe(perturb, j); in containsKey() 249 private static int perturb(final int hash) { in perturb() method in OpenIntToDoubleHashMap 280 int perturb = perturb(hash); in findInsertionIndex() local 284 j = probe(perturb, j); in findInsertionIndex() 286 perturb >>= PERTURB_SHIFT; in findInsertionIndex() 304 j = probe(perturb, j); in findInsertionIndex() 313 perturb >>= PERTURB_SHIFT; in findInsertionIndex() [all …]
|
D | OpenIntToFieldHashMap.java | 203 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in get() 204 j = probe(perturb, j); in get() 233 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in containsKey() 234 j = probe(perturb, j); in containsKey() 261 private static int perturb(final int hash) { in perturb() method in OpenIntToFieldHashMap 292 int perturb = perturb(hash); in findInsertionIndex() local 296 j = probe(perturb, j); in findInsertionIndex() 298 perturb >>= PERTURB_SHIFT; in findInsertionIndex() 316 j = probe(perturb, j); in findInsertionIndex() 325 perturb >>= PERTURB_SHIFT; in findInsertionIndex() [all …]
|
/external/iproute2/examples/ |
D | cbqinit.eth1 | 43 $TC qdisc add dev $DEVICE parent 1:2 sfq quantum 1514b perturb 15 51 $TC qdisc add dev $DEVICE parent 1:3 sfq quantum 1514b perturb 15 59 $TC qdisc add dev $DEVICE parent 1:4 sfq quantum 1514b perturb 15
|
D | cbq.init-v0.7.3 | 636 PERTURB=${PERTURB:+perturb $PERTURB}
|
/external/google-breakpad/src/client/mac/sender/fr.lproj/ |
D | Localizable.strings | 3 "crashDialogMsg" = "Le système et les autres applications n’ont pas été perturbés. Un rapport a été… 6 "noCrashDialogMsg" = "Le système et les autres applications n’ont pas été perturbés. Un rapport a é…
|
/external/libnl/lib/route/qdisc/ |
D | sfq.c | 185 void rtnl_sfq_set_perturb(struct rtnl_qdisc *qdisc, int perturb) in rtnl_sfq_set_perturb() argument 192 sfq->qs_perturb = perturb; in rtnl_sfq_set_perturb()
|
/external/valgrind/memcheck/tests/ |
D | err_disable4.vgtest | 6 ## otherwise perturb the output due to differences in
|
/external/python/cpython2/Objects/ |
D | setobject.c | 76 register size_t perturb; in set_lookkey() local 115 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) { in set_lookkey() 116 i = (i << 2) + i + perturb + 1; in set_lookkey() 158 register size_t perturb; in set_lookkey_string() local 186 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) { in set_lookkey_string() 187 i = (i << 2) + i + perturb + 1; in set_lookkey_string() 248 register size_t perturb; in set_insert_clean() local 255 for (perturb = hash; entry->key != NULL; perturb >>= PERTURB_SHIFT) { in set_insert_clean() 256 i = (i << 2) + i + perturb + 1; in set_insert_clean()
|
D | dictobject.c | 323 register size_t perturb; in lookdict() local 364 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) { in lookdict() 365 i = (i << 2) + i + perturb + 1; in lookdict() 411 register size_t perturb; in lookdict_string() local 442 for (perturb = hash; ; perturb >>= PERTURB_SHIFT) { in lookdict_string() 443 i = (i << 2) + i + perturb + 1; in lookdict_string() 572 register size_t perturb; in insertdict_clean() local 580 for (perturb = hash; ep->me_key != NULL; perturb >>= PERTURB_SHIFT) { in insertdict_clean() 581 i = (i << 2) + i + perturb + 1; in insertdict_clean()
|
D | dictnotes.txt | 159 loop and move the i = (i << 2) + i + perturb + 1 to an unrolled
|
/external/libnl/tests/ |
D | test-complex-HTB-with-hash-filters.c | 448 int quantum, int limit, int perturb in qdisc_add_SFQ_leaf() argument 476 if(perturb) { in qdisc_add_SFQ_leaf() 477 rtnl_sfq_set_perturb(qdisc, perturb); // default never perturb the hash in qdisc_add_SFQ_leaf()
|
/external/mksh/src/ |
D | main.c | 1755 size_t i, j, osize, mask, perturb; in tgrow() local 1783 j = perturb = tblp->ua.hval; in tgrow() 1786 j = (j << 2) + j + perturb + 1; in tgrow() 1787 perturb >>= PERTURB_SHIFT; in tgrow() 1816 size_t j, perturb, mask; in ktscan() local 1821 j = perturb = h; in ktscan() 1824 j = (j << 2) + j + perturb + 1; in ktscan() 1825 perturb >>= PERTURB_SHIFT; in ktscan()
|
/external/llvm/test/CodeGen/ARM/ |
D | vldm-liveness.ll | 17 ; the loads. Earlier optimisations may perturb the output over time, but
|
/external/python/cpython2/Doc/library/ |
D | crypt.rst | 35 to perturb the DES algorithm in one of 4096 ways. The characters in *salt* must
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopIdiom/ |
D | basic.ll | 25 ; shouldn't perturb us. 169 ; shouldn't perturb us.
|
/external/llvm/test/Transforms/LoopIdiom/ |
D | basic.ll | 32 ; shouldn't perturb us. 176 ; shouldn't perturb us.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|