HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 1576 - 1600 of 5893) sorted by null

<<61626364656667686970>>

  /external/curl/packages/OS400/
ccsidcurl.c 184 free(d);
196 free(d);
278 free(s);
284 free(d);
309 free(s);
315 free(d);
342 free(s);
363 free(s);
590 /* Free all memory used by certificate info. */
597 free((char *) info->certinfo)
    [all...]
  /external/e2fsprogs/misc/
fsck.c 235 free(i->prog);
236 free(i->device);
237 free(i->base_device);
238 free(i);
309 free(dev);
325 free(fs->type);
413 free(p);
478 free(inst);
495 free(inst);
502 free(inst)
    [all...]
  /external/libxml2/
dict.c 106 xmlChar *free; member in struct:_xmlDictStrings
217 * Free the dictionary mutex. Do not call unless sure the library
252 if (pool->end - pool->free > namelen)
275 pool->free = &pool->array[0];
284 ret = pool->free;
285 memcpy(pool->free, name, namelen);
286 pool->free += namelen;
287 *(pool->free++) = 0;
320 if (pool->end - pool->free > namelen + plen + 1)
343 pool->free = &pool->array[0]
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 7 * This library is free software; you can redistribute it and/or
9 * License as published by the Free Software Foundation; either
18 * License along with this library; if not, write to the Free Software
199 free(curr);
203 free(*list);
212 free(curr->data);
232 free(attr->attribute);
235 free(curr->data);
357 free(typealias_lists);
398 free((*stack)->stack)
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 127 free(read_buf);
135 free(read_buf);
142 free(read_buf);
157 free(read_buf);
165 free(read_buf);
174 free(read_buf);
189 free(ratesStrForVal);
190 free(ratesStr);
191 free(read_buf);
201 free(ratesStrForVal)
    [all...]
  /ndk/sources/host-tools/make-3.81/
variable.c 3 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
7 GNU Make is free software; you can redistribute it and/or modify it under the
8 terms of the GNU General Public License as published by the Free Software
16 GNU Make; see the file COPYING. If not, write to the Free Software
197 free (v->value);
547 and free all its storage. */
571 free (v->name);
572 free (v->value);
580 free ((char *) list->set);
581 free ((char *) list)
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 648 // free pp job buf
649 free(job);
762 free(pp_job->src_frame);
765 free(pp_job->src_metadata);
772 free(pp_job->fwk_src_frame);
840 free(job->src_reproc_frame);
850 free(job->src_frame);
855 free(job->fwk_src_buffer);
859 free(job->src_metadata);
864 free(job->fwk_frame)
    [all...]
  /dalvik/dexdump/
DexDump.cpp 544 free(pClassData);
561 free(dotted);
710 * needs to be free()d.
794 free((void *) methInfo.signature);
    [all...]
  /external/fio/
init.c 287 free(tp);
301 free(trigger_file);
302 free(trigger_cmd);
303 free(trigger_remote_cmd);
382 * Return a free job structure.
446 free(td->o.name);
531 free(o->write_iolog_file);
1309 free(c1);
1310 free(c2);
1311 free(c3)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 5 * This library is free software; you can redistribute it and/or
7 * License as published by the Free Software Foundation; either
18 * License along with this library; if not, write to the Free Software
253 /* Free previously allocated memory before bailing */
255 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pHandle->pComponentPrivate);
256 free(pHandle->pComponentPrivate);
266 /* Free previously allocated memory before bailing */
268 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pHandle->pComponentPrivate);
269 free(pHandle->pComponentPrivate);
274 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pcm_ip)
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraPostProc.cpp 49 free(ptr[jpeg_bufs]); \
579 free(m_pJpegOutputMem[i]);
806 free(frame);
807 free(pp_request_job);
849 free(jpeg_job);
887 free(frame);
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraPostProc.cpp 49 free(ptr[jpeg_bufs]); \
579 free(m_pJpegOutputMem[i]);
806 free(frame);
807 free(pp_request_job);
849 free(jpeg_job);
887 free(frame);
    [all...]
  /art/runtime/base/
allocator.cc 37 void Free(void* p) {
38 free(p);
57 void Free(void* p ATTRIBUTE_UNUSED) {
  /bionic/libc/bionic/
sysinfo.cpp 72 free(line);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
asprintf.c 55 free(f._bf._base);
tempnam.c 97 free(name);
  /bionic/tests/
libgen_basename_test.cpp 57 free(writable_in);
uniqueptr_test.cpp 31 free(p);
41 // Can we free a single object?
69 // Can we free an array?
  /bootable/recovery/minzip/
Hash.c 67 free(pHashTable);
88 // call free func then nuke entry
100 * Free the table.
107 free(pHashTable->pEntries);
108 free(pHashTable);
164 free(pHashTable->pEntries);
245 * Does NOT invoke the "free" function on the item.
SysUtil.c 98 free(pMap->ranges);
106 free(pMap->ranges);
146 free(pMap->ranges);
209 free(pMap->ranges);
  /cts/tests/tests/jni/libjnitest/
helper.c 70 free(result);
  /cts/tests/tests/os/jni/
android_os_cts_NoExecutePermissionTest.cpp 68 free(foo);
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 92 free(image);
  /development/tools/yuv420sp2rgb/
debug.h 65 static inline void FREE(void *ptr) {
66 free(ptr);
70 if (ptr) FREE(ptr);
  /device/generic/goldfish/vibrator/
vibrator_qemu.c 51 free(device);

Completed in 580 milliseconds

<<61626364656667686970>>