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

1 23 4 5

  /prebuilts/go/darwin-x86/src/debug/pe/
file.go 16 // Avoid use of post-Go 1.4 io features, to make safe for toolchain bootstrap.
  /prebuilts/go/linux-x86/src/debug/pe/
file.go 16 // Avoid use of post-Go 1.4 io features, to make safe for toolchain bootstrap.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
fp.go 1168 // Avoid hard cases in the construction
1188 // Avoid hard cases in the construction
1208 // Avoid hard cases in the construction
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
fp.go 1168 // Avoid hard cases in the construction
1188 // Avoid hard cases in the construction
1208 // Avoid hard cases in the construction
  /external/cblas/testing/
c_cblat2.f 753 * Avoid repeating tests with M.le.0 or
    [all...]
c_dblat2.f 743 * Avoid repeating tests with M.le.0 or
    [all...]
c_sblat2.f 743 * Avoid repeating tests with M.le.0 or
    [all...]
c_zblat2.f 754 * Avoid repeating tests with M.le.0 or
    [all...]
  /external/eigen/blas/testing/
cblat2.f 719 * Avoid repeating tests with M.le.0 or
    [all...]
dblat2.f 709 * Avoid repeating tests with M.le.0 or
    [all...]
sblat2.f 709 * Avoid repeating tests with M.le.0 or
    [all...]
zblat2.f 721 * Avoid repeating tests with M.le.0 or
    [all...]
  /external/syslinux/core/
pxelinux.asm 35 %assign HIGHMEM_SLOP 128*1024 ; Avoid this much memory near the top
  /prebuilts/go/darwin-x86/src/regexp/
onepass.go 51 // Avoid allocation of buffer if prefix is empty.
  /prebuilts/go/darwin-x86/src/runtime/
mgcsweep.go 405 // Nobody cares about the credit. Avoid the atomic.
mgcmark.go 161 unlock(&allglock) // Avoid self-deadlock with traceback.
    [all...]
panic.go 172 // Avoid pointer past the defer allocation.
424 // It increments m.locks to avoid preemption.
  /prebuilts/go/darwin-x86/src/strconv/
quote.go 384 // Is it trivial? Avoid allocation.
398 buf := make([]byte, 0, 3*len(s)/2) // Try to avoid more allocations.
522 // from IsGraphic allows quoteWith to avoid two calls to IsPrint.
  /prebuilts/go/linux-x86/src/regexp/
onepass.go 51 // Avoid allocation of buffer if prefix is empty.
  /prebuilts/go/linux-x86/src/runtime/
mgcsweep.go 405 // Nobody cares about the credit. Avoid the atomic.
mgcmark.go 161 unlock(&allglock) // Avoid self-deadlock with traceback.
    [all...]
  /prebuilts/go/linux-x86/src/strconv/
quote.go 384 // Is it trivial? Avoid allocation.
398 buf := make([]byte, 0, 3*len(s)/2) // Try to avoid more allocations.
522 // from IsGraphic allows quoteWith to avoid two calls to IsPrint.
  /external/bison/
maint.mk 780 # Avoid useless parentheses like those in this example:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symtab.go 136 // To avoid filling the dynamic table with lots of unnecessary symbols,
200 // Avoid having the working directory inserted into the symbol table.
201 // It is added with a name to avoid problems with external linking
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer.go 128 if w.nbits > 8 { // Avoid underflow

Completed in 1495 milliseconds

1 23 4 5