HomeSort by relevance Sort by last modified time
    Searched refs:shrinks (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
reloc16.c 150 unsigned *shrinks; local
161 times (see discussion of the "shrinks" array below). */
191 In theory, if we kept the "shrinks" array for each section for the
201 /* Allocate and initialize the shrinks array for this section.
202 The last element is used as an accumulator of shrinks. */
205 shrinks = (unsigned *) bfd_zmalloc (amt);
221 shrinks[i], link_info);
223 /* If it shrunk, note it in the shrinks array and set up for
225 if (shrink != shrinks[i])
229 shrinks[j] += shrink - shrinks[i]
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-v32-l4.d 4 # Test that lapc shrinks to lapcq and that offsets are emitted correctly.
  /prebuilts/go/darwin-x86/src/sync/
pool.go 35 // load (when many goroutines are actively printing) and shrinks when
  /prebuilts/go/linux-x86/src/sync/
pool.go 35 // load (when many goroutines are actively printing) and shrinks when
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 777 // unexported methods. (If the interface shrinks, we will notice
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 777 // unexported methods. (If the interface shrinks, we will notice
  /prebuilts/go/darwin-x86/src/bytes/
bytes_test.go 784 {"\u2C6D\u2C6D\u2C6D\u2C6D\u2C6D", "\u0251\u0251\u0251\u0251\u0251"}, // shrinks one byte per char
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 528 {"\u2C6D\u2C6D\u2C6D\u2C6D\u2C6D", "\u0251\u0251\u0251\u0251\u0251"}, // shrinks one byte per char
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
bytes_test.go 784 {"\u2C6D\u2C6D\u2C6D\u2C6D\u2C6D", "\u0251\u0251\u0251\u0251\u0251"}, // shrinks one byte per char
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 528 {"\u2C6D\u2C6D\u2C6D\u2C6D\u2C6D", "\u0251\u0251\u0251\u0251\u0251"}, // shrinks one byte per char
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgc.go     [all...]

Completed in 567 milliseconds