/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | misc_q15.c | 27 output = calloc(ref_length, sizeof(q15_t)); in test_arm_correlate_q15() 84 output = calloc(ref_length, sizeof(q15_t)); in test_arm_conv_q15() 144 output = calloc(first + ref_length, sizeof(q15_t)); in test_arm_conv_partial_q15() 145 temp = calloc(ref_length, sizeof(q15_t)); in test_arm_conv_partial_q15() 181 output = calloc(first + ref_length, sizeof(q15_t)); in test_arm_conv_partial_fast_q15() 182 temp = calloc(ref_length, sizeof(q15_t)); in test_arm_conv_partial_fast_q15() 219 output = calloc(first + ref_length, sizeof(q15_t)); in test_arm_conv_partial_opt_q15() 220 temp = calloc(ref_length, sizeof(q15_t)); in test_arm_conv_partial_opt_q15() 221 scratch1 = calloc(24, sizeof(q15_t)); in test_arm_conv_partial_opt_q15() 222 scratch2 = calloc(24, sizeof(q15_t)); in test_arm_conv_partial_opt_q15() [all …]
|
D | misc_q7.c | 26 output = calloc(ref_length, sizeof(q7_t)); in test_arm_correlate_q7() 83 output = calloc(ref_length, sizeof(q7_t)); in test_arm_conv_q7() 143 output = calloc(first + ref_length, sizeof(q7_t)); in test_arm_conv_partial_q7() 144 temp = calloc(ref_length, sizeof(q7_t)); in test_arm_conv_partial_q7() 181 output = calloc(first + ref_length, sizeof(q7_t)); in test_arm_conv_partial_opt_q7() 182 temp = calloc(ref_length, sizeof(q7_t)); in test_arm_conv_partial_opt_q7() 183 scratch1 = calloc(24, sizeof(q15_t)); in test_arm_conv_partial_opt_q7() 184 scratch2 = calloc(24, sizeof(q15_t)); in test_arm_conv_partial_opt_q7()
|
D | misc_q31.c | 36 output_buf = calloc(ref_length + 16, sizeof(q31_t)); in test_arm_correlate_q31() 109 output = calloc(ref_length, sizeof(q31_t)); in test_arm_conv_q31() 184 output = calloc(first + ref_length, sizeof(q31_t)); in test_arm_conv_partial_q31() 185 temp = calloc(ref_length, sizeof(q31_t)); in test_arm_conv_partial_q31() 221 output = calloc(first + ref_length, sizeof(q31_t)); in test_arm_conv_partial_fast_q31() 222 temp = calloc(ref_length, sizeof(q31_t)); in test_arm_conv_partial_fast_q31() 286 output = calloc(ref_length, sizeof(q31_t)); in test_arm_levinson_durbin_q31()
|
D | biquad_f32.c | 34 state = calloc(128, sizeof(float32_t)); in ZTEST() 38 coeff_mod = calloc(47, sizeof(arm_biquad_mod_coef_f32)); /* 47 stages */ in ZTEST() 43 output_buf = calloc(length + 2, sizeof(float32_t)); in ZTEST() 144 state = calloc(128, sizeof(float32_t)); in ZTEST() 148 coeff_mod = calloc(47, sizeof(arm_biquad_mod_coef_f32)); /* 47 stages */ in ZTEST() 152 output_buf = calloc(length, sizeof(float32_t)); in ZTEST()
|
D | biquad_f16.c | 35 state = calloc(128, sizeof(float16_t)); in ZTEST() 39 coeff_mod = calloc(47, sizeof(arm_biquad_mod_coef_f16)); /* 47 stages */ in ZTEST() 44 output_buf = calloc(length + 2, sizeof(float16_t)); in ZTEST() 147 state = calloc(128, sizeof(float16_t)); in ZTEST() 151 coeff_mod = calloc(47, sizeof(arm_biquad_mod_coef_f16)); /* 47 stages */ in ZTEST() 155 output_buf = calloc(length, sizeof(float16_t)); in ZTEST()
|
D | misc_f32.c | 37 output_buf = calloc(ref_length + 16, sizeof(float32_t)); in test_arm_correlate_f32() 113 output = calloc(ref_length, sizeof(float32_t)); in test_arm_conv_f32() 191 output = calloc(first + ref_length, sizeof(float32_t)); in test_arm_conv_partial_f32() 192 temp = calloc(ref_length, sizeof(float32_t)); in test_arm_conv_partial_f32() 247 output = calloc(ref_length, sizeof(float32_t)); in test_arm_levinson_durbin_f32()
|
D | misc_f16.c | 30 output = calloc(ref_length, sizeof(float16_t)); in test_arm_correlate_f16() 110 output = calloc(ref_length, sizeof(float16_t)); 187 output = calloc(ref_length, sizeof(float16_t)); in test_arm_levinson_durbin_f16()
|
/Zephyr-latest/modules/openthread/platform/ |
D | memory.c | 15 return calloc(aNum, aSize); in otPlatCAlloc()
|
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/src/ |
D | sl_memory_manager_shim.c | 25 return calloc(item_count, size); in sl_calloc()
|
/Zephyr-latest/tests/lib/mem_alloc/src/ |
D | main.c | 269 cptr = calloc(TOO_BIG, sizeof(int)); in _test_calloc() 273 cptr = calloc(TOO_BIG, sizeof(char)); in _test_calloc() 277 cptr = calloc(CALLOC_BUFLEN, sizeof(char)); in _test_calloc() 340 clc_ptr = calloc(100, sizeof(char)); in ZTEST()
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_host_trampolines.c | 16 return calloc(nmemb, size); in nsi_host_calloc()
|
D | nct.c | 425 new_chunk = calloc(NCT_ALLOC_CHUNK_SIZE, sizeof(struct threads_table_el)); in ttable_get_empty_slot() 512 this = calloc(1, sizeof(struct te_status_t)); in nct_init() 524 this->threads_table = calloc(NCT_ALLOC_CHUNK_SIZE, in nct_init()
|
D | nce.c | 60 this = calloc(1, sizeof(struct nce_status_t)); in nce_init()
|
/Zephyr-latest/lib/libc/common/ |
D | CMakeLists.txt | 24 # Prevent compiler from optimizing calloc into an infinite recursive call
|
D | Kconfig | 85 bool "Common C library calloc" 90 Enable the common C library trivial implementation of calloc,
|
/Zephyr-latest/kernel/ |
D | kheap.c | 121 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_heap, calloc, heap, timeout); in k_heap_calloc() 133 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_heap, calloc, heap, timeout, ret); in k_heap_calloc()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | stdlib.h | 31 void *calloc(size_t nmemb, size_t size);
|
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_f64.c | 266 output = calloc(length, sizeof(float64_t)); in ZTEST() 333 output = calloc(length, sizeof(float64_t)); in ZTEST() 410 output = calloc(length, sizeof(float64_t)); in ZTEST()
|
D | unary_f16.c | 436 output = calloc(length, sizeof(float16_t)); in ZTEST() 503 output = calloc(length, sizeof(float16_t)); in ZTEST() 580 output = calloc(length, sizeof(float16_t)); in ZTEST()
|
D | unary_f32.c | 432 output = calloc(length, sizeof(float32_t)); in ZTEST() 499 output = calloc(length, sizeof(float32_t)); in ZTEST() 576 output = calloc(length, sizeof(float32_t)); in ZTEST()
|
/Zephyr-latest/tests/lib/cmsis_dsp/transform/src/ |
D | rf16.c | 33 scratch = calloc(length + 2, sizeof(float16_t)); /* see #24701 */ in test_arm_rfft_f16_real_backend()
|
D | rf32.c | 33 scratch = calloc(length + 2, sizeof(float32_t)); /* see #24701 */ in test_arm_rfft_f32_real_backend()
|
D | rf64.c | 32 scratch = calloc(length + 2, sizeof(float64_t)); /* see #24701 */ in test_arm_rfft_f64_real_backend()
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 16 calloc
|
/Zephyr-latest/doc/develop/languages/c/ |
D | common_libc.rst | 39 There are also separate controls to select :c:func:`calloc`
|