HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 901 - 925 of 1932) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libxcb.so.1.1.0 
  /prebuilts/misc/common/swig/include/2.0.11/r/
rrun.swg 84 el = (RCallbackFunctionData *) calloc(1, sizeof(RCallbackFunctionData));
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 47 if ((newloc = (_LC_locale_t *)calloc(1, sizeof(_LC_locale_t))) == NULL)
  /system/core/libcutils/
str_parms.c 59 str_parms = calloc(1, sizeof(struct str_parms));
  /system/core/libsparse/
sparse.c 32 struct sparse_file *s = calloc(sizeof(struct sparse_file), 1);
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 190 temprow = calloc( cinfo.num_components * cinfo.output_width, sizeof(JSAMPLE) );
  /system/media/audio_utils/
resampler.c 212 rsmp = (struct resampler *)calloc(1, sizeof(struct resampler));
  /bionic/libc/upstream-dlmalloc/
malloc.h 52 #define dlcalloc calloc
126 calloc(size_t n_elements, size_t element_size);
335 independent_calloc is similar to calloc, but instead of returning a
  /external/aac/libSYS/include/
genericStds.h 289 * \param n See MSDN documentation on calloc().
290 * \param size See MSDN documentation on calloc().
292 * \return See MSDN documentation on calloc().
  /external/compiler-rt/test/dfsan/
custom.cc 256 // With any luck this sequence of calls will cause calloc to return the same
259 char *crv = (char *) calloc(4096, 1);
264 crv = (char *) calloc(4096, 1);
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 49 hb_ot_layout_t *layout = (hb_ot_layout_t *) calloc (1, sizeof (hb_ot_layout_t));
65 layout->gsub_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gsub->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
66 layout->gpos_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gpos->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
  /external/libedit/src/
vis.c 317 if ((dst = calloc(len + MAXEXTRAS, sizeof(*dst))) == NULL)
382 if ((psrc = calloc(mblength + 1, sizeof(*psrc))) == NULL)
384 if ((pdst = calloc((4 * mblength) + 1, sizeof(*pdst))) == NULL)
  /external/libnl/lib/route/sch/
netem.c 54 qdisc->q_subdata = calloc(1, sizeof(struct rtnl_netem));
886 netem->qnm_dist.dist_data = (int16_t *) calloc (MAXDIST, sizeof(int16_t));
888 line = (char *) calloc (sizeof(char), len + 1);
  /external/libvncserver/x11vnc/
scan.c 138 calloc((size_t) (ntiles * sizeof(unsigned char)), 1);
140 calloc((size_t) (ntiles * sizeof(unsigned char)), 1);
142 calloc((size_t) (ntiles_y * sizeof(unsigned char)), 1);
144 calloc((size_t) (ntiles * sizeof(unsigned char)), 1);
146 calloc((size_t) (ntiles * sizeof(unsigned char)), 1);
148 calloc((size_t) (ntiles * sizeof(tile_blackout_t)), 1);
149 tile_region = (region_t *) calloc((size_t) (ntiles * sizeof(region_t)), 1);
152 calloc((size_t) ((ntiles_x + 1) * sizeof(XImage *)), 1);
154 calloc((size_t) ((ntiles_x + 1) * sizeof(XShmSegmentInfo)), 1);
157 hint_list = (hint_t *) calloc((size_t) (ntiles * sizeof(hint_t)), 1)
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 250 /// void *calloc(size_t count, size_t size);
251 TLI_DEFINE_ENUM_INTERNAL(calloc)
252 TLI_DEFINE_STRING_INTERNAL("calloc")
    [all...]
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 97 Bucket *NewBuckets = (Bucket *)std::calloc(NewSize, sizeof(Bucket));
189 // Bucket objects since 'calloc' returns bytes that are all 0.
190 Buckets = (Bucket *)std::calloc(NumBuckets, sizeof(Bucket));
  /external/mesa3d/src/mesa/main/
atifragshader.c 356 calloc(1, sizeof(struct atifs_instruction) *
360 calloc(1, sizeof(struct atifs_setupinst) *
364 /* can't rely on calloc for initialization as it's possible to redefine a shader (?) */
extensions.c     [all...]
imports.h 55 #define CALLOC(BYTES) calloc(1, BYTES)
59 #define CALLOC_STRUCT(T) (struct T *) calloc(1, sizeof(struct T))
  /external/openssh/
authfd.c 325 if ((idl = calloc(1, sizeof(*idl))) == NULL ||
326 (idl->keys = calloc(num, sizeof(*idl->keys))) == NULL ||
327 (idl->comments = calloc(num, sizeof(*idl->comments))) == NULL) {
  /external/valgrind/memcheck/tests/
Makefile.am 77 calloc-overflow.stderr.exp calloc-overflow.vgtest\
300 calloc-overflow \
  /external/zlib/src/test/
example.c 63 return calloc(n, m);
565 compr = (Byte*)calloc((uInt)comprLen, 1);
566 uncompr = (Byte*)calloc((uInt)uncomprLen, 1);
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 943 buf = (struct _WsbmBufferObject *)calloc(1, sizeof(*buf) + extra_size);
980 buf = (struct _WsbmBufferObject *)calloc(1, sizeof(*buf));
1011 struct _WsbmBufferList *list = calloc(sizeof(*list), 1);
  /hardware/intel/img/psb_video/src/
tng_cmdbuf.c 139 cmdbuf->buffer_refs = (psb_buffer_p *) calloc(1, sizeof(psb_buffer_p) * cmdbuf->buffer_refs_allocated);
301 new_array = (psb_buffer_p *) calloc(1, sizeof(psb_buffer_p) * new_size);
556 arg_list = (struct psb_validate_arg *) calloc(1, sizeof(struct psb_validate_arg) * buffer_count);
  /hardware/libhardware/modules/radio/
radio_hw.c 124 struct thread_command *cmd = (struct thread_command *)calloc(1, sizeof(struct thread_command));
621 rdev->tuner = (struct stub_radio_tuner *)calloc(1, sizeof(struct stub_radio_tuner));
710 rdev = calloc(1, sizeof(struct stub_radio_device));

Completed in 636 milliseconds

<<31323334353637383940>>