Home
last modified time | relevance | path

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

12345678910>>...12

/external/qemu/distrib/ext4_utils/src/
Dindirect.c28 static u8 *create_backing(struct block_allocation *alloc, in create_backing()
55 static void reserve_indirect_block(struct block_allocation *alloc, int len) in reserve_indirect_block()
68 static void reserve_dindirect_block(struct block_allocation *alloc, int len) in reserve_dindirect_block()
85 static void reserve_tindirect_block(struct block_allocation *alloc, int len) in reserve_tindirect_block()
101 static void fill_indirect_block(u32 *ind_block, int len, struct block_allocation *alloc) in fill_indirect_block()
109 static void fill_dindirect_block(u32 *dind_block, int len, struct block_allocation *alloc) in fill_dindirect_block()
139 static void fill_tindirect_block(u32 *tind_block, int len, struct block_allocation *alloc) in fill_tindirect_block()
167 struct block_allocation *alloc, u32 *block_len) in inode_attach_direct_blocks()
190 struct block_allocation *alloc, u32 *block_len) in inode_attach_indirect_blocks()
222 struct block_allocation *alloc, u32 *block_len) in inode_attach_dindirect_blocks()
[all …]
Dextent.c29 static u8 *extent_create_backing(struct block_allocation *alloc, in extent_create_backing()
55 static void extent_create_backing_file(struct block_allocation *alloc, in extent_create_backing_file()
78 struct block_allocation *alloc = allocate_blocks(block_len + 1); in do_inode_allocate_extents() local
183 struct block_allocation *alloc; in inode_allocate_data_extents() local
208 struct block_allocation *alloc; in inode_allocate_file_extents() local
224 struct block_allocation *alloc; in inode_allocate_extents() local
Dallocate.c70 struct block_allocation *alloc = malloc(sizeof(struct block_allocation)); in create_allocation() local
156 void append_region(struct block_allocation *alloc, in append_region()
256 void reduce_allocation(struct block_allocation *alloc, u32 len) in reduce_allocation()
452 struct block_allocation *alloc = create_allocation(); in allocate_blocks() local
461 int block_allocation_num_regions(struct block_allocation *alloc) in block_allocation_num_regions()
472 int block_allocation_len(struct block_allocation *alloc) in block_allocation_len()
484 u32 get_block(struct block_allocation *alloc, u32 block) in get_block()
497 u32 get_oob_block(struct block_allocation *alloc, u32 block) in get_oob_block()
512 void get_region(struct block_allocation *alloc, u32 *block, u32 *len) in get_region()
519 void get_next_region(struct block_allocation *alloc) in get_next_region()
[all …]
/external/clang/test/SemaObjC/
Dclass-message-protocol-lookup.m7 + (id)alloc; class
15 + (id)alloc; class
25 + (id)alloc { return 0; } class
Darc-unsafe-assigns.m12 + (id)alloc; class
21 +(id)alloc { return 0; } class
/external/chromium_org/v8/src/
Dlist-inl.h17 void List<T, P>::Add(const T& element, P alloc) { in Add()
27 void List<T, P>::AddAll(const List<T, P>& other, P alloc) { in AddAll()
33 void List<T, P>::AddAll(const Vector<T>& other, P alloc) { in AddAll()
46 void List<T, P>::ResizeAdd(const T& element, P alloc) { in ResizeAdd()
52 void List<T, P>::ResizeAddInternal(const T& element, P alloc) { in ResizeAddInternal()
66 void List<T, P>::Resize(int new_capacity, P alloc) { in Resize()
77 Vector<T> List<T, P>::AddBlock(T value, int count, P alloc) { in AddBlock()
92 void List<T, P>::InsertAt(int index, const T& elm, P alloc) { in InsertAt()
153 void List<T, P>::Trim(P alloc) { in Trim()
/external/chromium_org/third_party/lzma_sdk/
D7zBuf.c14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) in Buf_Create()
31 void Buf_Free(CBuf *p, ISzAlloc *alloc) in Buf_Free()
DLzma2Dec.h28 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc); argument
29 #define Lzma2Dec_Free(p, alloc) LzmaDec_Free(&(p)->decoder, alloc); argument
/external/lzma/C/
D7zBuf.c14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) in Buf_Create()
31 void Buf_Free(CBuf *p, ISzAlloc *alloc) in Buf_Free()
D7zBuf2.c19 int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc) in DynBuf_Write()
39 void DynBuf_Free(CDynBuf *p, ISzAlloc *alloc) in DynBuf_Free()
DXzDec.c66 void BraState_Free(void *pp, ISzAlloc *alloc) in BraState_Free()
71 SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in BraState_SetProps()
198 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, ISzAlloc *alloc) in BraState_SetFromMethod()
226 static void SbState_Free(void *pp, ISzAlloc *alloc) in SbState_Free()
233 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in SbState_SetProps()
256 SRes SbState_SetFromMethod(IStateCoder *p, ISzAlloc *alloc) in SbState_SetFromMethod()
275 static void Lzma2State_Free(void *pp, ISzAlloc *alloc) in Lzma2State_Free()
281 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in Lzma2State_SetProps()
304 static SRes Lzma2State_SetFromMethod(IStateCoder *p, ISzAlloc *alloc) in Lzma2State_SetFromMethod()
319 void MixCoder_Construct(CMixCoder *p, ISzAlloc *alloc) in MixCoder_Construct()
[all …]
DXzIn.c71 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAlloc *alloc) in Xz_ReadIndex2()
116 static SRes Xz_ReadIndex(CXzStream *p, ILookInStream *stream, UInt64 indexSize, ISzAlloc *alloc) in Xz_ReadIndex()
141 …atic SRes Xz_ReadBackward(CXzStream *p, ILookInStream *stream, Int64 *startOffset, ISzAlloc *alloc) in Xz_ReadBackward()
235 void Xzs_Free(CXzs *p, ISzAlloc *alloc) in Xzs_Free()
274 …d(CXzs *p, ILookInStream *stream, Int64 *startOffset, ICompressProgress *progress, ISzAlloc *alloc) in Xzs_ReadBackward()
DLzma2Dec.h28 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc); argument
29 #define Lzma2Dec_Free(p, alloc) LzmaDec_Free(&(p)->decoder, alloc); argument
/external/clang/test/CodeGenObjC/
Dnext-objc-dispatch.m51 + (id)alloc; class
60 +(id) alloc { class
/external/libcxx/test/containers/sequences/vector.bool/
Dconstruct_iter_iter_alloc.pass.cpp38 std::allocator<bool> alloc; in main() local
47 min_allocator<bool> alloc; in main() local
/external/libcxx/test/containers/sequences/vector/vector.cons/
Dconstruct_iter_iter_alloc.pass.cpp49 std::allocator<int> alloc; in main() local
60 min_allocator<int> alloc; in main() local
/external/chromium_org/content/common/gpu/
Dgpu_memory_manager_unittest.cc119 virtual void SetMemoryAllocation(const MemoryAllocation& alloc) OVERRIDE { in SetMemoryAllocation()
175 const MemoryAllocation& alloc) { in IsAllocationForegroundForSurfaceYes()
179 const MemoryAllocation& alloc) { in IsAllocationBackgroundForSurfaceYes()
183 const MemoryAllocation& alloc) { in IsAllocationHibernatedForSurfaceYes()
187 const MemoryAllocation& alloc) { in IsAllocationForegroundForSurfaceNo()
191 const MemoryAllocation& alloc) { in IsAllocationBackgroundForSurfaceNo()
195 const MemoryAllocation& alloc) { in IsAllocationHibernatedForSurfaceNo()
/external/clang/test/Index/
Dcomplete-objc-message-id.m5 + (id)alloc; class
30 + (id)alloc { class
/external/libcxx/test/containers/sequences/dynarray/dynarray.cons/
Dalloc.pass.cpp39 void check_allocator ( const dynarray<T> &dyn, const Allocator &alloc ) { in check_allocator()
45 void test ( const std::initializer_list<T> &vals, const Allocator &alloc ) { in test()
/external/clang/test/SemaObjCXX/
Drelated-result-type-inference.mm8 + (id)alloc; class
21 - (id)alloc; method
/external/skia/tests/
DSmallAllocatorTest.cpp32 SkSmallAllocator<kMaxObjects, kBytes> alloc; in test_allocator() local
78 SkSmallAllocator<1, 8> alloc; in DEF_TEST() local
/external/chromium_org/third_party/skia/tests/
DSmallAllocatorTest.cpp32 SkSmallAllocator<kMaxObjects, kBytes> alloc; in test_allocator() local
78 SkSmallAllocator<1, 8> alloc; in DEF_TEST() local
/external/clang/test/ARCMT/whitelisted/
Dobjcmt-with-whitelist.m8 + (id)alloc; class
/external/clang/test/Analysis/diagnostics/
Dundef-value-param.m8 +(id)alloc; class
24 + (id)alloc; class
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/
Dhmm_alloc.c18 void *U(alloc)(U(descriptor) *desc, U(size_aau) n) { in U() argument

12345678910>>...12