Home
last modified time | relevance | path

Searched refs:buf (Results 1 – 25 of 42) sorted by relevance

12

/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s8/
Dtest_arm_fully_connected_s8.c69 ctx.buf = malloc(buf_size); in fully_connected_arm_fully_connected_s8()
73 int32_t *buf = ctx.buf; in fully_connected_arm_fully_connected_s8() local
74 …TEST_ASSERT_EQUAL(expected, arm_vector_sum_s8(buf, filter_dims.n, output_dims.c, kernel_data, 1, N… in fully_connected_arm_fully_connected_s8()
89 if (ctx.buf) in fully_connected_arm_fully_connected_s8()
92 memset(ctx.buf, 0, buf_size); in fully_connected_arm_fully_connected_s8()
93 free(ctx.buf); in fully_connected_arm_fully_connected_s8()
137 ctx.buf = malloc(buf_size); in fully_connected_w_zp_arm_fully_connected_s8()
141 int32_t *buf = ctx.buf; in fully_connected_w_zp_arm_fully_connected_s8() local
142 …TEST_ASSERT_EQUAL(expected, arm_vector_sum_s8(buf, filter_dims.n, output_dims.c, kernel_data, 1, N… in fully_connected_w_zp_arm_fully_connected_s8()
157 if (ctx.buf) in fully_connected_w_zp_arm_fully_connected_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s4_opt/
Dtest_arm_depthwise_conv_s4_opt.c77 ctx.buf = malloc(ctx.size); in depthwise_int4_1_arm_depthwise_conv_s4_opt()
91 if (ctx.buf) in depthwise_int4_1_arm_depthwise_conv_s4_opt()
94 memset(ctx.buf, 0, ctx.size); in depthwise_int4_1_arm_depthwise_conv_s4_opt()
95 free(ctx.buf); in depthwise_int4_1_arm_depthwise_conv_s4_opt()
100 ctx.buf = malloc(ctx.size); in depthwise_int4_1_arm_depthwise_conv_s4_opt()
112 if (ctx.buf) in depthwise_int4_1_arm_depthwise_conv_s4_opt()
115 memset(ctx.buf, 0, ctx.size); in depthwise_int4_1_arm_depthwise_conv_s4_opt()
116 free(ctx.buf); in depthwise_int4_1_arm_depthwise_conv_s4_opt()
123 ctx.buf = malloc(ctx.size); in depthwise_int4_1_arm_depthwise_conv_s4_opt()
136 if (ctx.buf) in depthwise_int4_1_arm_depthwise_conv_s4_opt()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s4/
Dtest_arm_depthwise_conv_s4.c78 ctx.buf = malloc(ctx.size); in depthwise_int4_generic_arm_depthwise_conv_s4()
92 if (ctx.buf) in depthwise_int4_generic_arm_depthwise_conv_s4()
95 memset(ctx.buf, 0, ctx.size); in depthwise_int4_generic_arm_depthwise_conv_s4()
96 free(ctx.buf); in depthwise_int4_generic_arm_depthwise_conv_s4()
102 ctx.buf = malloc(ctx.size); in depthwise_int4_generic_arm_depthwise_conv_s4()
114 if (ctx.buf) in depthwise_int4_generic_arm_depthwise_conv_s4()
117 memset(ctx.buf, 0, ctx.size); in depthwise_int4_generic_arm_depthwise_conv_s4()
118 free(ctx.buf); in depthwise_int4_generic_arm_depthwise_conv_s4()
171 ctx.buf = malloc(ctx.size); in depthwise_int4_generic_2_arm_depthwise_conv_s4()
185 if (ctx.buf) in depthwise_int4_generic_2_arm_depthwise_conv_s4()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_transpose_conv_s8/
Dtest_arm_transpose_conv_s8.c61 output_ctx.buf = malloc(output_ctx.size); in transpose_conv_1_arm_transpose_conv_s8()
81 ctx.buf = malloc(buf_size); in transpose_conv_1_arm_transpose_conv_s8()
97 if (output_ctx.buf) in transpose_conv_1_arm_transpose_conv_s8()
100 memset(output_ctx.buf, 0, output_ctx.size); in transpose_conv_1_arm_transpose_conv_s8()
101 free(output_ctx.buf); in transpose_conv_1_arm_transpose_conv_s8()
104 if (ctx.buf) in transpose_conv_1_arm_transpose_conv_s8()
107 memset(ctx.buf, 0, buf_size); in transpose_conv_1_arm_transpose_conv_s8()
108 free(ctx.buf); in transpose_conv_1_arm_transpose_conv_s8()
147 output_ctx.buf = malloc(output_ctx.size); in transpose_conv_2_arm_transpose_conv_s8()
167 ctx.buf = malloc(buf_size); in transpose_conv_2_arm_transpose_conv_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_s16/
Dtest_arm_convolve_s16.c84 ctx.buf = malloc(buf_size); in int16xint8_arm_convolve_s16()
97 if (ctx.buf) in int16xint8_arm_convolve_s16()
100 memset(ctx.buf, 0, buf_size); in int16xint8_arm_convolve_s16()
101 free(ctx.buf); in int16xint8_arm_convolve_s16()
108 ctx.buf = malloc(buf_size); in int16xint8_arm_convolve_s16()
121 if (ctx.buf) in int16xint8_arm_convolve_s16()
123 memset(ctx.buf, 0, buf_size); in int16xint8_arm_convolve_s16()
124 free(ctx.buf); in int16xint8_arm_convolve_s16()
174 ctx.buf = malloc(buf_size); in requantize_s64_arm_convolve_s16()
187 if (ctx.buf) in requantize_s64_arm_convolve_s16()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_s8/
Dtest_arm_svdf_s8.c74 ctx.buf = malloc(buf_size); in svdf_int8_arm_svdf_s8()
78 int32_t *kernel_sum_buf = ctx.buf; in svdf_int8_arm_svdf_s8()
86 input_ctx.buf = malloc(scratch_size); in svdf_int8_arm_svdf_s8()
87 output_ctx.buf = malloc(scratch_size_out); in svdf_int8_arm_svdf_s8()
124 if (ctx.buf) in svdf_int8_arm_svdf_s8()
127 memset(ctx.buf, 0, buf_size); in svdf_int8_arm_svdf_s8()
128 free(ctx.buf); in svdf_int8_arm_svdf_s8()
139 free(input_ctx.buf); in svdf_int8_arm_svdf_s8()
140 free(output_ctx.buf); in svdf_int8_arm_svdf_s8()
189 ctx.buf = malloc(buf_size); in svdf_int8_2_arm_svdf_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_s8/
Dtest_arm_convolve_s8.c84 ctx.buf = malloc(buf_size); in basic_arm_convolve_s8()
99 if (ctx.buf) in basic_arm_convolve_s8()
102 memset(ctx.buf, 0, buf_size); in basic_arm_convolve_s8()
103 free(ctx.buf); in basic_arm_convolve_s8()
110 ctx.buf = malloc(buf_size); in basic_arm_convolve_s8()
125 if (ctx.buf) in basic_arm_convolve_s8()
127 memset(ctx.buf, 0, buf_size); in basic_arm_convolve_s8()
128 free(ctx.buf); in basic_arm_convolve_s8()
179 ctx.buf = malloc(buf_size); in stride2pad1_arm_convolve_s8()
194 if (ctx.buf) in stride2pad1_arm_convolve_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_s4/
Dtest_arm_convolve_s4.c89 ctx.buf = malloc(buf_size); in basic_arm_convolve_s4()
104 if (ctx.buf) in basic_arm_convolve_s4()
107 memset(ctx.buf, 0, buf_size); in basic_arm_convolve_s4()
108 free(ctx.buf); in basic_arm_convolve_s4()
115 ctx.buf = malloc(buf_size); in basic_arm_convolve_s4()
130 if (ctx.buf) in basic_arm_convolve_s4()
132 memset(ctx.buf, 0, buf_size); in basic_arm_convolve_s4()
133 free(ctx.buf); in basic_arm_convolve_s4()
183 ctx.buf = malloc(buf_size); in basic_2_arm_convolve_s4()
198 if (ctx.buf) in basic_2_arm_convolve_s4()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_1_x_n_s8/
Dtest_arm_convolve_1_x_n_s8.c80 ctx.buf = malloc(buf_size); in conv_1_x_n_1_arm_convolve_s8()
95 if (ctx.buf) in conv_1_x_n_1_arm_convolve_s8()
97 memset(ctx.buf, 0, buf_size); in conv_1_x_n_1_arm_convolve_s8()
98 free(ctx.buf); in conv_1_x_n_1_arm_convolve_s8()
105 ctx.buf = malloc(buf_size); in conv_1_x_n_1_arm_convolve_s8()
118 if (ctx.buf) in conv_1_x_n_1_arm_convolve_s8()
120 memset(ctx.buf, 0, buf_size); in conv_1_x_n_1_arm_convolve_s8()
121 free(ctx.buf); in conv_1_x_n_1_arm_convolve_s8()
172 ctx.buf = malloc(buf_size); in conv_1_x_n_2_arm_convolve_s8()
187 if (ctx.buf) in conv_1_x_n_2_arm_convolve_s8()
[all …]
/cmsis-nn-latest/Source/ActivationFunctions/
Darm_relu_q15.c60 int32_t buf; in arm_relu_q15() local
68 buf = ROR(in & 0x80008000, 15); in arm_relu_q15()
71 mask = QSUB16(0x00000000, buf); in arm_relu_q15()
Darm_relu_q7.c60 int32_t buf; in arm_relu_q7() local
68 buf = (int32_t)ROR((uint32_t)in & 0x80808080, 7); in arm_relu_q7()
71 mask = QSUB8(0x00000000, buf); in arm_relu_q7()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_avgpool_s8/
Dtest_arm_avgpool_s8.c62 ctx.buf = malloc(ctx.size); in avgpooling_arm_avgpool_s8()
67 if (ctx.buf) in avgpooling_arm_avgpool_s8()
70 memset(ctx.buf, 0, ctx.size); in avgpooling_arm_avgpool_s8()
71 free(ctx.buf); in avgpooling_arm_avgpool_s8()
109 ctx.buf = malloc(ctx.size); in avgpooling_1_arm_avgpool_s8()
114 if (ctx.buf) in avgpooling_1_arm_avgpool_s8()
116 memset(ctx.buf, 0, ctx.size); in avgpooling_1_arm_avgpool_s8()
117 free(ctx.buf); in avgpooling_1_arm_avgpool_s8()
155 ctx.buf = malloc(ctx.size); in avgpooling_2_arm_avgpool_s8()
160 if (ctx.buf) in avgpooling_2_arm_avgpool_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_fast_s16/
Dtest_arm_depthwise_conv_fast_s16.c80 ctx.buf = malloc(buf_size); in dw_int16xint8_fast_arm_depthwise_conv_fast_s16()
94 if (ctx.buf) in dw_int16xint8_fast_arm_depthwise_conv_fast_s16()
97 memset(ctx.buf, 0, buf_size); in dw_int16xint8_fast_arm_depthwise_conv_fast_s16()
98 free(ctx.buf); in dw_int16xint8_fast_arm_depthwise_conv_fast_s16()
108 ctx.buf = malloc(buf_size); in dw_int16xint8_fast_arm_depthwise_conv_fast_s16()
122 if (ctx.buf) in dw_int16xint8_fast_arm_depthwise_conv_fast_s16()
124 memset(ctx.buf, 0, buf_size); in dw_int16xint8_fast_arm_depthwise_conv_fast_s16()
125 free(ctx.buf); in dw_int16xint8_fast_arm_depthwise_conv_fast_s16()
177 ctx.buf = malloc(buf_size); in dw_int16xint8_fast_spill_arm_depthwise_conv_fast_s16()
191 if (ctx.buf) in dw_int16xint8_fast_spill_arm_depthwise_conv_fast_s16()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_avgpool_s16/
Dtest_arm_avgpool_s16.c60 ctx.buf = malloc(ctx.size); in avgpooling_int16_arm_avgpool_s16()
65 if (ctx.buf) in avgpooling_int16_arm_avgpool_s16()
68 memset(ctx.buf, 0, ctx.size); in avgpooling_int16_arm_avgpool_s16()
69 free(ctx.buf); in avgpooling_int16_arm_avgpool_s16()
107 ctx.buf = malloc(ctx.size); in avgpooling_int16_1_arm_avgpool_s16()
112 if (ctx.buf) in avgpooling_int16_1_arm_avgpool_s16()
114 memset(ctx.buf, 0, ctx.size); in avgpooling_int16_1_arm_avgpool_s16()
115 free(ctx.buf); in avgpooling_int16_1_arm_avgpool_s16()
153 ctx.buf = malloc(ctx.size); in avgpooling_int16_2_arm_avgpool_s16()
158 if (ctx.buf) in avgpooling_int16_2_arm_avgpool_s16()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_3x3_s8/
Dtest_arm_depthwise_conv_3x3_s8.c73 ctx.buf = NULL; in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8()
88 if (ctx.buf) in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8()
91 memset(ctx.buf, 0, ctx.size); in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8()
92 free(ctx.buf); in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8()
107 ctx.buf = malloc(buf_size); in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8()
122 if (ctx.buf) in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8()
124 memset(ctx.buf, 0, buf_size); in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8()
125 free(ctx.buf); in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8()
175 ctx.buf = NULL; in depthwise_kernel_3x3_arm_depthwise_conv_3x3_1_s8()
190 if (ctx.buf) in depthwise_kernel_3x3_arm_depthwise_conv_3x3_1_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s8_opt/
Dtest_arm_depthwise_conv_s8_opt.c83 ctx.buf = malloc(ctx.size); in basic_arm_depthwise_conv_s8_opt()
97 if (ctx.buf) in basic_arm_depthwise_conv_s8_opt()
100 memset(ctx.buf, 0, ctx.size); in basic_arm_depthwise_conv_s8_opt()
101 free(ctx.buf); in basic_arm_depthwise_conv_s8_opt()
111 ctx.buf = malloc(wrapper_buf_size); in basic_arm_depthwise_conv_s8_opt()
125 if (ctx.buf) in basic_arm_depthwise_conv_s8_opt()
127 memset(ctx.buf, 0, wrapper_buf_size); in basic_arm_depthwise_conv_s8_opt()
128 free(ctx.buf); in basic_arm_depthwise_conv_s8_opt()
185 ctx.buf = malloc(ctx.size); in depthwise_eq_in_out_ch_arm_depthwise_conv_s8_opt()
199 if (ctx.buf) in depthwise_eq_in_out_ch_arm_depthwise_conv_s8_opt()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s4/
Dtest_arm_fully_connected_s4.c70 ctx.buf = malloc(buf_size); in fully_connected_int4_arm_fully_connected_s4()
85 if (ctx.buf) in fully_connected_int4_arm_fully_connected_s4()
88 memset(ctx.buf, 0, buf_size); in fully_connected_int4_arm_fully_connected_s4()
89 free(ctx.buf); in fully_connected_int4_arm_fully_connected_s4()
133 ctx.buf = malloc(buf_size); in fully_connected_int4_arm_fully_connected_s4_2()
148 if (ctx.buf) in fully_connected_int4_arm_fully_connected_s4_2()
151 memset(ctx.buf, 0, buf_size); in fully_connected_int4_arm_fully_connected_s4_2()
152 free(ctx.buf); in fully_connected_int4_arm_fully_connected_s4_2()
196 ctx.buf = malloc(buf_size); in fully_connected_int4_arm_fully_connected_s4_3()
211 if (ctx.buf) in fully_connected_int4_arm_fully_connected_s4_3()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s8/
Dtest_arm_depthwise_conv_s8.c73 ctx.buf = NULL; in depthwise_2_arm_depthwise_conv_s8()
88 if (ctx.buf) in depthwise_2_arm_depthwise_conv_s8()
90 memset(ctx.buf, 0, ctx.size); in depthwise_2_arm_depthwise_conv_s8()
91 free(ctx.buf); in depthwise_2_arm_depthwise_conv_s8()
101 ctx.buf = malloc(buf_size); in depthwise_2_arm_depthwise_conv_s8()
116 if (ctx.buf) in depthwise_2_arm_depthwise_conv_s8()
118 memset(ctx.buf, 0, buf_size); in depthwise_2_arm_depthwise_conv_s8()
119 free(ctx.buf); in depthwise_2_arm_depthwise_conv_s8()
169 ctx.buf = NULL; in depthwise_mult_batches_arm_depthwise_conv_s8()
184 if (ctx.buf) in depthwise_mult_batches_arm_depthwise_conv_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s16/
Dtest_arm_fully_connected_s16.c68 ctx.buf = malloc(buf_size); in fully_connected_int16_arm_fully_connected_s16()
83 if (ctx.buf) in fully_connected_int16_arm_fully_connected_s16()
86 memset(ctx.buf, 0, buf_size); in fully_connected_int16_arm_fully_connected_s16()
87 free(ctx.buf); in fully_connected_int16_arm_fully_connected_s16()
133 ctx.buf = malloc(buf_size); in fully_connected_int16_big_arm_fully_connected_s16()
148 if (ctx.buf) in fully_connected_int16_big_arm_fully_connected_s16()
150 memset(ctx.buf, 0, buf_size); in fully_connected_int16_big_arm_fully_connected_s16()
151 free(ctx.buf); in fully_connected_int16_big_arm_fully_connected_s16()
197 ctx.buf = malloc(buf_size); in fc_int16_slow_arm_fully_connected_s16()
212 if (ctx.buf) in fc_int16_slow_arm_fully_connected_s16()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s16/
Dtest_arm_depthwise_conv_s16.c72 ctx.buf = NULL; in dw_int16xint8_arm_depthwise_conv_s16()
86 if (ctx.buf) in dw_int16xint8_arm_depthwise_conv_s16()
89 memset(ctx.buf, 0, ctx.size); in dw_int16xint8_arm_depthwise_conv_s16()
90 free(ctx.buf); in dw_int16xint8_arm_depthwise_conv_s16()
101 ctx.buf = malloc(buf_size); in dw_int16xint8_arm_depthwise_conv_s16()
115 if (ctx.buf) in dw_int16xint8_arm_depthwise_conv_s16()
117 memset(ctx.buf, 0, buf_size); in dw_int16xint8_arm_depthwise_conv_s16()
118 free(ctx.buf); in dw_int16xint8_arm_depthwise_conv_s16()
169 ctx.buf = NULL; in dw_int16xint8_dilation_arm_depthwise_conv_s16()
184 if (ctx.buf) in dw_int16xint8_dilation_arm_depthwise_conv_s16()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_grouped_convolve_s8/
Dtest_arm_grouped_convolve_s8.c75 ctx.buf = malloc(buf_size); in grouped_conv_arm_grouped_convolve_1_s8()
90 if (ctx.buf) in grouped_conv_arm_grouped_convolve_1_s8()
93 memset(ctx.buf, 0, buf_size); in grouped_conv_arm_grouped_convolve_1_s8()
94 free(ctx.buf); in grouped_conv_arm_grouped_convolve_1_s8()
146 ctx.buf = malloc(buf_size); in grouped_conv_arm_grouped_convolve_2_s8()
161 if (ctx.buf) in grouped_conv_arm_grouped_convolve_2_s8()
164 memset(ctx.buf, 0, buf_size); in grouped_conv_arm_grouped_convolve_2_s8()
165 free(ctx.buf); in grouped_conv_arm_grouped_convolve_2_s8()
217 ctx.buf = malloc(buf_size); in grouped_conv_arm_grouped_convolve_3_s8()
232 if (ctx.buf) in grouped_conv_arm_grouped_convolve_3_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_state_s16_s8/
Dtest_arm_svdf_state_s16_s8.c88 input_ctx.buf = malloc(scratch_size); in svdf_arm_svdf_state_s16_s8()
89 output_ctx.buf = malloc(scratch_size_out); in svdf_arm_svdf_state_s16_s8()
126 free(input_ctx.buf); in svdf_arm_svdf_state_s16_s8()
127 free(output_ctx.buf); in svdf_arm_svdf_state_s16_s8()
174 input_ctx.buf = malloc(scratch_size); in svdf_1_arm_svdf_state_s16_s8()
175 output_ctx.buf = malloc(scratch_size_out); in svdf_1_arm_svdf_state_s16_s8()
211 free(input_ctx.buf); in svdf_1_arm_svdf_state_s16_s8()
212 free(output_ctx.buf); in svdf_1_arm_svdf_state_s16_s8()
259 input_ctx.buf = malloc(scratch_size); in svdf_2_arm_svdf_state_s16_s8()
260 output_ctx.buf = malloc(scratch_size_out); in svdf_2_arm_svdf_state_s16_s8()
[all …]
/cmsis-nn-latest/Source/FullyConnectedFunctions/
Darm_fully_connected_s8.c67 if (ctx->buf == NULL) in arm_fully_connected_s8()
73 const int32_t *kernel_sum = (const int32_t *)ctx->buf; in arm_fully_connected_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_1x1_s4_fast/
Dtest_arm_convolve_1x1_s4_fast.c81 ctx.buf = malloc(buf_size); in kernel1x1_arm_convolve_1x1_s4_fast()
96 if (ctx.buf) in kernel1x1_arm_convolve_1x1_s4_fast()
99 memset(ctx.buf, 0, buf_size); in kernel1x1_arm_convolve_1x1_s4_fast()
100 free(ctx.buf); in kernel1x1_arm_convolve_1x1_s4_fast()
155 ctx.buf = malloc(buf_size); in kernel1x1_2_arm_convolve_1x1_s4_fast()
170 if (ctx.buf) in kernel1x1_2_arm_convolve_1x1_s4_fast()
173 memset(ctx.buf, 0, buf_size); in kernel1x1_2_arm_convolve_1x1_s4_fast()
174 free(ctx.buf); in kernel1x1_2_arm_convolve_1x1_s4_fast()
228 ctx.buf = malloc(buf_size); in kernel1x1_3_arm_convolve_1x1_s4_fast()
243 if (ctx.buf) in kernel1x1_3_arm_convolve_1x1_s4_fast()
[all …]
/cmsis-nn-latest/Tests/UnitTest/Corstone-300/
Dretarget.c135 __attribute__((weak)) int _sys_write(FILEHANDLE fh, const uint8_t *buf, uint32_t len, int mode) in _sys_write() argument
137 (void)buf; in _sys_write()
154 __attribute__((weak)) int _sys_read(FILEHANDLE fh, uint8_t *buf, uint32_t len, int mode) in _sys_read() argument
156 (void)buf; in _sys_read()

12