Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 34) sorted by relevance

12

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DFixedBuffer.h34 void * alloc(size_t size) { in alloc() function
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg_ionbuf.h44 struct ion_allocation_data alloc; member
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg_ionbuf.h41 struct ion_allocation_data alloc; member
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg_ionbuf.h44 struct ion_allocation_data alloc; member
/device/generic/goldfish-opengl/host/include/libOpenglRender/
DIOStream.h44 unsigned char *alloc(size_t len) { in alloc() function
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFind.c17 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free()
28 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create()
140 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc) in MatchFinder_FreeThisClassMemory()
146 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) in MatchFinder_Free()
152 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) in AllocRefs()
162 ISzAlloc *alloc) in MatchFinder_Create()
DLzmaDec.c888 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs()
894 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeDict()
900 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_Free()
932 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2()
946 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs()
955 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate()
979 ELzmaStatus *status, ISzAlloc *alloc) in LzmaDecode()
DLzmaEnc.c499 static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc) in RangeEnc_Alloc()
511 static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc) in RangeEnc_Free()
1734 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) in LzmaEnc_Create()
1743 void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc) in LzmaEnc_FreeLits()
1751 void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Destruct()
1761 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Destroy()
1932 static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Alloc()
2057 static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *all… in LzmaEnc_AllocAndInit()
2075 ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Prepare()
2085 ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_PrepareForLzma2()
[all …]
DLzFindMt.c438 void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc) in MatchFinderMt_FreeMem()
444 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc) in MatchFinderMt_Destruct()
466 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc) in MatchFinderMt_Create()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c36 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free()
47 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create()
159 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc) in MatchFinder_FreeThisClassMemory()
165 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) in MatchFinder_Free()
171 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) in AllocRefs()
181 ISzAlloc *alloc) in MatchFinder_Create()
DLzmaDec.c906 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs()
912 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeDict()
918 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_Free()
950 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2()
964 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs()
973 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate()
997 ELzmaStatus *status, ISzAlloc *alloc) in LzmaDecode()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c36 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free()
47 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create()
159 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc) in MatchFinder_FreeThisClassMemory()
165 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) in MatchFinder_Free()
171 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) in AllocRefs()
181 ISzAlloc *alloc) in MatchFinder_Create()
DLzmaDec.c906 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs()
912 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeDict()
918 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_Free()
950 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2()
964 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs()
973 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate()
997 ELzmaStatus *status, ISzAlloc *alloc) in LzmaDecode()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.cpp385 int QCameraMemory::alloc(int count, size_t size, unsigned int heap_id, in alloc() function in qcamera::QCameraMemory
471 struct ion_allocation_data alloc; in allocOneBuffer() local
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.cpp385 int QCameraMemory::alloc(int count, size_t size, unsigned int heap_id, in alloc() function in qcamera::QCameraMemory
471 struct ion_allocation_data alloc; in allocOneBuffer() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dbytesio.c63 size_t alloc = self->buf_size; in resize_buffer() local
Dstringio.c58 size_t alloc = self->buf_size; in resize_buffer() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dbytesio.c63 size_t alloc = self->buf_size; in resize_buffer() local
Dstringio.c58 size_t alloc = self->buf_size; in resize_buffer() local
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.cpp378 int QCameraMemory::alloc(int count, size_t size, unsigned int heap_id, in alloc() function in qcamera::QCameraMemory
465 struct ion_allocation_data alloc; in allocOneBuffer() local
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dst.c55 #define alloc(type) (type*)xmalloc((unsigned)sizeof(type)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_unicode.py1387 alloc = lambda: u"a" * (sys.maxsize // charwidth * 2) function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbytearrayobject.c171 Py_ssize_t alloc; in PyByteArray_FromStringAndSize() local
227 Py_ssize_t alloc = ((PyByteArrayObject *)self)->ob_alloc; in PyByteArray_Resize() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbytearrayobject.c171 Py_ssize_t alloc; in PyByteArray_FromStringAndSize() local
227 Py_ssize_t alloc = ((PyByteArrayObject *)self)->ob_alloc; in PyByteArray_Resize() local
/device/google/marlin/camera/usbcamcore/src/
DQualcommUsbCamera.cpp2672 struct ion_allocation_data alloc; in allocate_ion_memory() local

12