HomeSort by relevance Sort by last modified time
    Searched refs:chunksize (Results 1 - 16 of 16) sorted by null

  /external/opencore/pvmi/pvmf/include/
pvmf_mempool.h 71 * If numchunk and chunksize parameters are not set, memory pool of 1 chunk will be created in the first call to allocate.
78 OSCL_IMPORT_REF PVMFMemPoolFixedChunkAllocator(const char* name = NULL, const uint32 numchunk = 1, const uint32 chunksize = 0, Oscl_DefAlloc* gen_alloc = NULL);
  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_mempool.h 34 * If numchunk and chunksize parameters are not set,
42 OSCL_IMPORT_REF static ThreadSafeMemPoolFixedChunkAllocator *Create(const uint32 numchunk = 1, const uint32 chunksize = 0, Oscl_DefAlloc* gen_alloc = NULL);
98 OSCL_IMPORT_REF ThreadSafeMemPoolFixedChunkAllocator(const uint32 numchunk = 1, const uint32 chunksize = 0, Oscl_DefAlloc* gen_alloc = NULL);
threadsafe_mempool.cpp 20 OSCL_EXPORT_REF ThreadSafeMemPoolFixedChunkAllocator *ThreadSafeMemPoolFixedChunkAllocator::Create(const uint32 numchunk, const uint32 chunksize, Oscl_DefAlloc *gen_alloc)
41 ThreadSafeMemPoolFixedChunkAllocator *self = OSCL_PLACEMENT_NEW(ptr, ThreadSafeMemPoolFixedChunkAllocator(numchunk, chunksize, gen_alloc));
59 OSCL_EXPORT_REF ThreadSafeMemPoolFixedChunkAllocator::ThreadSafeMemPoolFixedChunkAllocator(const uint32 numchunk, const uint32 chunksize, Oscl_DefAlloc* gen_alloc) :
67 iChunkSize = chunksize;
  /external/opencore/pvmi/pvmf/src/
pvmf_mempool.cpp 27 OSCL_EXPORT_REF PVMFMemPoolFixedChunkAllocator::PVMFMemPoolFixedChunkAllocator(const char* name, const uint32 numchunk, const uint32 chunksize, Oscl_DefAlloc* gen_alloc)
28 : OsclMemPoolFixedChunkAllocator(numchunk, chunksize, gen_alloc)
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.c 427 LPDIRECTSOUNDBUFFER *sndbuf, WAVEFORMATEX *wavefmt, Uint32 chunksize)
471 if ( (chunksize > caps.dwBufferBytes) ||
472 ((caps.dwBufferBytes%chunksize) != 0) ) {
473 /* The primary buffer size is not a multiple of 'chunksize'
474 -- this hopefully doesn't happen when 'chunksize' is a
480 caps.dwBufferBytes, chunksize);
483 numchunks = (caps.dwBufferBytes/chunksize);
502 LPDIRECTSOUNDBUFFER *sndbuf, WAVEFORMATEX *wavefmt, Uint32 chunksize)
537 format.dwBufferBytes = numchunks*chunksize;
  /bionic/libc/bionic/
dlmalloc.c 1782 #define chunksize macro
    [all...]
  /external/libffi/src/
dlmalloc.c 1669 #define chunksize macro
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 1715 #define chunksize macro
    [all...]
  /external/libpcap/
pcap-snit.c 77 #define CHUNKSIZE (2*1024)
82 #define BUFSPACE (4*CHUNKSIZE)
270 int chunksize = CHUNKSIZE; local
322 /* set the chunksize */
325 si.ic_len = sizeof(chunksize);
326 si.ic_dp = (char *)&chunksize;
pcap-dlpi.c 147 #define CHUNKSIZE 65536
153 #define PKTBUFSIZE CHUNKSIZE
471 bpf_u_int32 ss, chunksize; local
909 chunksize = CHUNKSIZE;
910 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize)
    [all...]
  /external/kernel-headers/original/linux/raid/
md_p.h 222 __u32 chunksize; /* in 512byte sectors */ member in struct:mdp_superblock_1
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_mempool.h 70 * If numchunk and chunksize parameters are not set, memory pool of 1 chunk will be created in the first call to allocate.
77 OSCL_IMPORT_REF OsclMemPoolFixedChunkAllocator(const uint32 numchunk = 1, const uint32 chunksize = 0, Oscl_DefAlloc* gen_alloc = NULL);
oscl_mem_mempool.cpp 25 OSCL_EXPORT_REF OsclMemPoolFixedChunkAllocator::OsclMemPoolFixedChunkAllocator(const uint32 numchunk, const uint32 chunksize, Oscl_DefAlloc* gen_alloc) :
34 iChunkSize = chunksize;
    [all...]
  /system/core/libcutils/
mspace.c 78 return chunksize(p) - overhead_for(p);
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pvt_common.h     [all...]

Completed in 7196 milliseconds