HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 2051 - 2075 of 2813) sorted by null

<<81828384858687888990>>

  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 316 fb_context_t *dev = (fb_context_t*)malloc(sizeof(*dev));
  /hardware/qcom/display/liboverlay/
overlayMdp.cpp 294 = (uint32_t *)malloc(2 * MAX_IGC_LUT_ENTRIES * sizeof(uint32_t));
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 156 * M A C R O S FOR MALLOC and MEMORY FREE and CLOSING PIPES
172 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
175 printf("%d Malloc Failed\n",__LINE__); \
411 G711ENC_FTYPES *g711eframeinfo = malloc(sizeof(G711ENC_FTYPES));
857 pInputBuffer[i] = (OMX_U8*)malloc(audioinfo->nIpBufSize);
860 APP_DPRINT("%d Malloc Failed\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 138 _pStruct_ = malloc(_size_); \
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 24 #define newmalloc(x) malloc(x)
47 #include <malloc.h>
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
set-mode-acl.c 280 entries = (ace_t *) malloc (count * sizeof (ace_t));
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 78 /* malloc version */
85 dictBuf = malloc(dictSize);
  /system/core/adb/
adb_auth_host.c 239 key = malloc(sizeof(*key));
file_sync_service.c 365 char *buffer = malloc(SYNC_DATA_MAX);
  /system/core/init/
util.c 168 data = (char*) malloc(sz + 2);
  /system/core/libsparse/
backed_block.c 372 new_bb = malloc(sizeof(struct backed_block));
  /system/extras/sound/
playwav.c 138 next = malloc(count);
  /dalvik/vm/analysis/
RegisterMap.cpp 248 pMap = (RegisterMap*) malloc(bufSize);
787 * (1) Compute the size of the output, and malloc a buffer.
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 442 inputPort = malloc(sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
443 outputPort = malloc(sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
444 inputPort1 = malloc(sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
  /external/bison/lib/
getopt.c 110 that we can compare them later. But we must not use malloc(3). */
167 char *new_str = malloc (top + 1);
275 (char *) malloc (d->__nonoption_flags_max_len);
527 struct option_list *newp = malloc (sizeof (*newp));
    [all...]
  /external/blktrace/btreplay/
btreplay.c 301 * For malloc()ed memory we need to /touch/ it to make it really
573 dip = malloc(sizeof(*dip));
599 char *p, *dsf = malloc(256);
639 struct map_dev *mdp = malloc(sizeof(*mdp));
    [all...]
  /external/checkpolicy/
checkpolicy.c 183 n = malloc(sizeof(struct avtab_node));
234 type_rules = malloc(sizeof(struct avtab_node) * policydb.p_types.nprim);
1044 name = malloc((strlen(ans) + 1) * sizeof(char));
1046 fprintf(stderr, "couldn't malloc string.\n");
  /external/elfutils/libelf/
elf32_updatefile.c 269 void *p = malloc (scn->data_list.data.d.d_size);
552 malloc (sizeof (ElfW2(LIBELFBITS,Phdr)) * ehdr->e_phnum);
663 buf = malloc (dl->data.d.d_size);
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 595 stream = (HB_Stream)malloc(sizeof(HB_StreamRec));
598 stream->base = (HB_Byte*)malloc(length);
616 HB_Face face = (HB_Face )malloc(sizeof(HB_FaceRec));
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 559 *ppFileList = (TCHAR *) malloc (*pFileCount * MAX_PATH);
725 if (!(pDib = (BYTE *) malloc (sizeof(BITMAPINFOHEADER) +
845 pStretchedImage = malloc (cImgChannels * cxNewSize * cyNewSize);
  /external/libusb/libusb/
io.c     [all...]
  /external/libusb_aah/libusb/
io.c     [all...]
  /external/tcpdump/
addrtoname.c 425 tp->e_nsap = (u_char *)malloc(nlen + 1);
427 error("lookup_nsap: malloc");
525 tp->e_name = cp = (char *)malloc(len*3);
527 error("linkaddr_string: malloc");
607 tp->e_name = cp = (char *)malloc(sizeof("xx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xx"));
609 error("isonsap_string: malloc");
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 897 ULong* iiq = malloc(sizeof(ULong));
898 UInt* iil = malloc(sizeof(UInt));
899 UShort* iiw = malloc(sizeof(UShort));
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 212 char* buf = (char*) malloc(infoLen);
220 char* buf = (char*) malloc(0x1000);
268 char* buf = (char*) malloc(bufLength);
    [all...]

Completed in 1555 milliseconds

<<81828384858687888990>>