HomeSort by relevance Sort by last modified time
    Searched refs:enough (Results 51 - 75 of 677) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
relax_stub.go 11 // precision of timers, this should be enough larger than the relaxed
  /prebuilts/go/linux-x86/test/fixedbugs/
issue12108.go 7 // A generated method with a return value large enough to be
issue19182.go 27 time.Sleep(10 * time.Millisecond) // Short sleep is enough in passing case
issue21655.go 10 // enough to fit into an int32 (to get rewritten to an ADDQconst)
11 // but large enough to overflow an int32 after multiplying by the stride.
  /external/llvm/test/MC/X86/AlignedBundling/
relax-in-bundle-group.s 7 # fixup is short enough not to warrant relaxation on its own.
  /prebuilts/go/darwin-x86/src/crypto/cipher/
xor.go 25 // Assert dst has enough space
56 // xorBytes xors the bytes in a and b. The destination should have enough
  /prebuilts/go/darwin-x86/src/os/
path_windows_test.go 14 // 248 is long enough to trigger the longer-than-248 checks in
15 // fixLongPath, but short enough not to make a path component
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue21655.go 10 // enough to fit into an int32 (to get rewritten to an ADDQconst)
11 // but large enough to overflow an int32 after multiplying by the stride.
  /prebuilts/go/darwin-x86/test/intrinsic.dir/
main.go 20 if errors > 100 { // 100 is enough spewage
21 panic("100 errors is plenty is enough")
  /prebuilts/go/linux-x86/src/crypto/cipher/
xor.go 25 // Assert dst has enough space
56 // xorBytes xors the bytes in a and b. The destination should have enough
  /prebuilts/go/linux-x86/src/os/
path_windows_test.go 14 // 248 is long enough to trigger the longer-than-248 checks in
15 // fixLongPath, but short enough not to make a path component
  /prebuilts/go/linux-x86/test/intrinsic.dir/
main.go 20 if errors > 100 { // 100 is enough spewage
21 panic("100 errors is plenty is enough")
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb2_ldr_immediate_highregs_armv6t2.s 6 # small enough as ldr should not generate a flag-setting instruction.
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_farcall_thumb_arm.s 14 @ This call is close enough to generate a "short branch" stub
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
farcall-cond-thumb-arm.s 14 @ This call is close enough to generate a "short branch" stub
farcall-thumb-arm.s 14 @ This call is close enough to generate a "short branch" stub
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
dso-3.s 5 ; just enough to be a test-case for the bug described in
  /prebuilts/go/darwin-x86/test/
maplinear.go 22 // to measure with accurate enough granularity. On failure,
55 // Once the test runs long enough for n ops,
154 // leaves enough wiggle room to include n lg n time
  /prebuilts/go/linux-x86/test/
maplinear.go 22 // to measure with accurate enough granularity. On failure,
55 // Once the test runs long enough for n ops,
154 // leaves enough wiggle room to include n lg n time
  /prebuilts/go/darwin-x86/src/internal/poll/
strconv.go 24 var buf [20]byte // big enough for 64bit value base 10
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv_windows.go 44 return false, ": you don't have enough privileges to create symlinks"
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin_arm.go 23 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_freebsd_arm.go 23 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_linux_arm64.go 40 // nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_linux_mips64x.go 26 // nanotime() is a poor approximation of CPU ticks that is enough for the profiler.

Completed in 1611 milliseconds

1 23 4 5 6 7 8 91011>>