/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
Striped64.java | 229 boolean collide = false; // True if last slot nonempty 251 collide = false; 259 collide = false; // At max size or stale 260 else if (!collide) 261 collide = true; 269 collide = false; 313 boolean collide = false; // True if last slot nonempty 335 collide = false; 342 collide = false; // At max size or stale 343 else if (!collide) [all...] |
/external/guava/guava/src/com/google/common/cache/ |
Striped64.java | 194 boolean collide = false; // True if last slot nonempty 219 collide = false; 226 collide = false; // At max size or stale 227 else if (!collide) 228 collide = true; 239 collide = false;
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/ |
b-widec3.s | 5 % two symbols collide.
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
compat.c | 181 bool report, enum si_field *collide) 188 *collide |= field; 204 enum si_field collide = 0; local 217 &collide)) { 222 &collide)) { 227 &collide)) { 232 &collide)) { 237 if (collide) { 291 bool report, enum led_field *collide) 298 *collide |= field 310 enum led_field collide; local [all...] |
symbols.c | 348 bool clobber, bool report, enum key_field *collide) 355 *collide |= field; 369 enum key_field collide = 0; local 394 clobber, report, &collide)) { 399 clobber, report, &collide)) { 404 clobber, report, &collide)) { 409 clobber, report, &collide)) { 415 if (collide) [all...] |
/external/ltp/testcases/kernel/mem/vmtests/ |
stack_space.c | 212 int collide; local 256 collide = 0; 283 ++collide; 305 if (count + collide > 2 * nchunks)
|
data_space.c | 228 int collide; local 288 collide = 0; 315 ++collide; 337 if (count + collide > 2 * nchunks) 346 "\t%s[%d] val %d done, count = %d, collide = %d.\n", 347 prog, me, val, count, collide);
|
/prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/ |
tsan5.go | 7 // Check that calls to C.malloc/C.free do not collide with the calls
|
/prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/ |
tsan5.go | 7 // Check that calls to C.malloc/C.free do not collide with the calls
|
/external/ltp/testcases/kernel/fs/ftest/ |
ftest01.c | 262 int count, collide, chunk, whenmisc, xfr, i; local 330 collide = 0; 395 ++collide; 452 if (count + collide > 2 * nchunks) 461 //tst_resm(TINFO, "Test{%d} val %d done, count = %d, collide = {%d}", 462 // me, val, count, collide);
|
ftest04.c | 215 int count, collide, chunk, whenmisc, xfr, i; local 314 collide = 0; 374 ++collide; 425 if (count + collide > 2 * nchunks) 434 //tst_resm(TINFO, "\tTest{%d} val %d stopping @ %d, collide = {%d}.", 435 // me, val, count, collide); 457 //tst_resm(TINFO, "\tTest[%d] val %d done, count = %d, collide = %d.", 458 // me, val, count, collide);
|
ftest05.c | 260 int i, count, collide, chunk, whenmisc, xfr; local 325 collide = 0; 386 ++collide; 441 if (count + collide > 2 * nchunks) 451 //tst_resm(TINFO, "\tTest{%d} val %d done, count = %d, collide = {%d}", 452 // me, val, count, collide);
|
ftest08.c | 228 int count, collide, chunk, whenmisc, xfr, i; local 326 collide = 0; 389 ++collide; 442 if (count + collide > 2 * nchunks) 451 //tst_resm(TINFO, "\tTest{%d} val %d stopping @ %d, collide = {%d}.", 452 // me, val, count, collide); 477 //tst_resm(TINFO, "\tTest[%d] val %d done, count = %d, collide = %d.", 478 // me, val, count, collide);
|
ftest03.c | 281 int chunk, whenmisc, xfr, count, collide, i; local 390 collide = 0; 461 ++collide; 524 if (count + collide > 2 * nchunks) 534 //tst_resm(TINFO, "\tTest{%d} val %d done, count = %d, collide = {%d}", 535 // me, val, count, collide);
|
ftest07.c | 281 int count, collide, chunk, whenmisc, xfr, i; local 386 collide = 0; 456 ++collide; 519 if (count + collide > 2 * nchunks) 528 //tst_resm(TINFO, "\tTest{%d} val %d done, count = %d, collide = {%d}", 529 // me, val, count, collide);
|
/prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/ |
raceprof.go | 29 // We want a bunch of different profile stacks that collide in the
|
/prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/ |
raceprof.go | 29 // We want a bunch of different profile stacks that collide in the
|
/prebuilts/go/darwin-x86/src/go/types/ |
methodset.go | 153 // Fields collide with methods of the same name at this depth. 164 // Multiple fields with matching names collide at this depth and shadow all 245 // set and may not collide with the first one, thus leading to a false positive.
|
/prebuilts/go/linux-x86/src/go/types/ |
methodset.go | 153 // Fields collide with methods of the same name at this depth. 164 // Multiple fields with matching names collide at this depth and shadow all 245 // set and may not collide with the first one, thus leading to a false positive.
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
structtag.go | 60 // checked. That name cannot collide with element or attribute
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
structtag.go | 60 // checked. That name cannot collide with element or attribute
|
/prebuilts/ndk/r16/sources/android/support/ |
Android.mk | 36 # collide with the out-of-line declarations in bionic.
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
ConcurrentHashMap.java | 353 * includes the case when N > (1<<30), so some keys MUST collide. [all...] |
/external/boringssl/src/util/fipstools/ |
delocate.go | 259 // symbols in two different .s inputs don't collide. 316 // different .s inputs don't collide. [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
dcl.go | 45 // When an import and a declaration collide in separate files,
|