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

1 2 3

  /prebuilts/go/darwin-x86/src/runtime/
utf8.go 102 _ = p[1] // eliminate bounds checks
110 _ = p[2] // eliminate bounds checks
116 _ = p[3] // eliminate bounds checks
lfstack_64bit.go 27 // We shift the address left 16 to eliminate the sign extended part and make
  /prebuilts/go/linux-x86/src/runtime/
utf8.go 102 _ = p[1] // eliminate bounds checks
110 _ = p[2] // eliminate bounds checks
116 _ = p[3] // eliminate bounds checks
lfstack_64bit.go 27 // We shift the address left 16 to eliminate the sign extended part and make
  /external/icu/icu4c/source/config/
mh-solaris 92 BIR_LDFLAGS= -Wl,-M,$(NAME).map -Wl,-B,symbolic -Wl,-B,eliminate
  /prebuilts/go/darwin-x86/src/go/types/
check_test.go 200 func eliminate(t *testing.T, errmap map[string][]string, errlist []error) { func
218 // eliminate from list
273 // match and eliminate errors;
276 eliminate(t, errmap, errlist)
  /prebuilts/go/linux-x86/src/go/types/
check_test.go 200 func eliminate(t *testing.T, errmap map[string][]string, errlist []error) { func
218 // eliminate from list
273 // match and eliminate errors;
276 eliminate(t, errmap, errlist)
  /prebuilts/go/darwin-x86/src/compress/flate/
deflatefast.go 13 tableMask = tableSize - 1 // Mask for table indices. Redundant, but can eliminate bounds checks.
18 b = b[i : i+4 : len(b)] // Help the compiler eliminate bounds checks on the next line.
23 b = b[i : i+8 : len(b)] // Help the compiler eliminate bounds checks on the next line.
  /prebuilts/go/linux-x86/src/compress/flate/
deflatefast.go 13 tableMask = tableSize - 1 // Mask for table indices. Redundant, but can eliminate bounds checks.
18 b = b[i : i+4 : len(b)] // Help the compiler eliminate bounds checks on the next line.
23 b = b[i : i+8 : len(b)] // Help the compiler eliminate bounds checks on the next line.
  /prebuilts/go/darwin-x86/src/testing/
match.go 25 // eliminate this Mutex.
  /prebuilts/go/linux-x86/src/testing/
match.go 25 // eliminate this Mutex.
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 149 ADD gain, gain, gainIncrement @ gain step to eliminate zipper noise
  /prebuilts/go/darwin-x86/test/
writebarrier.go 218 // this is a case that the frontend failed to eliminate.
  /prebuilts/go/linux-x86/test/
writebarrier.go 218 // this is a case that the frontend failed to eliminate.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
printer.go 146 // eliminate semis and redundant whitespace
155 k = none // eliminate semi
158 k = none // eliminate semi
  /prebuilts/go/darwin-x86/src/unicode/utf8/
utf8.go 350 _ = p[1] // eliminate bounds checks
358 _ = p[2] // eliminate bounds checks
364 _ = p[3] // eliminate bounds checks
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
printer.go 146 // eliminate semis and redundant whitespace
155 k = none // eliminate semi
158 k = none // eliminate semi
  /prebuilts/go/linux-x86/src/unicode/utf8/
utf8.go 350 _ = p[1] // eliminate bounds checks
358 _ = p[2] // eliminate bounds checks
364 _ = p[3] // eliminate bounds checks
  /external/openssh/contrib/suse/
openssh.spec 96 key..." if we need to actually do this, in order to eliminate a confusing
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
nilcheck.go 15 // TODO: Eliminate more nil checks.
85 // Next, eliminate any redundant nil checks in this block.
  /prebuilts/go/darwin-x86/src/go/ast/
walk.go 43 // simpler use (and may help eliminate Inspect in turn).
  /prebuilts/go/darwin-x86/src/go/parser/
error_test.go 126 // we have a match - eliminate this error
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
nilcheck.go 15 // TODO: Eliminate more nil checks.
85 // Next, eliminate any redundant nil checks in this block.
  /prebuilts/go/linux-x86/src/go/ast/
walk.go 43 // simpler use (and may help eliminate Inspect in turn).
  /prebuilts/go/linux-x86/src/go/parser/
error_test.go 126 // we have a match - eliminate this error

Completed in 850 milliseconds

1 2 3