HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 476 - 500 of 1733) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/crypto/aes/
block.go 56 nr := len(xk)/4 - 2 // - 2: one above, one more below
101 nr := len(xk)/4 - 2 // - 2: one above, one more below
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256_test.go 32 {"a144061c271f152da4d151034508fed1c138b8c976339de229c3bb6d4bbb4fce", "Discard medicine more than two years old."},
66 {"19297f1cef7ddc8a7e947f5c5a341e10f7245045e425db67043988d7", "Discard medicine more than two years old."},
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85.go 285 // Filter out such bytes to make room for more input.
306 // Read more data.
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 163 // Run more iterations than we think we'll need for a second (1.5x).
165 // Be sure to run at least one more than last time.
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter_test.go 110 // referenced by the exportdata, which may be more than
131 // TODO(gri) add more tests
  /prebuilts/go/darwin-x86/src/math/big/
floatconv.go 126 p := new(Float).SetPrec(z.Prec() + 64) // use more bits for p -- TODO(gri) what is the right number?
158 // use more bits for f than for z
ratconv_test.go 61 // TODO(gri) add more tests
323 // A little more than the exact half of smallest denormal
  /prebuilts/go/darwin-x86/src/regexp/syntax/
regexp.go 51 OpStar // matches Sub[0] zero or more times
52 OpPlus // matches Sub[0] one or more times
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 43 // maxPause entries) and then three more: Unix ns time of last GC,
126 // threads that the Go program can use. If it attempts to use more than
  /prebuilts/go/darwin-x86/src/runtime/
signal_386.go 148 // TODO(rsc): Make this more precise: we should do more checks on the PC,
  /prebuilts/go/darwin-x86/src/syscall/
dll_windows.go 118 // Call executes procedure p with arguments a. It will panic, if more then 15 arguments
270 // Call executes procedure p with arguments a. It will panic, if more then 15 arguments
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
floatconv.go 129 p := new(Float).SetPrec(z.Prec() + 64) // use more bits for p -- TODO(gri) what is the right number?
161 // use more bits for f than for z
ratconv_test.go 64 // TODO(gri) add more tests
324 // A little more than the exact half of smallest denormal
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
floatconv.go 126 p := new(Float).SetPrec(z.Prec() + 64) // use more bits for p -- TODO(gri) what is the right number?
158 // use more bits for f than for z
ratconv_test.go 61 // TODO(gri) add more tests
321 // A little more than the exact half of smallest denormal
  /prebuilts/go/linux-x86/src/cmd/go/
clean.go 55 For more about build flags, see 'go help build'.
57 For more about specifying packages, see 'go help packages'.
  /prebuilts/go/linux-x86/src/compress/lzw/
reader.go 64 // Each code c in [lo, hi] expands to two or more bytes. For c != hi:
228 // the decompressor may read more data than necessary from r.
  /prebuilts/go/linux-x86/src/crypto/aes/
block.go 56 nr := len(xk)/4 - 2 // - 2: one above, one more below
101 nr := len(xk)/4 - 2 // - 2: one above, one more below
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256_test.go 32 {"a144061c271f152da4d151034508fed1c138b8c976339de229c3bb6d4bbb4fce", "Discard medicine more than two years old."},
66 {"19297f1cef7ddc8a7e947f5c5a341e10f7245045e425db67043988d7", "Discard medicine more than two years old."},
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85.go 285 // Filter out such bytes to make room for more input.
306 // Read more data.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 163 // Run more iterations than we think we'll need for a second (1.5x).
165 // Be sure to run at least one more than last time.
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter_test.go 110 // referenced by the exportdata, which may be more than
131 // TODO(gri) add more tests
  /prebuilts/go/linux-x86/src/math/big/
floatconv.go 126 p := new(Float).SetPrec(z.Prec() + 64) // use more bits for p -- TODO(gri) what is the right number?
158 // use more bits for f than for z
ratconv_test.go 61 // TODO(gri) add more tests
323 // A little more than the exact half of smallest denormal
  /prebuilts/go/linux-x86/src/regexp/syntax/
regexp.go 51 OpStar // matches Sub[0] zero or more times
52 OpPlus // matches Sub[0] one or more times

Completed in 1264 milliseconds

<<11121314151617181920>>