/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | FixedBuffer.h | 34 void * alloc(size_t size) { in alloc() function
|
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg_ionbuf.h | 44 struct ion_allocation_data alloc; member
|
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg_ionbuf.h | 41 struct ion_allocation_data alloc; member
|
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg_ionbuf.h | 44 struct ion_allocation_data alloc; member
|
/device/generic/goldfish-opengl/host/include/libOpenglRender/ |
D | IOStream.h | 44 unsigned char *alloc(size_t len) { in alloc() function
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzFind.c | 17 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()
|
D | LzmaDec.c | 888 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()
|
D | LzmaEnc.c | 499 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 …]
|
D | LzFindMt.c | 438 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/ |
D | LzFind.c | 36 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()
|
D | LzmaDec.c | 906 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/ |
D | LzFind.c | 36 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()
|
D | LzmaDec.c | 906 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/ |
D | QCameraMem.cpp | 385 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/ |
D | QCameraMem.cpp | 385 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/ |
D | bytesio.c | 63 size_t alloc = self->buf_size; in resize_buffer() local
|
D | stringio.c | 58 size_t alloc = self->buf_size; in resize_buffer() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | bytesio.c | 63 size_t alloc = self->buf_size; in resize_buffer() local
|
D | stringio.c | 58 size_t alloc = self->buf_size; in resize_buffer() local
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 378 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/ |
D | st.c | 55 #define alloc(type) (type*)xmalloc((unsigned)sizeof(type)) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_unicode.py | 1387 alloc = lambda: u"a" * (sys.maxsize // charwidth * 2) function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | bytearrayobject.c | 171 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/ |
D | bytearrayobject.c | 171 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/ |
D | QualcommUsbCamera.cpp | 2672 struct ion_allocation_data alloc; in allocate_ion_memory() local
|