HomeSort by relevance Sort by last modified time
    Searched defs:mem (Results 126 - 150 of 163) sorted by null

1 2 3 4 56 7

  /external/openssl/apps/
apps.c 2409 BIO *mem; local
    [all...]
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 392 int mem; local
404 mem = ((vid.width*pwidth+3)&~3) * vid.height;
416 Z_Malloc(mem),
  /external/regex-re2/re2/
dfa.cc 432 LOG(INFO) << StringPrintf("DFA out of memory: prog size %lld mem %lld",
447 LOG(INFO) << StringPrintf("DFA out of memory: prog size %lld mem %lld",
729 int mem = sizeof(State) + nnext*sizeof(State*) + ninst*sizeof(int); local
730 if (mem_budget_ < mem + kStateCacheOverhead) {
734 mem_budget_ -= mem + kStateCacheOverhead;
737 char* space = new char[mem];
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.c 2340 struct demangle_component *mem; local
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 761 // try to access mem to fail early if something is wrong.
762 char *mem = (char*)sr_Res(sres); local
763 mem[0] = 0;
764 mem[size / 2] = 0;
765 mem[size - 1] = 0;
    [all...]
vgdb.c 161 void * mem = malloc(size); local
162 if (mem == NULL)
164 return mem;
171 void * mem = realloc(ptr, size); local
172 if (mem == NULL)
174 return mem;
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 431 sp<IMemory> mem = mDealer[portIndex]->allocate(def.nBufferSize); local
432 CHECK(mem.get() != NULL);
443 mem.clear();
453 mNode, portIndex, mem, &info.mBufferID);
455 err = mOMX->useBuffer(mNode, portIndex, mem, &info.mBufferID);
458 if (mem != NULL) {
459 info.mData = new ABuffer(mem->pointer(), def.nBufferSize);
    [all...]
OMXCodec.cpp 1521 sp<IMemory> mem = mDealer[portIndex]->allocate(def.nBufferSize); local
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 594 int mem = 0; local
598 mem += v.estimateMemoryUsage();
601 return mem;
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 1173 camera_memory_t *mem = mGetMemoryCb(-1, JpegImageSize + JpegExifSize, 1, 0); local
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 1002 CtMember mem = cons; local
1003 while (mem != consTail) {
1004 mem = mem.next();
1005 if (isPubCons((CtConstructor)mem))
1011 mem = cons;
1012 while (mem != consTail) {
1013 mem = mem.next();
1014 CtConstructor cc = (CtConstructor)mem;
1051 CtMember mem = cons; local
    [all...]
  /external/qemu/hw/
usb-ohci.c 70 int mem; member in struct:__anon11215
    [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc 481 void TakeStackTraceBack(uintptr_t *mem, size_t capacity) {
483 free_lists_[capacity]->Deallocate(mem);
510 uintptr_t *mem = g_stack_trace_free_list->GetNewMemForStackTrace(capacity); local
511 DCHECK(mem);
512 StackTrace *res = new(mem) StackTrace(size, capacity);
1139 void *mem; local
1145 mem = free_lists_[rounded_size]->Allocate();
1150 mem = new int8_t[MemoryRequiredForOneVts(size)];
1153 VTS *res = new(mem) VTS(size);
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 602 __u8 *mem; local
617 mem = (__u8 *)newTnodes;
642 curr = (yaffs_Tnode *) &mem[i * tnodeSize];
643 next = (yaffs_Tnode *) &mem[(i+1) * tnodeSize];
647 curr = (yaffs_Tnode *) &mem[(nTnodes - 1) * tnodeSize];
649 dev->freeTnodes = (yaffs_Tnode *)mem;
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 962 unsigned int mem; member in struct:counts
996 num->mem += mem1d(handle);
    [all...]
  /hardware/msm7k/libcamera/
camera_ifc.h 214 camera_handle_mem_type mem; member in union:__anon17852
  /bionic/libc/bionic/
dlmalloc.c 220 void tlfree(void* mem) { mspace_free(tlms, mem); }
3561 void* mem = mmap_alloc(m, nb); local
4081 char* mem = (char*)internal_malloc(m, req); local
4166 void* mem; \/* malloced aggregate space *\/ local
4305 void* mem; local
4513 void *mem; local
4746 void* mem; local
4945 void *mem; local
    [all...]
  /bionic/libc/kernel/arch-mips/asm/pci/
bridge.h 664 struct resource mem; member in struct:bridge_controller
  /development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h 664 struct resource mem; member in struct:bridge_controller
  /external/elfutils/src/
readelf.c 928 GElf_Phdr mem; local
929 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &mem);
6187 GElf_Phdr mem; local
    [all...]
  /external/expat/lib/
xmlparse.c 100 const XML_Memory_Handling_Suite *mem; member in struct:__anon6397
227 const XML_Memory_Handling_Suite *mem; member in struct:__anon6402
    [all...]
  /external/kernel-headers/original/asm-mips/pci/
bridge.h 836 struct resource mem; member in struct:bridge_controller
  /external/libffi/src/
dlmalloc.c 193 void tlfree(void* mem) { mspace_free(tlms, mem); }
3368 void* mem = mmap_alloc(m, nb); local
3862 char* mem = (char*)internal_malloc(m, req); local
3947 void* mem; \/* malloced aggregate space *\/ local
4086 void* mem; local
4294 void* mem; local
4493 void* mem; local
4692 void* mem; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 229 void tlfree(void* mem) { mspace_free(tlms, mem); }
3380 void* mem = mmap_alloc(m, nb); local
3872 char* mem = (char*)internal_malloc(m, req); local
3957 void* mem; \/* malloced aggregate space *\/ local
4096 void* mem; local
4304 void* mem; local
4503 void* mem; local
4702 void* mem; local
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 6165 void *mem[8]; local
6374 static char mem[4]; local
6379 static char mem[4]; local
6384 static char mem[4]; local
6389 static char mem[4]; local
6394 static char mem[4]; local
6399 static char mem[4]; local
6404 static char mem[4]; local
6409 static char mem[4]; local
6414 static char mem[4]; local
6419 static char mem[4]; local
6508 char *mem = (char*)malloc(100); local
6516 char *mem = (char*)calloc(30, 4); local
6524 char *mem = new char; local
6532 char *mem = new char [100]; local
6540 char *mem = new (std::nothrow) char; local
6547 char *mem = new (std::nothrow) char [100]; local
    [all...]

Completed in 930 milliseconds

1 2 3 4 56 7