Searched refs:calloc (Results 1 – 9 of 9) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2015/ |
D | poc.cpp | 129 p_data = (tNFA_RW_MSG *)calloc(1, sizeof(tNFA_RW_MSG)); in main() 133 (tNFC_ACTIVATE_DEVT *)calloc(1, sizeof(tNFC_ACTIVATE_DEVT)); in main() 144 nfa_rw_cb.p_ndef_buf = (uint8_t *)calloc(1, sizeof(uint8_t)); in main() 150 p_data1 = (tNFC_DATA_CEVT *)calloc(1, sizeof(tNFC_DATA_CEVT)); in main() 152 p_data1->p_data = (NFC_HDR *)calloc(3, sizeof(NFC_HDR)); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8428/ |
D | poc.c | 155 void* data = calloc(1, 0x1000); in prepare_data() 165 g_op_list.offsets = (__u64)calloc(1, MAX_HANDLE_NUM * 4); in prepare_data()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-5862/ |
D | poc.c | 39 lst.pids = calloc(NUM_BLOCKS, sizeof(struct snd_ctl_elem_id)); in get_speakerid()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-5867/ |
D | poc.c | 41 lst.pids = calloc(NUM_BLOCKS, sizeof(struct snd_ctl_elem_id)); in get_doblycontrolid()
|
/cts/hostsidetests/securitybulletin/securityPatch/includes/ |
D | memutils_track.c | 131 void *calloc(size_t nitems, size_t size) { in calloc() function
|
D | memutils.c | 165 void *calloc(size_t nitems, size_t size) { in calloc() function
|
/cts/tests/tests/media/audio/jni/ |
D | audio-track-native.cpp | 387 void *buffer = calloc(framesPerBuffer * numBuffers, frameSize); in Java_android_media_audio_cts_AudioTrackNative_nativeTest()
|
D | audio-record-native.cpp | 475 void *buffer = calloc(framesPerBuffer * numBuffers, frameSize); in Java_android_media_audio_cts_AudioRecordNative_nativeTest()
|
/cts/tools/release-parser/tests/resources/ |
D | CtsJniTestCases.apk.pb.txt | 4698 name: "calloc" 5035 name: "calloc" 5614 name: "calloc" 6071 name: "calloc" 6805 name: "calloc" 7025 name: "calloc"
|