HomeSort by relevance Sort by last modified time
    Searched refs:collide (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /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.25/ld/testsuite/ld-mmix/
b-widec3.s 5 % two symbols collide.
  /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/
tsan5.go 7 // Check that calls to C.malloc/C.free do not collide with the calls
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
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 264 int count, collide, chunk, whenmisc, xfr, i; local
332 collide = 0;
397 ++collide;
454 if (count + collide > 2 * nchunks)
463 //tst_resm(TINFO, "Test{%d} val %d done, count = %d, collide = {%d}",
464 // me, val, count, collide);
ftest04.c 225 int count, collide, chunk, whenmisc, xfr, i; local
324 collide = 0;
384 ++collide;
435 if (count + collide > 2 * nchunks)
444 //tst_resm(TINFO, "\tTest{%d} val %d stopping @ %d, collide = {%d}.",
445 // me, val, count, collide);
467 //tst_resm(TINFO, "\tTest[%d] val %d done, count = %d, collide = %d.",
468 // me, val, count, collide);
ftest05.c 264 int i, count, collide, chunk, whenmisc, xfr; local
329 collide = 0;
390 ++collide;
445 if (count + collide > 2 * nchunks)
455 //tst_resm(TINFO, "\tTest{%d} val %d done, count = %d, collide = {%d}",
456 // me, val, count, collide);
ftest08.c 232 int count, collide, chunk, whenmisc, xfr, i; local
330 collide = 0;
393 ++collide;
446 if (count + collide > 2 * nchunks)
455 //tst_resm(TINFO, "\tTest{%d} val %d stopping @ %d, collide = {%d}.",
456 // me, val, count, collide);
481 //tst_resm(TINFO, "\tTest[%d] val %d done, count = %d, collide = %d.",
482 // me, val, count, collide);
ftest03.c 288 int chunk, whenmisc, xfr, count, collide, i; local
397 collide = 0;
468 ++collide;
531 if (count + collide > 2 * nchunks)
541 //tst_resm(TINFO, "\tTest{%d} val %d done, count = %d, collide = {%d}",
542 // me, val, count, collide);
ftest07.c 287 int count, collide, chunk, whenmisc, xfr, i; local
392 collide = 0;
462 ++collide;
525 if (count + collide > 2 * nchunks)
534 //tst_resm(TINFO, "\tTest{%d} val %d done, count = %d, collide = {%d}",
535 // 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 155 // Fields collide with methods of the same name at this depth.
166 // Multiple fields with matching names collide at this depth and shadow all
244 // set and may not collide with the first one, thus leading to a false positive.
  /prebuilts/go/linux-x86/src/go/types/
methodset.go 155 // Fields collide with methods of the same name at this depth.
166 // Multiple fields with matching names collide at this depth and shadow all
244 // set and may not collide with the first one, thus leading to a false positive.
  /prebuilts/go/darwin-x86/src/cmd/vet/
structtag.go 59 // checked. That name cannot collide with element or attribute
  /prebuilts/go/linux-x86/src/cmd/vet/
structtag.go 59 // checked. That name cannot collide with element or attribute
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 353 * includes the case when N > (1<<30), so some keys MUST collide.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dcl.go 130 // When an import and a declaration collide in separate files,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dcl.go 130 // When an import and a declaration collide in separate files,
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 519 deterministic yet unlikely to collide with other uses. The actual
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 519 deterministic yet unlikely to collide with other uses. The actual
    [all...]
  /prebuilts/devtools/tools/lib/
uast-162.2228.14.jar 

Completed in 1688 milliseconds

1 2 3 4 5