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

1 2

  /prebuilts/go/darwin-x86/src/runtime/pprof/
map.go 10 // It grows without bound, but that's assumed to be OK.
  /prebuilts/go/linux-x86/src/runtime/pprof/
map.go 10 // It grows without bound, but that's assumed to be OK.
  /external/clang/test/Misc/
warning-flags.c 7 and ensures that the list never grows.
  /prebuilts/go/darwin-x86/src/strings/
builder.go 67 // Grow grows b's capacity, if necessary, to guarantee space for
strings_test.go 530 {"\u0250\u0250\u0250\u0250\u0250", "\u2C6F\u2C6F\u2C6F\u2C6F\u2C6F"}, // grows one byte per char
    [all...]
  /prebuilts/go/linux-x86/src/strings/
builder.go 67 // Grow grows b's capacity, if necessary, to guarantee space for
  /frameworks/base/services/core/java/com/android/server/wm/
TaskPositioner.java 533 final boolean grows = width > (right - left) || height > (bottom - top);
534 if (grows == (width1 * height1 > width2 * height2)) {
  /external/flatbuffers/js/
flatbuffers.js 344 * Add an `int8` to the buffer, properly aligned, and grows the buffer (if necessary).
353 * Add an `int16` to the buffer, properly aligned, and grows the buffer (if necessary).
362 * Add an `int32` to the buffer, properly aligned, and grows the buffer (if necessary).
371 * Add an `int64` to the buffer, properly aligned, and grows the buffer (if necessary).
380 * Add a `float32` to the buffer, properly aligned, and grows the buffer (if necessary).
389 * Add a `float64` to the buffer, properly aligned, and grows the buffer (if necessary).
  /prebuilts/go/darwin-x86/src/runtime/
stack_test.go 254 // stack grows as part of starting the deferred function. It calls Goexit at various
309 // updated correctly if the stack grows during the deferred execution that
hashmap.go 19 // When the hashtable grows, we allocate a new array
54 // before the table grows. Typical tables will be somewhat less loaded.
713 // the table grows and/or overflow buckets are added to the table
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
stack_test.go 254 // stack grows as part of starting the deferred function. It calls Goexit at various
309 // updated correctly if the stack grows during the deferred execution that
hashmap.go 19 // When the hashtable grows, we allocate a new array
54 // before the table grows. Typical tables will be somewhat less loaded.
713 // the table grows and/or overflow buckets are added to the table
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-score7.c 5244 int grows = 0; local
6369 int grows = 0; local
    [all...]
tc-score.c 6976 int grows = 0; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.S 112 ## beginning because the stack grows down...
AsmFuncs.asm 72 ;; Then we building the context record on the stack. Since the stack grows down,
206 ;; beginning because the stack grows down...
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 70 ;; Then we building the context record on the stack. Since the stack grows down,
207 ;; beginning because the stack grows down...
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 115 // grow grows the buffer to guarantee space for n more bytes.
154 // Grow grows the buffer's capacity, if necessary, to guarantee space for
bytes_test.go 930 {"\u0250\u0250\u0250\u0250\u0250", "\u2C6F\u2C6F\u2C6F\u2C6F\u2C6F"}, // grows one byte per char
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 115 // grow grows the buffer to guarantee space for n more bytes.
154 // Grow grows the buffer's capacity, if necessary, to guarantee space for
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse_test.go 438 // the slice never grows very large.
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse_test.go 438 // the slice never grows very large.
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 181 add esp, esi ; ESP = top of stack (stack grows downwards).
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 3825 UInt grows = ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 467 // and by observing what GCC writes here. If the initarray section grows to
    [all...]

Completed in 394 milliseconds

1 2