HomeSort by relevance Sort by last modified time
    Searched refs:most (Results 101 - 125 of 689) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/
recover4.go 9 // sees the most recent value of the variables it accesses.
  /prebuilts/go/darwin-x86/src/math/big/
natconv.go 27 // In other words, at most n digits in base b fit into a Word.
144 // Algorithm: Collect digits in groups of at most n digits in di
149 bn, n := maxPow(b1) // at most n digits in base b1 fit into Word
256 i := int(float64(x.bitLen())/math.Log2(float64(base))) + 1 // off by 1 at most
297 // convert digits of most-significant word w (omit leading zeros)
  /prebuilts/go/linux-x86/src/math/big/
natconv.go 27 // In other words, at most n digits in base b fit into a Word.
144 // Algorithm: Collect digits in groups of at most n digits in di
149 bn, n := maxPow(b1) // at most n digits in base b1 fit into Word
256 i := int(float64(x.bitLen())/math.Log2(float64(base))) + 1 // off by 1 at most
297 // convert digits of most-significant word w (omit leading zeros)
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray.go 15 // offsets2 := index.Lookup(s, 3) // the list of at most 3 indices where s occurs in data
184 // Lookup returns an unsorted list of at most n indices where the byte string s
208 // in successive order. Otherwise, at most n matches are returned and
  /prebuilts/go/darwin-x86/src/runtime/
mksizeclasses.go 12 // request up to the next size class wastes at most 12.5% (1.125x).
17 // pages into objects of the given size wastes at most 12.5% (1.125x)
123 // so wasted space is at most 12.5%.
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray.go 15 // offsets2 := index.Lookup(s, 3) // the list of at most 3 indices where s occurs in data
184 // Lookup returns an unsorted list of at most n indices where the byte string s
208 // in successive order. Otherwise, at most n matches are returned and
  /prebuilts/go/linux-x86/src/runtime/
mksizeclasses.go 12 // request up to the next size class wastes at most 12.5% (1.125x).
17 // pages into objects of the given size wastes at most 12.5% (1.125x)
123 // so wasted space is at most 12.5%.
  /build/soong/cc/config/
tidy.go 24 // Most Android source files are not clang-tidy clean yet.
89 // The last matched local_path_prefix should be the most specific to be used.
  /build/soong/
doc.go 49 // device. It is most commonly 32-bit arm, but may also be 64-bit arm, 32-bit or
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 56 the most important components of the runtime library. loaded by default
68 defines the Error module, which contains definitions for most of the many
  /external/curl/packages/vms/
backup_gnv_curl_src.com 7 $! To comply with most Open Source licenses, the source used for building
  /external/eigen/lapack/
slarfg.f 176 * New BETA is at most 1, at least SAFMIN
  /external/mesa3d/docs/specs/
MESA_swap_control.spec 81 will be swapped at most every other video frame.) A return value
  /prebuilts/go/darwin-x86/src/cmd/cgo/
godefs.go 101 // The most common case is union types, which begin with
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
tokens.go 152 // Make sure we have at most 64 tokens so we can use them in a set.
  /prebuilts/go/darwin-x86/src/crypto/x509/
sec1.go 23 // most cases it is not.
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry_test.go 117 t.Fatalf("too many subprograms (expected at most %d)", i)
  /prebuilts/go/darwin-x86/src/encoding/json/
fold.go 19 // functions, from most general (and slow) to fastest:
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32_test.go 47 {0xd0201df6, "'Invariant assertions' is the most elegant programming technique! -Tom Szymanski"},
  /prebuilts/go/darwin-x86/src/net/http/
filetransport.go 19 // incoming requests, as well as most other properties of the
  /prebuilts/go/darwin-x86/src/sync/atomic/
value.go 29 // Load returns the value set by the most recent Store.
  /prebuilts/go/darwin-x86/src/sync/
mutex.go 6 // exclusion locks. Other than the Once and WaitGroup types, most are intended
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_plan9.go 97 // since that will be the most common lookup.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 35 // Note that lastBoundary looks back at most 31 runes.
  /prebuilts/go/darwin-x86/test/
string_lit.go 97 // test large and surrogate-half runes. perhaps not the most logical place for these tests.

Completed in 844 milliseconds

1 2 3 45 6 7 8 91011>>