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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
rwlock_test.c 86 tid = calloc(s_num_threads, sizeof(*tid));
  /external/valgrind/main/massif/tests/
realloc.stderr.exp 9 Massif: calloc
  /external/valgrind/main/none/tests/ppc64/
std_reg_imm.c 65 t = calloc(sizeof(T),1);
  /external/webp/src/utils/
utils.c 42 return calloc((size_t)nmemb, size);
  /hardware/libhardware/modules/local_time/
local_time_hw.c 76 ltdev = calloc(1, sizeof(struct stub_local_time_device));
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 173 mixer = calloc(1, sizeof(*mixer));
177 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl));
178 mixer->info = calloc(elist.count, sizeof(struct snd_ctl_elem_info));
182 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
201 char **enames = calloc(ei->value.enumerated.items, sizeof(char*));
323 xtlv = calloc(1, sizeof(struct snd_ctl_tlv) + tlv_size);
405 tlv = calloc(1, DEFAULT_TLV_SIZE);
539 tlv = calloc(1, DEFAULT_TLV_SIZE);
703 tlv = calloc(1, DEFAULT_TLV_SIZE);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 35 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) macro
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 59 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) macro
  /ndk/sources/host-tools/make-3.81/
hash.c 22 #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))
48 ht->ht_vec = (void**) CALLOC (struct token *, ht->ht_size);
264 ht->ht_vec = (void **) CALLOC (struct token *, ht->ht_size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libXext.so.6 
libXext.so.6.4 
libXext.so.6.4.0 
librt-2.7.so 
librt.so 
librt.so.1 
libthread_db-1.0.so 
libthread_db.so 
libthread_db.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libXext.so.6 
libXext.so.6.4 
libXext.so.6.4.0 
librt-2.7.so 
librt.so 
librt.so.1 
libthread_db-1.0.so 

Completed in 438 milliseconds

1 2 3 4 5 6 7 8 91011>>