Home
last modified time | relevance | path

Searched refs:calloc (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dmisc_q15.c27 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 …]
Dmisc_q7.c26 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()
Dmisc_q31.c36 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()
Dbiquad_f32.c34 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()
Dbiquad_f16.c35 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()
Dmisc_f32.c37 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()
Dmisc_f16.c30 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/
Dmemory.c15 return calloc(aNum, aSize); in otPlatCAlloc()
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/src/
Dsl_memory_manager_shim.c25 return calloc(item_count, size); in sl_calloc()
/Zephyr-latest/tests/lib/mem_alloc/src/
Dmain.c269 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/
Dnsi_host_trampolines.c16 return calloc(nmemb, size); in nsi_host_calloc()
Dnct.c425 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()
Dnce.c60 this = calloc(1, sizeof(struct nce_status_t)); in nce_init()
/Zephyr-latest/lib/libc/common/
DCMakeLists.txt24 # Prevent compiler from optimizing calloc into an infinite recursive call
DKconfig85 bool "Common C library calloc"
90 Enable the common C library trivial implementation of calloc,
/Zephyr-latest/kernel/
Dkheap.c121 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/
Dstdlib.h31 void *calloc(size_t nmemb, size_t size);
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dunary_f64.c266 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()
Dunary_f16.c436 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()
Dunary_f32.c432 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/
Drf16.c33 scratch = calloc(length + 2, sizeof(float16_t)); /* see #24701 */ in test_arm_rfft_f16_real_backend()
Drf32.c33 scratch = calloc(length + 2, sizeof(float32_t)); /* see #24701 */ in test_arm_rfft_f32_real_backend()
Drf64.c32 scratch = calloc(length + 2, sizeof(float64_t)); /* see #24701 */ in test_arm_rfft_f64_real_backend()
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt16 calloc
/Zephyr-latest/doc/develop/languages/c/
Dcommon_libc.rst39 There are also separate controls to select :c:func:`calloc`

12