/external/jemalloc/include/jemalloc/internal/ |
rtree.h | 82 rtree_node_alloc_t *alloc; member in struct:rtree_s 97 bool rtree_new(rtree_t *rtree, unsigned bits, rtree_node_alloc_t *alloc,
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
fetch.c | 58 /* VFP register allocation. ALLOC.S tracks whether the 59 * corresponding FPREGS.S register is taken, ALLOC.D the same 65 } alloc; member in struct:fetch_context 89 memset(&context->alloc, 0, sizeof(context->alloc)); 153 if ((type == ARGTYPE_DOUBLE && ctx->alloc.d[j] != 0) 154 || (type == ARGTYPE_FLOAT && ctx->alloc.s[j] != 0)) 165 ctx->alloc.d[j] = -1; 167 ctx->alloc.s[j] = -1;
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
compat.hpp | 44 alloc(int n, const T *q, int m) { function in class:clover::compat::vector 65 vector(const vector &v) : p(alloc(v.n, v.p, v.n)), n(v.n) { 68 vector(T *p, size_t n) : p(alloc(n, p, n)), n(n) { 73 p(alloc(v.size(), &*v.begin(), v.size())), n(v.size()) { 84 p = alloc(v.n, v.p, v.n); 93 T *q = alloc(m, p, n);
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftsystem.h | 161 * alloc :: 174 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
|
/external/skia/src/core/ |
SkChunkAlloc.cpp | 160 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { function in class:SkChunkAlloc
|
/external/srtp/crypto/include/ |
auth.h | 75 ((at)->alloc((a), (klen), (outlen))) 122 auth_alloc_func alloc; member in struct:auth_type_t
|
/frameworks/base/libs/hwui/ |
DisplayListCanvas.h | 238 LinearAllocator& alloc() { return mDisplayList->allocator; } function in class:android::uirenderer::DisplayListCanvas 255 T* dstBuffer = (T*) mDisplayList->allocator.alloc<T>(count * sizeof(T)); 324 SkBitmap* localBitmap = alloc().create<SkBitmap>(bitmap);
|
RecordingCanvas.h | 204 return mState.writableSnapshot()->mutateClipArea().serializeClip(alloc()); 215 LinearAllocator& alloc() { return mDisplayList->allocator; } function in class:android::uirenderer::RecordingCanvas 223 T* dstBuffer = (T*) mDisplayList->allocator.alloc<T>(count * sizeof(T)); 294 SkBitmap* localBitmap = alloc().create<SkBitmap>(bitmap);
|
/frameworks/base/libs/hwui/utils/ |
LinearAllocator.h | 56 * Note that unlike create, for alloc the type is purely for compile-time error 60 void* alloc(size_t size) { function in class:android::uirenderer::LinearAllocator 177 return (T*)(linearAllocator.alloc<void*>(num * sizeof(T)));
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicYuvToRGB.cpp | 47 ObjectBaseRef<Allocation> alloc; member in class:android::renderscript::RsdCpuScriptIntrinsicYuvToRGB 60 alloc.set(static_cast<Allocation *>(data)); 108 if (!cp->alloc.get()) { 112 const uchar *pinY = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; 118 size_t strideY = cp->alloc->mHal.drvState.lod[0].stride; 121 if (cp->alloc->mHal.drvState.lod[0].dimY == 0) { 130 size_t cstep = cp->alloc->mHal.drvState.yuv.step; 132 const uchar *pinU = (const uchar *)cp->alloc->mHal.drvState.lod[1].mallocPtr; 133 const size_t strideU = cp->alloc->mHal.drvState.lod[1].stride; 136 const uchar *pinV = (const uchar *)cp->alloc->mHal.drvState.lod[2].mallocPtr [all...] |
/frameworks/rs/ |
rsScriptGroup.cpp | 254 Allocation * alloc = Allocation::createAllocation(rsc, local 256 l->mAlloc = alloc; 260 n->mOutputs[ct3]->mAlloc = alloc; 407 RsAllocation alloc) { 410 s->setInput(rsc, (ScriptKernelID *)kid, (Allocation *)alloc); 414 RsAllocation alloc) { 417 s->setOutput(rsc, (ScriptKernelID *)kid, (Allocation *)alloc);
|
/hardware/intel/common/libwsbm/src/ |
wsbm_driver.h | 92 struct _ValidateNode *(*alloc) (struct _WsbmVNodeFuncs *, int); member in struct:_WsbmVNodeFuncs
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayWriteback.cpp | 49 return alloc(size, isSecure); 52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { function in class:overlay::WritebackMem
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayWriteback.cpp | 49 return alloc(size, isSecure); 52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { function in class:overlay::WritebackMem
|
/hardware/qcom/display/msm8909/liboverlay/ |
overlayWriteback.cpp | 49 return alloc(size, isSecure); 52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { function in class:overlay::WritebackMem
|
/hardware/qcom/display/msm8994/liboverlay/ |
overlayWriteback.cpp | 49 return alloc(size, isSecure); 52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { function in class:overlay::WritebackMem
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftsystem.h | 161 * alloc :: 174 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
|
/system/bt/stack/avrc/ |
avrc_bld_tg.c | 880 BOOLEAN alloc = FALSE; local 897 alloc = TRUE; 984 if (alloc && (status != AVRC_STS_NO_ERROR) )
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
test-demangle.c | 56 size_t alloc = buf->alloced; local 63 alloc = LINELEN; 77 if (count + 1 >= alloc) 79 alloc *= 2; 80 data = xrealloc (data, alloc); 89 buf->alloced = alloc;
|
/art/tools/ahat/src/ |
AhatSnapshot.java | 124 InstanceUtils.NativeAllocation alloc = InstanceUtils.getNativeAllocation(inst); local 125 if (alloc != null) { 126 mNativeAllocations.add(alloc);
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
AllocationInfo.java | 430 Allocation alloc = createAllocation(); local 431 return BlockingInputAllocation.wrap(alloc);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationByteBufferTest.java | 56 Allocation alloc = createTypedAllocation(dt, size, dimX, dimY); local 57 alloc.copyFromUnchecked(data); 59 ByteBuffer bb = alloc.getByteBuffer(); 60 int stride = (int)alloc.getStride(); 90 Allocation alloc = Allocation.createTyped(mRS, t); local 91 ByteBuffer bb = alloc.getByteBuffer(); 97 alloc.copyTo(dataOut); 110 Allocation alloc = Allocation.createTyped(mRS, t); local 111 ByteBuffer bb = alloc.getByteBuffer(); 113 int stride = (int)alloc.getStride() [all...] |
RSBaseCompute.java | 114 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE); local 122 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray); 129 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray); 135 alloc.copyFrom(inArray); 139 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray); 143 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray); 147 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray); 151 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray); 155 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray); 159 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray) 178 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE); local 203 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE); local [all...] |
SmallStructsTest.java | 151 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation") local 177 modify.invoke(mScript, alloc, alloc); 178 verify.invoke(mScript, alloc); 208 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation") local 236 modify.invoke(mScript, alloc, alloc); 237 verify.invoke(mScript, alloc);
|
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraMem.cpp | 228 * FUNCTION : alloc 241 int QCameraMemory::alloc(int count, int size, int heap_id, uint32_t secure_mode) function in class:qcamera::QCameraMemory 331 struct ion_allocation_data alloc; local 341 memset(&alloc, 0, sizeof(alloc)); 342 alloc.len = size; 344 alloc.len = (alloc.len + 4095) & (~4095); 345 alloc.align = 4096; 347 alloc.flags = ION_FLAG_CACHED [all...] |