/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ull.c | 42 void *free; member 47 void *free; member 85 void *free; member 96 void *free; member 143 mem_release(rx_free, &mem_pdu_rx.free); in ll_rx_mem_release() 163 return mem_acquire(&mem_link_rx.free); in ll_rx_link_alloc() 168 mem_release(link, &mem_link_rx.free); in ll_rx_link_release() 173 return mem_acquire(&mem_pdu_rx.free); in ll_rx_alloc() 178 mem_release(node_rx, &mem_pdu_rx.free); in ll_rx_release() 295 mem_init(mem_done.pool, sizeof(struct node_rx_event_done), EVENT_DONE_MAX, &mem_done.free); in init_reset() [all …]
|
/Zephyr-latest/tests/lib/mem_alloc/src/ |
D | main.c | 67 free(iptr); in _test_no_mem_malloc() 83 free(reloc_ptr); in _test_no_mem_realloc() 140 free(aptr); in ZTEST() 143 free(ptr[i]); in ZTEST() 157 free(aptr); in ZTEST() 159 free(ptr[i]); in ZTEST() 172 free(aptr); in ZTEST() 173 free(ptr[n]); in ZTEST() 181 * @see malloc(), free() 191 free(iptr); in ZTEST() [all …]
|
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/ |
D | f32.c | 38 /* Free output buffer */ in test_arm_copy_f32() 39 free(output); in test_arm_copy_f32() 65 /* Free output buffer */ in test_arm_fill_f32() 66 free(output); in test_arm_fill_f32() 90 /* Free output buffer */ in test_arm_float_to_q31() 91 free(output); in test_arm_float_to_q31() 115 /* Free output buffer */ in test_arm_float_to_q15() 116 free(output); in test_arm_float_to_q15() 140 /* Free output buffer */ in test_arm_float_to_q7() 141 free(output); in test_arm_float_to_q7() [all …]
|
D | f16.c | 47 /* Free output buffer */ in test_arm_copy_f16() 48 free(output); in test_arm_copy_f16() 74 /* Free output buffer */ in test_arm_fill_f16() 75 free(output); in test_arm_fill_f16() 99 /* Free output buffer */ in test_arm_f16_to_q15() 100 free(output); in test_arm_f16_to_q15() 125 /* Free output buffer */ in test_arm_f16_to_float() 126 free(output); in test_arm_f16_to_float() 151 /* Free output buffer */ in test_arm_q15_to_f16() 152 free(output); in test_arm_q15_to_f16() [all …]
|
D | q15.c | 37 /* Free output buffer */ in test_arm_copy_q15() 38 free(output); in test_arm_copy_q15() 64 /* Free output buffer */ in test_arm_fill_q15() 65 free(output); in test_arm_fill_q15() 90 /* Free output buffer */ in test_arm_q15_to_float() 91 free(output); in test_arm_q15_to_float() 116 /* Free output buffer */ in test_arm_q15_to_q31() 117 free(output); in test_arm_q15_to_q31() 141 /* Free output buffer */ in test_arm_q15_to_q7() 142 free(output); in test_arm_q15_to_q7()
|
D | q31.c | 37 /* Free output buffer */ in test_arm_copy_q31() 38 free(output); in test_arm_copy_q31() 64 /* Free output buffer */ in test_arm_fill_q31() 65 free(output); in test_arm_fill_q31() 90 /* Free output buffer */ in test_arm_q31_to_float() 91 free(output); in test_arm_q31_to_float() 115 /* Free output buffer */ in test_arm_q31_to_q15() 116 free(output); in test_arm_q31_to_q15() 140 /* Free output buffer */ in test_arm_q31_to_q7() 141 free(output); in test_arm_q31_to_q7()
|
D | q7.c | 37 /* Free output buffer */ in test_arm_copy_q7() 38 free(output); in test_arm_copy_q7() 64 /* Free output buffer */ in test_arm_fill_q7() 65 free(output); in test_arm_fill_q7() 90 /* Free output buffer */ in test_arm_q7_to_float() 91 free(output); in test_arm_q7_to_float() 115 /* Free output buffer */ in test_arm_q7_to_q31() 116 free(output); in test_arm_q7_to_q31() 140 /* Free output buffer */ in test_arm_q7_to_q15() 141 free(output); in test_arm_q7_to_q15()
|
/Zephyr-latest/tests/lib/cmsis_dsp/quaternionmath/src/ |
D | f32.c | 44 /* Free output buffer */ in ZTEST() 45 free(output); in ZTEST() 72 /* Free output buffer */ in ZTEST() 73 free(output); in ZTEST() 100 /* Free output buffer */ in ZTEST() 101 free(output); in ZTEST() 128 /* Free output buffer */ in ZTEST() 129 free(output); in ZTEST() 166 /* Free output buffer */ in ZTEST() 167 free(output_buf); in ZTEST() [all …]
|
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q7.c | 41 /* Free output buffer */ in test_zdsp_add_q7() 42 free(output); in test_zdsp_add_q7() 75 /* Free output buffer */ in test_zdsp_add_q7_in_place() 76 free(output); in test_zdsp_add_q7_in_place() 110 /* Free output buffer */ in test_zdsp_sub_q7() 111 free(output); in test_zdsp_sub_q7() 144 /* Free output buffer */ in test_zdsp_sub_q7_in_place() 145 free(output); in test_zdsp_sub_q7_in_place() 179 /* Free output buffer */ in test_zdsp_mult_q7() 180 free(output); in test_zdsp_mult_q7() [all …]
|
D | q15.c | 43 /* Free output buffer */ in test_zdsp_add_q15() 44 free(output); in test_zdsp_add_q15() 79 /* Free output buffer */ in test_zdsp_add_q15_in_place() 80 free(output); in test_zdsp_add_q15_in_place() 115 /* Free output buffer */ in test_zdsp_sub_q15() 116 free(output); in test_zdsp_sub_q15() 151 /* Free output buffer */ in test_zdsp_sub_q15_in_place() 152 free(output); in test_zdsp_sub_q15_in_place() 187 /* Free output buffer */ in test_zdsp_mult_q15() 188 free(output); in test_zdsp_mult_q15() [all …]
|
D | q31.c | 41 /* Free output buffer */ in test_zdsp_add_q31() 42 free(output); in test_zdsp_add_q31() 75 /* Free output buffer */ in test_zdsp_add_q31_in_place() 76 free(output); in test_zdsp_add_q31_in_place() 110 /* Free output buffer */ in test_zdsp_sub_q31() 111 free(output); in test_zdsp_sub_q31() 144 /* Free output buffer */ in test_zdsp_sub_q31_in_place() 145 free(output); in test_zdsp_sub_q31_in_place() 179 /* Free output buffer */ in test_zdsp_mult_q31() 180 free(output); in test_zdsp_mult_q31() [all …]
|
D | f16.c | 44 /* Free output buffer */ in test_zdsp_add_f16() 45 free(output); in test_zdsp_add_f16() 76 /* Free output buffer */ in test_zdsp_add_f16_in_place() 77 free(output); in test_zdsp_add_f16_in_place() 110 /* Free output buffer */ in test_zdsp_sub_f16() 111 free(output); in test_zdsp_sub_f16() 142 /* Free output buffer */ in test_zdsp_sub_f16_in_place() 143 free(output); in test_zdsp_sub_f16_in_place() 176 /* Free output buffer */ in test_zdsp_mult_f16() 177 free(output); in test_zdsp_mult_f16() [all …]
|
D | f32.c | 42 /* Free output buffer */ in test_zdsp_add_f32() 43 free(output); in test_zdsp_add_f32() 74 /* Free output buffer */ in test_zdsp_add_f32_in_place() 75 free(output); in test_zdsp_add_f32_in_place() 107 /* Free output buffer */ in test_zdsp_sub_f32() 108 free(output); in test_zdsp_sub_f32() 139 /* Free output buffer */ in test_zdsp_sub_f32_in_place() 140 free(output); in test_zdsp_sub_f32_in_place() 172 /* Free output buffer */ in test_zdsp_mult_f32() 173 free(output); in test_zdsp_mult_f32() [all …]
|
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | misc_q15.c | 42 /* Free output buffer */ in test_arm_correlate_q15() 43 free(output); in test_arm_correlate_q15() 99 /* Free output buffer */ in test_arm_conv_q15() 100 free(output); in test_arm_conv_q15() 167 /* Free output buffer */ in test_arm_conv_partial_q15() 168 free(output); in test_arm_conv_partial_q15() 169 free(temp); in test_arm_conv_partial_q15() 204 /* Free output buffer */ in test_arm_conv_partial_fast_q15() 205 free(output); in test_arm_conv_partial_fast_q15() 206 free(temp); in test_arm_conv_partial_fast_q15() [all …]
|
/Zephyr-latest/tests/lib/cmsis_dsp/fastmath/src/ |
D | q15.c | 45 /* Free output buffer */ in ZTEST() 46 free(output); in ZTEST() 73 /* Free output buffer */ in ZTEST() 74 free(output); in ZTEST() 113 /* Free output buffer */ in ZTEST() 114 free(output); in ZTEST() 154 /* Free output buffer */ in ZTEST() 155 free(output); in ZTEST() 156 free(shift); in ZTEST()
|
D | f16.c | 63 /* Free output buffer */ 64 free(output); 93 /* Free output buffer */ 94 free(output); 138 /* Free output buffer */ in ZTEST() 139 free(output); in ZTEST() 165 /* Free output buffer */ in test_arm_vlog_f16() 166 free(output); in test_arm_vlog_f16() 197 /* Free output buffer */ in test_arm_vexp_f16() 198 free(output); in test_arm_vexp_f16() [all …]
|
D | f32.c | 48 /* Free output buffer */ in ZTEST() 49 free(output); in ZTEST() 78 /* Free output buffer */ in ZTEST() 79 free(output); in ZTEST() 120 /* Free output buffer */ in ZTEST() 121 free(output); in ZTEST() 147 /* Free output buffer */ in test_arm_vlog_f32() 148 free(output); in test_arm_vlog_f32() 179 /* Free output buffer */ in test_arm_vexp_f32() 180 free(output); in test_arm_vexp_f32()
|
/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/ |
D | f32.c | 48 /* Free output buffer */ in test_arm_cmplx_conj_f32() 49 free(output); in test_arm_cmplx_conj_f32() 82 /* Free output buffer */ in test_arm_cmplx_dot_prod_f32() 83 free(output); in test_arm_cmplx_dot_prod_f32() 116 /* Free output buffer */ in test_arm_cmplx_mag_f32() 117 free(output); in test_arm_cmplx_mag_f32() 147 /* Free output buffer */ in test_arm_cmplx_mag_squared_f32() 148 free(output); in test_arm_cmplx_mag_squared_f32() 184 /* Free output buffer */ in test_arm_cmplx_mult_cmplx_f32() 185 free(output); in test_arm_cmplx_mult_cmplx_f32() [all …]
|
D | q15.c | 49 /* Free output buffer */ in test_arm_cmplx_conj_q15() 50 free(output); in test_arm_cmplx_conj_q15() 79 /* Free output buffer */ in test_arm_cmplx_dot_prod_q15() 80 free(output); in test_arm_cmplx_dot_prod_q15() 111 /* Free output buffer */ in test_arm_cmplx_mag_q15() 112 free(output); in test_arm_cmplx_mag_q15() 140 /* Free output buffer */ in test_arm_cmplx_mag_squared_q15() 141 free(output); in test_arm_cmplx_mag_squared_q15() 175 /* Free output buffer */ in test_arm_cmplx_mult_cmplx_q15() 176 free(output); in test_arm_cmplx_mult_cmplx_q15() [all …]
|
D | q31.c | 48 /* Free output buffer */ in test_arm_cmplx_conj_q31() 49 free(output); in test_arm_cmplx_conj_q31() 78 /* Free output buffer */ in test_arm_cmplx_dot_prod_q31() 79 free(output); in test_arm_cmplx_dot_prod_q31() 110 /* Free output buffer */ in test_arm_cmplx_mag_q31() 111 free(output); in test_arm_cmplx_mag_q31() 139 /* Free output buffer */ in test_arm_cmplx_mag_squared_q31() 140 free(output); in test_arm_cmplx_mag_squared_q31() 174 /* Free output buffer */ in test_arm_cmplx_mult_cmplx_q31() 175 free(output); in test_arm_cmplx_mult_cmplx_q31() [all …]
|
D | f16.c | 48 /* Free output buffer */ in test_arm_cmplx_conj_f16() 49 free(output); in test_arm_cmplx_conj_f16() 82 /* Free output buffer */ in test_arm_cmplx_dot_prod_f16() 83 free(output); in test_arm_cmplx_dot_prod_f16() 116 /* Free output buffer */ in test_arm_cmplx_mag_f16() 117 free(output); in test_arm_cmplx_mag_f16() 147 /* Free output buffer */ in test_arm_cmplx_mag_squared_f16() 148 free(output); in test_arm_cmplx_mag_squared_f16() 184 /* Free output buffer */ in test_arm_cmplx_mult_cmplx_f16() 185 free(output); in test_arm_cmplx_mult_cmplx_f16() [all …]
|
/Zephyr-latest/samples/basic/sys_heap/ |
D | README.rst | 38 allocated 0, free 196, max allocated 0, heap size 256 39 allocated 156, free 36, max allocated 156, heap size 256 40 allocated 100, free 92, max allocated 156, heap size 256 41 allocated 0, free 196, max allocated 156, heap size 256
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | spsc_lockfree.rst | 3 Single Producer Single Consumer Lock Free Queue 6 A :dfn:`Single Producer Single Consumer Lock Free Queue (SPSC)` is a lock free
|
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_f64.c | 102 /* Free buffers */ in test_op2() 103 free(tmp1); in test_op2() 104 free(tmp2); in test_op2() 105 free(output); in test_op2() 178 /* Free buffers */ in test_op1() 179 free(tmp1); in test_op1() 180 free(output); in test_op1() 245 /* Free buffers */ in ZTEST() 246 free(tmp1); in ZTEST() 247 free(output); in ZTEST() [all …]
|
D | unary_f16.c | 118 /* Free buffers */ in test_op2() 119 free(tmp1); in test_op2() 120 free(tmp2); in test_op2() 121 free(output); in test_op2() 200 /* Free buffers */ in test_op1() 201 free(tmp1); in test_op1() 202 free(output); in test_op1() 270 /* Free buffers */ in ZTEST() 271 free(tmp1); in ZTEST() 272 free(output); in ZTEST() [all …]
|