HomeSort by relevance Sort by last modified time
    Searched defs:mem (Results 76 - 100 of 397) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libexif/libexif/
exif-mnote-data.c 35 exif_mnote_data_construct (ExifMnoteData *d, ExifMem *mem)
37 if (!d || !mem) return;
39 d->priv = exif_mem_alloc (mem, sizeof (ExifMnoteDataPriv));
44 d->mem = mem;
45 exif_mem_ref (mem);
57 ExifMem *mem = d ? d->mem : NULL; local
62 exif_mem_free (mem, d->priv);
66 exif_mem_free (mem, d)
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2ChainShape.cpp 94 void* mem = allocator->Allocate(sizeof(b2ChainShape)); local
95 b2ChainShape* clone = new (mem) b2ChainShape;
b2CircleShape.cpp 25 void* mem = allocator->Allocate(sizeof(b2CircleShape)); local
26 b2CircleShape* clone = new (mem) b2CircleShape;
  /external/libunwind/src/mi/
mempool.c 96 add_memory (struct mempool *pool, char *mem, size_t size, size_t obj_size)
100 for (obj = mem; obj <= mem + size - obj_size; obj += obj_size)
108 char *mem; local
111 GET_MEMORY (mem, size);
112 if (!mem)
115 GET_MEMORY (mem, size);
116 if (!mem)
120 mem = sos_alloc (size);
123 add_memory (pool, mem, size, pool->obj_size)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_slab.c 108 void *mem; local
111 mem = util_slab_alloc_st(pool);
113 return mem;
  /external/regex-re2/util/
arena.h 63 char *mem; member in struct:re2::UnsafeArena::AllocatedBlock
  /external/speex/libspeex/
filters_sse.h 39 __m128 num[3], den[3], mem[3]; local
46 mem[i] = _mm_loadu_ps(_mem+4*i);
50 mem[2] = _mm_setr_ps(_mem[8], _mem[9], 0, 0);
60 yy = _mm_add_ss(xx, mem[0]);
65 mem[0] = _mm_move_ss(mem[0], mem[1]);
66 mem[0] = _mm_shuffle_ps(mem[0], mem[0], 0x39)
92 __m128 num[2], den[2], mem[2]; local
146 __m128 den[3], mem[3]; local
195 __m128 den[2], mem[2]; local
244 __m128 num[3], mem[3]; local
292 __m128 num[2], mem[2]; local
    [all...]
  /external/valgrind/none/tests/mips32/
vfp.c 3 unsigned int mem[] = { variable
62 : "r" (mem), "r" (RTval) \
82 : "r" (mem), "r" (RTval) \
102 : "r" (mem), "r" (RTval) \
119 : "r" (mem) \
139 : "r" (mem) \
157 : "r" (mem) \
  /frameworks/native/vulkan/libvulkan/
debug_report.cpp 26 void* mem = allocator.pfnAllocation(allocator.pUserData, sizeof(Node), local
29 if (!mem)
34 head_.next = new (mem) Node{head_.next, info.flags, info.pfnCallback,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
heapmm.h 125 HMM_UNIQUE(descriptor) *desc, void *mem, variable
130 HMM_UNIQUE(descriptor) *desc, void *mem, variable
134 void HMM_UNIQUE(free)(HMM_UNIQUE(descriptor) *desc, void *mem); variable
136 HMM_UNIQUE(size_aau) HMM_UNIQUE(true_size)(void *mem);
  /system/extras/tests/pftest/
pftest.c 47 char *mem = malloc((N_PAGES+1) * 4096); local
53 mem = (char *) ((intptr_t) (mem + 4096) & ~0xfff);
76 *(intptr_t *) (mem + 4096 * pageIdx + entryOffset) =
77 (intptr_t) (mem + 4096 * nextPageIdx + nextEntryOffset);
80 *(intptr_t *) (mem + 4096 * pageIdx + entryOffset) =
81 (intptr_t) &mem[0];
89 p = (intptr_t *) &mem[0];
  /bionic/libc/kernel/uapi/linux/
kexec.h 50 const void * mem; member in struct:kexec_segment
  /development/ndk/platforms/android-21/include/linux/
kexec.h 46 const void *mem; member in struct:kexec_segment
  /device/google/contexthub/firmware/src/cpu/cortexm4f/
appSupport.c 35 static bool handleRelNumber(uint32_t *ofstP, uint32_t type, uint32_t flashAddr, uint32_t ramAddr, uint32_t *mem, uint32_t value)
56 mem[where] += base;
61 static bool handleRelocs(const uint8_t *relStart, const uint8_t *relEnd, uint32_t flashStart, uint32_t ramStart, void *mem)
72 if (!handleRelNumber(&ofst, type, flashStart, ramStart, mem, rel))
82 if (!handleRelNumber(&ofst, type, flashStart, ramStart, mem, rel))
92 if (!handleRelNumber(&ofst, type, flashStart, ramStart, mem, rel + MAX_16_BIT_NUM))
101 if (!handleRelNumber(&ofst, type, flashStart, ramStart, mem, rel + MAX_8_BIT_NUM))
111 if (!handleRelNumber(&ofst, type, flashStart, ramStart, mem, 0))
146 uint8_t *mem = heapAlloc(sect->bss_end); local
148 if (!mem)
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 54 char *mem = Alloc.Allocate<char>(Blob.size() + 1); local
55 memcpy(mem, Blob.data(), Blob.size());
56 mem[Blob.size()] = '\0';
57 return mem;
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 69 void *mem = (void*)&calloc_memory_for_dlsym[allocated]; local
72 return mem;
  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.cpp 57 void* mapMemory (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory mem, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags)
60 VK_CHECK(vkd.mapMemory(device, mem, offset, size, flags, &hostPtr));
151 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr);
159 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr)
160 : Allocation (*mem, (VkDeviceSize)0, hostPtr ? hostPtr->get() : DE_NULL)
161 , m_memHolder (mem)
181 Move<VkDeviceMemory> mem = allocateMemory(m_vk, m_device, &allocInfo); local
185 hostPtr = MovePtr<HostPtr>(new HostPtr(m_vk, m_device, *mem, 0u, allocInfo.allocationSize, 0u));
187 return MovePtr<Allocation>(new SimpleAllocation(mem, hostPtr));
201 Move<VkDeviceMemory> mem = allocateMemory(m_vk, m_device, &allocInfo) local
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_column_bmod.h 116 Index mem; local
123 mem = memXpand<ScalarVector>(glu.lusup, glu.nzlumax, nextlu, LUSUP, glu.num_expansions);
124 if (mem) return mem;
  /external/elfutils/libelf/
nlist.c 146 struct hashentry mem; local
150 sym = INTUSE(gelf_getsym) (data, cnt, &mem.sym);
155 mem.str = INTUSE(elf_strptr) (elf, shdr->sh_link, sym->st_name);
156 if (mem.str == NULL)
160 if (mem.str[0] == '\0')
170 (void) nlist_fshash_overwrite (table, mem.str, 0, &mem);
  /external/elfutils/tests/
elfputzdata.c 77 GElf_Shdr mem; local
78 GElf_Shdr *shdr = gelf_getshdr (scn, &mem);
  /external/fio/os/
os-dragonfly.h 45 uint64_t mem; local
46 size_t len = sizeof(mem);
48 sysctl(mib, 2, &mem, &len, NULL, 0);
49 return mem;
os-netbsd.h 46 uint64_t mem; local
47 size_t len = sizeof(mem);
49 sysctl(mib, 2, &mem, &len, NULL, 0);
50 return mem;
os-openbsd.h 44 uint64_t mem; local
45 size_t len = sizeof(mem);
47 sysctl(mib, 2, &mem, &len, NULL, 0);
48 return mem;
  /external/kernel-headers/original/uapi/linux/
kexec.h 54 const void *mem; member in struct:kexec_segment
  /external/libexif/contrib/examples/
write-exif.c 168 ExifMem *mem = exif_mem_new_default(); local
169 assert(mem != NULL); /* catch an out of memory condition */
172 entry = exif_entry_new_mem (mem);
176 buf = exif_mem_alloc(mem, len);
190 exif_mem_unref(mem);

Completed in 2801 milliseconds

1 2 34 5 6 7 8 91011>>