HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 576 - 600 of 2115) sorted by null

<<21222324252627282930>>

  /external/qemu/distrib/zlib-1.2.8/
zutil.c 300 extern voidp calloc OF((uInt items, uInt size));
311 (voidpf)calloc(items, size);
  /external/srec/seti/sltsEngine/src/
SWIslts.c 136 pEng = CALLOC(1, sizeof(SLTS_Engine), MTAG);
303 pBlock = (LCHAR *)CALLOC(sizeof(int) + nNbrOfTranscriptions * sizeof(SWIsltsTranscription), sizeof(LCHAR), MTAG);
  /external/strace/
count.c 62 counts = calloc(nsyscalls, sizeof(*counts));
174 sorted_count = calloc(sizeof(int), nsyscalls);
  /external/valgrind/main/memcheck/tests/
origin1-yes.c 124 // Heap block (calloc), initialised
126 int* ptr_to_def_calloc_int = calloc(1, sizeof(int));
  /external/zlib/src/
zutil.c 300 extern voidp calloc OF((uInt items, uInt size));
311 (voidpf)calloc(items, size);
  /frameworks/base/libs/hwui/
DrawProfiler.cpp 152 mData = (FrameTimingData*) calloc(mDataSize, sizeof(FrameTimingData));
156 mRects[i] = (float*) calloc(mDataSize, 4 * sizeof(float));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
rate_hist.c 54 hist->pts = calloc(hist->samples, sizeof(*hist->pts));
55 hist->sz = calloc(hist->samples, sizeof(*hist->sz));
  /hardware/intel/img/libdrm/libdrm/radeon/
radeon_bo_gem.c 71 bo = (struct radeon_bo_gem*)calloc(1, sizeof(struct radeon_bo_gem));
282 bomg = (struct bo_manager_gem*)calloc(1, sizeof(struct bo_manager_gem));
  /hardware/intel/img/psb_video/src/
psb_buffer_dm.c 100 driver_data->camera_bo = calloc(1, sizeof(struct psb_buffer_s));
259 driver_data->rar_bo = calloc(1, sizeof(struct psb_buffer_s));
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 75 char *data = (char *)calloc(1, sizeof(struct sound_trigger_phrase_recognition_event) + 1);
260 stdev = calloc(1, sizeof(struct stub_sound_trigger_device));
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 89 calloc (sizeof (struct video_decoder_context),1);
339 calloc (sizeof (struct video_msgq),
342 calloc (sizeof (struct video_msgq),
490 calloc (sizeof (struct vdec_output_frameinfo *),buffercount);
501 calloc (sizeof (struct vdec_output_frameinfo),buffercount);
516 calloc (sizeof (struct vdec_bufferpayload *),buffercount);
540 calloc (sizeof (struct vdec_bufferpayload),1);
544 DEBUG_PRINT ("\nallocate_buffer: ptemp [i] calloc failure");
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 88 calloc (sizeof (struct video_decoder_context),1);
324 calloc (sizeof (struct video_msgq),
327 calloc (sizeof (struct video_msgq),
460 calloc (sizeof (struct vdec_output_frameinfo *),buffercount);
469 calloc (sizeof (struct vdec_output_frameinfo),buffercount);
482 calloc (sizeof (struct vdec_bufferpayload *),buffercount);
501 calloc (sizeof (struct vdec_bufferpayload),1);
504 DEBUG_PRINT ("\nallocate_buffer: ptemp [i] calloc failure");
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 135 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt*sizeof(rrow))) == NULL)
140 if ((f->posns[0] = (int *) calloc(1, *(f->re[0].lfollow)*sizeof(int))) == NULL)
142 if ((f->posns[1] = (int *) calloc(1, sizeof(int))) == NULL)
160 if ((f->posns[2] = (int *) calloc(1, (k+1)*sizeof(int))) == NULL)
360 if ((p = (int *) calloc(1, (setcnt+1)*sizeof(int))) == NULL)
534 if ((f->posns[2] = (int *) calloc(1, (k+1)*sizeof(int))) == NULL)
591 if ((f->posns[2] = (int *) calloc(1, (k+1)*sizeof(int))) == NULL)
925 if ((p = (int *) calloc(1, (setcnt+1)*sizeof(int))) == NULL)
  /prebuilts/misc/common/swig/include/2.0.11/r/
r.swg 74 $1 = %static_cast(calloc(sizeof($1_basetype), _rswiglen), $1_ltype);
87 $1 = %static_cast(calloc(sizeof($1_basetype), _rswiglen), $1_ltype);
  /system/core/fastbootd/
usb_linux_client.c 273 struct usb_handle *usb_handle = calloc(sizeof(struct usb_handle), 1);
293 struct usb_transport *usb_transport = calloc(1, sizeof(struct usb_transport));
  /system/core/libcutils/
hashmap.c 61 map->buckets = calloc(map->bucketCount, sizeof(Entry*));
106 Entry** newBuckets = calloc(newBucketCount, sizeof(Entry*));
  /bionic/libc/bionic/
malloc_debug_common.cpp 67 Malloc(calloc),
246 extern "C" void* calloc(size_t n_elements, size_t elem_size) { function
247 return __libc_malloc_dispatch->calloc(n_elements, elem_size);
312 InitMallocFunction<MallocDebugCalloc>(malloc_impl_handler, &table->calloc, prefix, "calloc");
464 if ((malloc_dispatch_table.calloc == NULL) ||
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_screen.c 252 image = CALLOC(sizeof *image);
337 image = CALLOC(sizeof *image);
444 image = CALLOC(sizeof *image);
551 image->region = calloc(sizeof(*image->region), 1);
1067 intelScreen = CALLOC(sizeof *intelScreen);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 252 image = CALLOC(sizeof *image);
337 image = CALLOC(sizeof *image);
444 image = CALLOC(sizeof *image);
551 image->region = calloc(sizeof(*image->region), 1);
1067 intelScreen = CALLOC(sizeof *intelScreen);
    [all...]
  /external/qemu/distrib/ext4_utils/src/
allocate.c 179 bg->inode_table = calloc(aux_info.inode_table_blocks, info.block_size);
181 critical_error_errno("calloc");
291 bg->bitmaps = calloc(info.block_size, 2);
324 aux_info.bgs = calloc(sizeof(struct block_group_info), aux_info.groups);
326 critical_error_errno("calloc");
675 block = calloc(info.block_size, 1);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 647 mSurroundInputBuffer = (Word16 *) calloc(2 * SSR_INPUT_FRAME_SIZE,
655 mSurroundOutputBuffer = (Word16 *) calloc(2 * SSR_OUTPUT_FRAME_SIZE,
663 mRealCoeffs = (Word16 **) calloc(COEFF_ARRAY_SIZE, sizeof(Word16 *));
669 mImagCoeffs = (Word16 **) calloc(COEFF_ARRAY_SIZE, sizeof(Word16 *));
818 mRealCoeffs[i] = (Word16 *)calloc(FILT_SIZE, sizeof(Word16));
821 mImagCoeffs[i] = (Word16 *)calloc(FILT_SIZE, sizeof(Word16));
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 88 calloc (sizeof (struct video_encoder_context),1);
393 calloc (sizeof (struct video_msgq),
396 calloc (sizeof (struct video_msgq),
536 calloc (sizeof (struct venc_bufferpayload *),buffercount);
560 calloc (sizeof (struct venc_bufferpayload),1);
564 DEBUG_PRINT ("\nallocate_buffer: ptemp [i] calloc failure");
  /system/extras/ext4_utils/
allocate.c 180 bg->inode_table = calloc(aux_info.inode_table_blocks, info.block_size);
182 critical_error_errno("calloc");
292 bg->bitmaps = calloc(info.block_size, 2);
325 aux_info.bgs = calloc(sizeof(struct block_group_info), aux_info.groups);
327 critical_error_errno("calloc");
676 block = calloc(info.block_size, 1);
  /external/libsepol/src/
policydb.c 679 role = calloc(1, sizeof(role_datum_t));
1012 calloc(num_decls, sizeof(*(p->decl_val_to_struct)));
1069 calloc(p->p_types.nprim, sizeof(type_datum_t *));
1080 calloc(p->symtab[i].nprim, sizeof(char *));
    [all...]
  /external/valgrind/main/auxprogs/
valgrind-di-server.c 397 Frame* f = calloc(sizeof(Frame), 1);
400 f->data = calloc(f->n_data, 1);
446 Frame* f = calloc(sizeof(Frame), 1);
448 f->data = calloc(f->n_data, 1);
457 Frame* f = calloc(sizeof(Frame), 1);
459 f->data = calloc(f->n_data, 1);
487 Frame* f = calloc(sizeof(Frame), 1);
489 f->data = calloc(f->n_data, 1);
690 req = calloc(sizeof(Frame), 1);
692 req->data = calloc(rd_len, 1)
    [all...]

Completed in 1326 milliseconds

<<21222324252627282930>>