HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 301 - 325 of 2241) sorted by null

<<11121314151617181920>>

  /hardware/bsp/intel/peripheral/libmraa/src/x86/
intel_minnow_byt_compatible.c 89 mraa_board_t* b = (mraa_board_t*) calloc(1, sizeof(mraa_board_t));
107 b->pins = (mraa_pininfo_t*) calloc(b->phy_pin_count, sizeof(mraa_pininfo_t));
112 b->adv_func = (mraa_adv_func_t*) calloc(1, sizeof(mraa_adv_func_t));
  /prebuilts/misc/common/swig/include/2.0.11/
cpointer.i 62 return (TYPE *) calloc(1,sizeof(TYPE));
121 %{ return (TYPE *) calloc(1,sizeof(TYPE)); %}
129 %{ TYPE *obj = (TYPE *) calloc(1,sizeof(TYPE));
  /prebuilts/misc/common/swig/include/2.0.11/d/
cpointer.i 61 return (TYPE *) calloc(1,sizeof(TYPE));
120 %{ return (TYPE *) calloc(1,sizeof(TYPE)); %}
128 %{ TYPE *self = (TYPE *) calloc(1,sizeof(TYPE));
  /system/extras/libpagemap/
pm_process.c 41 proc = calloc(1, sizeof(*proc));
258 maps = calloc(INITIAL_MAPS, sizeof(pm_map_t*));
291 maps[maps_count] = map = calloc(1, sizeof(*map));
  /bionic/libc/include/
malloc.h 27 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /device/generic/goldfish/vibrator/
vibrator_qemu.c 57 vibrator_device_t *vibradev = calloc(1, sizeof(vibrator_device_t));
  /external/avahi/avahi-common/
avahi-malloc.h 79 void* (*calloc)(size_t nmemb, size_t size) AVAHI_GCC_ALLOC_SIZE2(1,2); /**< May be NULL */
  /external/clang/test/Analysis/
malloc.cpp 7 void *calloc(size_t nmemb, size_t size);
  /external/compiler-rt/test/profile/
instrprof-without-libc.c 63 // CHECK-SYMBOLS-NOT: calloc
  /external/curl/docs/libcurl/
curl_global_init_mem.3 55 To replace calloc()
  /external/fec/
dotprod_sse2.c 31 dp = (struct dotprod *)calloc(1,sizeof(struct dotprod));
sumsq_test.c 75 buf = (signed short *)calloc(bufsize,sizeof(signed short));
  /external/fio/engines/
libaio.c 333 ld = calloc(1, sizeof(*ld));
353 ld->aio_events = calloc(ld->entries, sizeof(struct io_event));
354 ld->iocbs = calloc(ld->entries, sizeof(struct iocb *));
355 ld->io_us = calloc(ld->entries, sizeof(struct io_u *));
rbd.c 86 rbd = calloc(1, sizeof(struct rbd_data));
90 rbd->aio_events = calloc(td->o.iodepth, sizeof(struct io_u *));
94 rbd->sort_events = calloc(td->o.iodepth, sizeof(struct io_u *));
522 fri = calloc(1, sizeof(*fri));
  /external/fio/lib/
bloom.c 76 b->map = calloc(no_uints, sizeof(uint32_t));
  /external/fio/profiles/
act.c 405 act_run_data->slices = calloc(apd->nr_slices, sizeof(struct act_slice));
432 apd = calloc(1, sizeof(*apd));
434 apd->slices = calloc(nr_slices, sizeof(struct act_slice));
469 act_run_data = calloc(1, sizeof(*act_run_data));
  /external/freetype/include/freetype/config/
ftstdlib.h 132 #define ft_scalloc calloc
  /external/harfbuzz_ng/src/
hb-gobject-structs.cc 60 hb_##name##_t *c = (hb_##name##_t *) calloc (1, sizeof (hb_##name##_t)); \
hb-shaper.cc 67 shapers = (hb_shaper_pair_t *) calloc (1, sizeof (all_shapers));
  /external/icu/icu4c/source/test/intltest/
dadrfmt.cpp 113 char calLoc[256] = "";
160 locale.extract(0, locale.length(), calLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'!
161 Locale loc(calLoc);
184 errln("case %d: could not create calendar from %s", n, calLoc);
  /external/iproute2/tc/
emp_ematch.l 75 strbuf = calloc(1, strbuf_size);
  /external/jemalloc/include/jemalloc/
jemalloc_protos.h.in 14 void JEMALLOC_NOTHROW *@je_@calloc(size_t num, size_t size)
  /external/jemalloc/test/unit/
decay.c 58 /* calloc(). */
60 p = calloc(1, huge0);
61 assert_ptr_not_null(p, "Unexpected calloc() failure");
63 assert_u32_ne(tick1, tick0, "Expected ticker to tick during calloc()");
  /external/libchrome/base/allocator/
README 46 All other allocation related functions (new/delete/calloc/etc) have been
  /external/libdrm/tests/kms/
libkms-test-screen.c 60 screen = calloc(1, sizeof(*screen));

Completed in 333 milliseconds

<<11121314151617181920>>