HomeSort by relevance Sort by last modified time
    Searched refs:calloc (Results 226 - 250 of 572) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/utils/
os_win32.c 209 return calloc(1, size);
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 168 *bitcode = (const char*) calloc(1, bitcodeSize + 1);
  /frameworks/rs/driver/
rsdProgramStore.cpp 41 DrvProgramStore *drv = (DrvProgramStore *)calloc(1, sizeof(DrvProgramStore));
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 406 extern void *calloc (size_t, size_t);
629 #define really_call_calloc calloc
646 #undef calloc macro
648 #pragma GCC poison calloc strdup
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 442 extern void *calloc (size_t, size_t);
701 #define really_call_calloc calloc
718 #undef calloc macro
720 #pragma GCC poison calloc strdup
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 442 extern void *calloc (size_t, size_t);
701 #define really_call_calloc calloc
718 #undef calloc macro
720 #pragma GCC poison calloc strdup
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 442 extern void *calloc (size_t, size_t);
701 #define really_call_calloc calloc
718 #undef calloc macro
720 #pragma GCC poison calloc strdup
  /system/core/libcorkscrew/
map_info.c 54 map_info_t* mi = calloc(1, sizeof(map_info_t) + name_len + 1);
  /dalvik/vm/
Hash.cpp 60 (HashEntry*) calloc(pHashTable->tableSize, sizeof(HashEntry));
140 pNewEntries = (HashEntry*) calloc(newSize, sizeof(HashEntry));
  /external/chromium/third_party/libevent/
epoll.c 128 if (!(epollop = calloc(1, sizeof(struct epollop))))
141 epollop->fds = calloc(INITIAL_NFILES, sizeof(struct evepoll));
evport.c 149 if (!(evpd = calloc(1, sizeof(struct evport_data))))
160 evpd->ed_fds = calloc(DEFAULT_NFDS, sizeof(struct fd_info));
  /external/dbus/dbus/
dbus-memory.c 494 * all bytes are initialized to zero as with calloc(). Guaranteed to
527 block = calloc (bytes + GUARD_EXTRA_SIZE, 1);
536 mem = calloc (bytes, 1);
  /external/elfutils/libebl/
eblgstrtab.c 121 ret = (struct Ebl_GStrtab *) calloc (1, sizeof (struct Ebl_GStrtab));
130 ret->null.string = (char *) calloc (1, width);
  /external/qemu/android/
config.c 27 n = (AConfig*) calloc(sizeof(AConfig), 1);
44 node = (AConfig*) calloc(sizeof(AConfig), 1);
  /external/valgrind/main/coregrind/
m_options.c 303 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
328 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
  /external/valgrind/main/massif/tests/
deep-C.stderr.exp 9 Massif: calloc
  /frameworks/base/core/jni/
android_server_BluetoothA2dpService.cpp 66 nat = (native_data_t *)calloc(1, sizeof(native_data_t));
139 char *context_path = (char *)calloc(len, sizeof(char));
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 257 out = (struct stream_out *)calloc(1, sizeof(struct stream_out));
396 adev = calloc(1, sizeof(struct audio_device));
  /hardware/msm7k/librpc/
svc_clnt_common.c 281 xdr_s_type *xdr = (xdr_s_type *)calloc(1, sizeof(xdr_s_type));
299 xdr_s_type *xdr = (xdr_s_type *)calloc(1, sizeof(xdr_s_type));
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels
66 calloc(sizeof(PyramidShort) + sizeof(short *) * (height + border2) +
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels
66 calloc(sizeof(PyramidShort) + sizeof(short *) * (height + border2) +
  /system/core/libcutils/
hashmap.c 61 map->buckets = calloc(map->bucketCount, sizeof(Entry*));
106 Entry** newBuckets = calloc(newBucketCount, sizeof(Entry*));
  /system/extras/latencytop/
latencytop.c 278 e = calloc(1, sizeof(struct latency_entry));
381 array = calloc(count, sizeof(struct latency_entry *));
  /external/libsepol/src/
link.c 156 (perm_datum_t *) calloc(1, sizeof(perm_datum_t));
188 uint32_t *newmap = calloc(perm->s.value, sizeof(*newmap));
253 (class_datum_t *) calloc(1, sizeof(class_datum_t));
439 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) {
462 if ((new_type = calloc(1, sizeof(*new_type))) == NULL) {
850 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) {
    [all...]
policydb.c 614 role = calloc(1, sizeof(role_datum_t));
947 calloc(num_decls, sizeof(*(p->decl_val_to_struct)));
1004 calloc(p->p_types.nprim, sizeof(type_datum_t *));
1015 calloc(p->symtab[i].nprim, sizeof(char *));
    [all...]

Completed in 2975 milliseconds

1 2 3 4 5 6 7 8 91011>>