HomeSort by relevance Sort by last modified time
    Searched refs:reserve (Results 126 - 150 of 473) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/compile/mclinker/lib/LD/
StrSymPool.cpp 138 void StrSymPool::reserve(StrSymPool::size_type pSize) function in class:StrSymPool
  /frameworks/native/opengl/libagl/
Tokenizer.cpp 60 status_t Tokenizer::reserve(uint32_t token) function in class:android::Tokenizer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 61 __u8 reserve:7; member in struct:kvm_ioapic_state::__anon22814::__anon22815
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 61 __u8 reserve:7; member in struct:kvm_ioapic_state::__anon24404::__anon24405
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 61 __u8 reserve:7; member in struct:kvm_ioapic_state::__anon25916::__anon25917
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 34 s_glRenderer.reserve(16 + baseRendererLen);
  /external/chromium/third_party/libjingle/source/talk/base/
base64.cc 13 //* o reserve string buffer space in advance
87 result->reserve(((len + 2) / 3) * 4);
203 result->reserve(len);
  /external/llvm/lib/VMCore/
DebugLoc.cpp 202 ScopeRecords.reserve(128);
223 ScopeInlinedAtRecords.reserve(128);
  /external/stlport/stlport/stl/pointers/
_vector.h 153 void reserve(size_type __n) {_M_impl.reserve(__n);} function in class:vector
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 153 void reserve(size_type __n) {_M_impl.reserve(__n);} function in class:vector
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 153 void reserve(size_type __n) {_M_impl.reserve(__n);} function in class:vector
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 153 void reserve(size_type __n) {_M_impl.reserve(__n);} function in class:vector
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 153 void reserve(size_type __n) {_M_impl.reserve(__n);} function in class:vector
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 66 be more efficient to use the reserve operation before adding the
69 increase if there are too few spare slots. If you want reserve a
206 VEC(T,A) *VEC_T_A_alloc(int reserve);
208 Allocate a new vector with space for RESERVE objects. If RESERVE
223 size_t VEC_T_embedded_size(int reserve);
224 void VEC_T_embedded_init(VEC(T) *v, int reserve);
241 int VEC_T_space (VEC(T) *v,int reserve)
243 If V has space for RESERVE additional entries, return nonzero. You
252 /* Reserve space
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 66 be more efficient to use the reserve operation before adding the
69 increase if there are too few spare slots. If you want reserve a
206 VEC(T,A) *VEC_T_A_alloc(int reserve);
208 Allocate a new vector with space for RESERVE objects. If RESERVE
223 size_t VEC_T_embedded_size(int reserve);
224 void VEC_T_embedded_init(VEC(T) *v, int reserve);
241 int VEC_T_space (VEC(T) *v,int reserve)
243 If V has space for RESERVE additional entries, return nonzero. You
252 /* Reserve space
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 66 be more efficient to use the reserve operation before adding the
69 increase if there are too few spare slots. If you want reserve a
206 VEC(T,A) *VEC_T_A_alloc(int reserve);
208 Allocate a new vector with space for RESERVE objects. If RESERVE
223 size_t VEC_T_embedded_size(int reserve);
224 void VEC_T_embedded_init(VEC(T) *v, int reserve);
241 int VEC_T_space (VEC(T) *v,int reserve)
243 If V has space for RESERVE additional entries, return nonzero. You
252 /* Reserve space
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 1060 int RegisterAllocator::RegisterFile::reserve(int reg) function in class:android::RegisterAllocator::RegisterFile
    [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp 1039 int ov_reserve, reserve; local
1198 int reserve = CntLeadingZeros(fixp_abs(filtBuffer[band]))-1; local
1208 filtBuffer[band] <<= reserve; \/* Shift the mantissa as far as possible: *\/ local
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 327 void reserve(unsigned N) { function in class:llvm::SmallVectorImpl
429 // Convert iterator to elt# to avoid invalidating iterator when we reserve()
433 reserve(static_cast<unsigned>(this->size() + NumToInsert));
478 // Convert iterator to elt# to avoid invalidating iterator when we reserve()
482 reserve(static_cast<unsigned>(this->size() + NumToInsert));
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 106 FilterOffsets.reserve(FilterIds.size());
115 FirstActions.reserve(LandingPads.size());
356 LandingPads.reserve(PadInfos.size());
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 424 TyInfo.reserve(N - FirstCatch);
436 TyInfo.reserve(FilterLength - 1);
448 TyInfo.reserve(N - 2);
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 213 LandingPads.reserve(PadInfos.size());
229 FilterOffsets.reserve(FilterIds.size());
241 FirstActions.reserve(LandingPads.size());
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 71 login_time_markers_.reserve(30);
72 logout_time_markers_.reserve(30);
  /external/chromium/chrome/browser/importer/
mork_reader.cc 78 result.reserve(input_length);
147 columns_.reserve(column_name_map.size());
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 47 result.reserve(in.size() * 2);
58 result.reserve(in.size() / 2);

Completed in 4380 milliseconds

1 2 3 4 56 7 8 91011>>