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

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 255 LiveOutRegInfo.grow(Reg);
278 LiveOutRegInfo.grow(Reg);
  /external/llvm/lib/CodeGen/
EdgeBundles.cpp 42 EC.grow(2 * MF->getNumBlockIDs());
RegisterUsageInfo.cpp 37 RegMasks.grow(M.size());
MachineRegisterInfo.cpp 73 // Stop early if there is no room to grow.
102 VRegInfo.grow(Reg);
104 RegAllocHints.grow(Reg);
126 VRegInfo.grow(Reg);
130 RegAllocHints.grow(Reg);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
EdgeBundles.cpp 42 EC.grow(2 * MF->getNumBlockIDs());
MachineRegisterInfo.cpp 72 // Stop early if there is no room to grow.
108 VRegInfo.grow(Reg);
110 RegAllocHints.grow(Reg);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 72 void grow();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 72 void grow();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 72 void grow();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 72 void grow();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 72 void grow();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 72 void grow();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 72 void grow();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 72 void grow();
  /prebuilts/go/darwin-x86/src/runtime/
map_test.go 114 t.Error("NaN keys lost during grow")
117 t.Error("NaN values lost during grow")
145 } // ignore entries added to grow table
192 // grow the table
223 // grow the table
393 // started in the middle of a grow, when the keys are NaNs.
405 // Trigger grow
419 // Halfway through iteration, finish grow.
append_test.go 214 // We test the "grow" and "no grow" paths separately,
215 // but not the "normal" (occasionally grow) path,
274 b.Run("Grow", func(b *testing.B) {
  /prebuilts/go/linux-x86/src/runtime/
map_test.go 114 t.Error("NaN keys lost during grow")
117 t.Error("NaN values lost during grow")
145 } // ignore entries added to grow table
192 // grow the table
223 // grow the table
393 // started in the middle of a grow, when the keys are NaNs.
405 // Trigger grow
419 // Halfway through iteration, finish grow.
append_test.go 214 // We test the "grow" and "no grow" paths separately,
215 // but not the "normal" (occasionally grow) path,
274 b.Run("Grow", func(b *testing.B) {
  /libcore/ojluni/src/main/java/java/io/
Console.java 397 private char[] grow() { method in class:Console
478 cbuf = grow();
503 cbuf = grow();
  /external/icu/icu4c/source/layoutex/
plruns.cpp 271 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
278 * The new <code>add</code> method should first call this method to grow the font and limit indices
308 virtual void grow(le_int32 capacity);
378 void ULocRuns::grow(le_int32 capacity) function in class:ULocRuns
380 LocaleRuns::grow(capacity);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
BitVector.h 197 /// resize - Grow or shrink the bitvector.
201 grow(N);
220 grow(N);
350 // Grow the bitvector to have enough elements.
393 void grow(unsigned NewSize) {
  /external/clang/test/Misc/
warning-flags.c 19 The list of warnings below should NEVER grow. It should gradually shrink to 0.
107 The list of warnings in -Wpedantic should NEVER grow.
  /external/jemalloc/include/jemalloc/internal/
smoothstep.sh 66 * sigmoidal curves (https://en.wikipedia.org/wiki/Smoothstep) that grow from 0
  /external/libdrm/etnaviv/
etnaviv_cmd_stream.c 38 static void *grow(void *ptr, uint32_t nr, uint32_t *max, uint32_t sz) function
52 (x)->name = grow((x)->name, (x)->nr_ ## name, &(x)->max_ ## name, sizeof((x)->name[0])); \
  /external/libevent/
evport.c 49 * Helper functions are used: grow() grows the file descriptor array as
81 * grow the array of file descriptors, doubling its size.
211 grow(struct evport_data *epdp, int factor) function
385 * If necessary, grow the file descriptor info table
393 if (-1 == grow(evpd, factor)) {

Completed in 353 milliseconds

1 2 3 45 6 7 8 91011>>