/external/llvm-project/lld/test/wasm/Inputs/ |
D | locals-duplicate2.ll | 3 ; Will collide: local (internal linkage) with global (external) linkage 5 ; Will collide: global with local 7 ; Will collide: local with local 10 ; Will collide: local with global 15 ; Will collide: global with local 20 ; Will collide: local with local
|
D | locals-duplicate1.ll | 3 ; Will collide: local (internal linkage) with global (external) linkage 5 ; Will collide: global with local 7 ; Will collide: local with local 10 ; Will collide: local with global 15 ; Will collide: global with local 20 ; Will collide: local with local
|
/external/guava/guava/src/com/google/common/hash/ |
D | Striped64.java | 187 boolean collide = false; // True if last slot nonempty in retryUpdate() 213 collide = false; in retryUpdate() 217 else if (n >= NCPU || cells != as) collide = false; // At max size or stale in retryUpdate() 218 else if (!collide) collide = true; in retryUpdate() 229 collide = false; in retryUpdate()
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | Striped64.java | 187 boolean collide = false; // True if last slot nonempty in retryUpdate() 213 collide = false; in retryUpdate() 217 else if (n >= NCPU || cells != as) collide = false; // At max size or stale in retryUpdate() 218 else if (!collide) collide = true; in retryUpdate() 229 collide = false; in retryUpdate()
|
/external/guava/android/guava/src/com/google/common/cache/ |
D | Striped64.java | 187 boolean collide = false; // True if last slot nonempty in retryUpdate() 213 collide = false; in retryUpdate() 217 else if (n >= NCPU || cells != as) collide = false; // At max size or stale in retryUpdate() 218 else if (!collide) collide = true; in retryUpdate() 229 collide = false; in retryUpdate()
|
/external/guava/guava/src/com/google/common/cache/ |
D | Striped64.java | 187 boolean collide = false; // True if last slot nonempty in retryUpdate() 213 collide = false; in retryUpdate() 217 else if (n >= NCPU || cells != as) collide = false; // At max size or stale in retryUpdate() 218 else if (!collide) collide = true; in retryUpdate() 229 collide = false; in retryUpdate()
|
/external/libxkbcommon/src/xkbcomp/ |
D | compat.c | 183 bool report, enum si_field *collide) in UseNewInterpField() argument 190 *collide |= field; in UseNewInterpField() 206 enum si_field collide = 0; in AddInterp() local 219 &collide)) { in AddInterp() 224 &collide)) { in AddInterp() 229 &collide)) { in AddInterp() 234 &collide)) { in AddInterp() 239 if (collide) { in AddInterp() 294 bool report, enum led_field *collide) in UseNewLEDField() argument 301 *collide |= field; in UseNewLEDField() [all …]
|
D | symbols.c | 340 bool clobber, bool report, enum key_field *collide) in UseNewKeyField() argument 347 *collide |= field; in UseNewKeyField() 361 enum key_field collide = 0; in MergeKeys() local 386 clobber, report, &collide)) { in MergeKeys() 391 clobber, report, &collide)) { in MergeKeys() 396 clobber, report, &collide)) { in MergeKeys() 401 clobber, report, &collide)) { in MergeKeys() 407 if (collide) in MergeKeys()
|
/external/ltp/testcases/kernel/mem/vmtests/ |
D | data_space.c | 228 int collide; local 288 collide = 0; 315 ++collide; 337 if (count + collide > 2 * nchunks) 347 prog, me, val, count, collide);
|
D | stack_space.c | 212 int collide; in dotest() local 256 collide = 0; in dotest() 283 ++collide; in dotest() 305 if (count + collide > 2 * nchunks) in dotest()
|
/external/ltp/testcases/kernel/fs/ftest/ |
D | ftest04.c | 215 int count, collide, chunk, whenmisc, xfr, i; in dotest() local 314 collide = 0; in dotest() 374 ++collide; in dotest() 425 if (count + collide > 2 * nchunks) in dotest()
|
D | ftest08.c | 228 int count, collide, chunk, whenmisc, xfr, i; in dotest() local 326 collide = 0; in dotest() 389 ++collide; in dotest() 442 if (count + collide > 2 * nchunks) in dotest()
|
D | ftest05.c | 260 int i, count, collide, chunk, whenmisc, xfr; in dotest() local 325 collide = 0; in dotest() 386 ++collide; in dotest() 441 if (count + collide > 2 * nchunks) in dotest()
|
D | ftest01.c | 262 int count, collide, chunk, whenmisc, xfr, i; in dotest() local 330 collide = 0; in dotest() 395 ++collide; in dotest() 452 if (count + collide > 2 * nchunks) in dotest()
|
D | ftest03.c | 281 int chunk, whenmisc, xfr, count, collide, i; in dotest() local 390 collide = 0; in dotest() 461 ++collide; in dotest() 524 if (count + collide > 2 * nchunks) in dotest()
|
D | ftest07.c | 281 int count, collide, chunk, whenmisc, xfr, i; in dotest() local 386 collide = 0; in dotest() 456 ++collide; in dotest() 519 if (count + collide > 2 * nchunks) in dotest()
|
/external/ltp/testcases/kernel/controllers/cpuset/ |
D | README | 41 syscalls whether they collide with cpuset. 46 cpu hotplug whether they collide with cpuset.
|
/external/llvm-project/lld/lib/Core/ |
D | SymbolTable.cpp | 84 static NameCollisionResolution collide(Atom::Definition first, in collide() function 130 switch (collide(existing->definition(), newAtom.definition())) { in addByName()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | graph_debug_info.proto | 47 // exclude '@', making it impossible to collide keys of this form. Function
|
/external/linux-kselftest/tools/testing/selftests/futex/ |
D | README | 55 problem as we intend to write multiple tests which collide in this namespace.
|
/external/icu/icu4c/source/config/ |
D | mh-aix-gcc | 132 ## BIR - bind with internal references [so app data and icu data doesn't collide]
|
/external/minijail/ |
D | README.md | 104 new name to not collide with the deprecated one.
|
/external/rust/crates/ahash/ |
D | FAQ.md | 27 Cryptographic hashes are designed to make is nearly impossible to find two items that collide when … 37 * A hashmap does not need to provide a hard and fast guarantee that no two inputs will ever collide…
|
D | README.md | 12 [This prevents DOS attacks where an attacker sends a large number of items whose hashes collide tha…
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPathHeader.java | 985 Map<String, String> collide = new TreeMap<>(); in TestZ() local 1039 if (collide.size() != 0) { in TestZ() 1040 errln("\nCollide:\t" + collide.size()); in TestZ() 1041 for (Entry<String, String> item : collide.entrySet()) { in TestZ()
|