Home
last modified time | relevance | path

Searched refs:BUF_SIZE (Results 1 – 25 of 3410) sorted by relevance

12345678910>>...137

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/fbo/
H A Dfbo-depthstencil.c128 glBlitFramebufferEXT(0, 0, BUF_SIZE, BUF_SIZE, 0, 0, BUF_SIZE, BUF_SIZE, in test_clear()
150 GLuint buf[BUF_SIZE*BUF_SIZE]; in read_24_8()
166 GLuint buf[BUF_SIZE*BUF_SIZE*2]; in read_32f_8()
184 GLfloat depth[BUF_SIZE*BUF_SIZE]; in compare()
186 GLushort stencil[BUF_SIZE*BUF_SIZE]; in compare()
279 GLuint buf[BUF_SIZE*BUF_SIZE]; in draw_24_8()
295 GLuint buf[BUF_SIZE*BUF_SIZE*2]; in draw_32f_8()
312 GLfloat depth[BUF_SIZE*BUF_SIZE]; in test_drawpixels()
313 GLushort stencil[BUF_SIZE*BUF_SIZE]; in test_drawpixels()
364 glBlitFramebufferEXT(BUF_SIZE/2+1, BUF_SIZE/2+1, BUF_SIZE, BUF_SIZE, in test_copy()
[all …]
H A Dfbo-depth.c112 glBlitFramebufferEXT(0, 0, BUF_SIZE, BUF_SIZE, 0, 0, BUF_SIZE, BUF_SIZE, in test_clear()
124 GLfloat depth[BUF_SIZE*BUF_SIZE]; in compare()
128 glReadPixels(0, 0, BUF_SIZE, BUF_SIZE, GL_DEPTH_COMPONENT, in compare()
141 if (x == BUF_SIZE / 2 || y == BUF_SIZE / 2) in compare()
190 GLfloat depth[BUF_SIZE*BUF_SIZE]; in test_drawpixels()
195 depth[y*BUF_SIZE+x] = x < BUF_SIZE/2 ? 0.25 : 0.375; in test_drawpixels()
197 depth[y*BUF_SIZE+x] = x < BUF_SIZE/2 ? 0.625 : 0.75; in test_drawpixels()
228 glBlitFramebufferEXT(BUF_SIZE/2+1, BUF_SIZE/2+1, BUF_SIZE, BUF_SIZE, in test_copy()
229 0, 0, BUF_SIZE/2, BUF_SIZE/2, in test_copy()
232 glCopyPixels(BUF_SIZE/2+1, BUF_SIZE/2+1, BUF_SIZE/2, BUF_SIZE/2, GL_DEPTH); in test_copy()
[all …]
H A Dfbo-stencil.c33 #define BUF_SIZE 123 macro
111 glBlitFramebufferEXT(0, 0, BUF_SIZE, BUF_SIZE, 0, 0, BUF_SIZE, BUF_SIZE, in test_clear()
123 GLushort stencil[BUF_SIZE*BUF_SIZE]; in compare_stencil()
128 glReadPixels(0, 0, BUF_SIZE, BUF_SIZE, GL_STENCIL_INDEX, in compare_stencil()
141 if (x == BUF_SIZE / 2 || y == BUF_SIZE / 2) in compare_stencil()
196 GLushort drawbuf[BUF_SIZE*BUF_SIZE]; in test_drawpixels()
201 drawbuf[y*BUF_SIZE+x] = (x < BUF_SIZE/2 ? ~0x3333 : ~0x6666) & mask; in test_drawpixels()
238 glBlitFramebufferEXT(BUF_SIZE/2+1, BUF_SIZE/2+1, BUF_SIZE, BUF_SIZE, in test_copy()
239 0, 0, BUF_SIZE/2, BUF_SIZE/2, in test_copy()
242 glCopyPixels(BUF_SIZE/2+1, BUF_SIZE/2+1, BUF_SIZE/2, BUF_SIZE/2, GL_STENCIL); in test_copy()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/tests/checkasm/
H A Djpeg2000dsp.c28 #define BUF_SIZE 512 macro
49 int32_t *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_rct_int()
50 int32_t *ref1 = &ref[BUF_SIZE*1], *new1 = &new[BUF_SIZE*1]; in check_rct_int()
51 int32_t *ref2 = &ref[BUF_SIZE*2], *new2 = &new[BUF_SIZE*2]; in check_rct_int()
58 call_ref(ref0, ref1, ref2, BUF_SIZE); in check_rct_int()
59 call_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
73 float *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_ict_float()
74 float *ref1 = &ref[BUF_SIZE*1], *new1 = &new[BUF_SIZE*1]; in check_ict_float()
75 float *ref2 = &ref[BUF_SIZE*2], *new2 = &new[BUF_SIZE*2]; in check_ict_float()
82 call_ref(ref0, ref1, ref2, BUF_SIZE); in check_ict_float()
[all …]
H A Dfixed_dsp.c28 #define BUF_SIZE 256 macro
42 LOCAL_ALIGNED_32(int, ref, [BUF_SIZE]); in check_vector_fmul()
43 LOCAL_ALIGNED_32(int, new, [BUF_SIZE]); in check_vector_fmul()
47 call_ref(ref, src0, src1, BUF_SIZE); in check_vector_fmul()
48 call_new(new, src0, src1, BUF_SIZE); in check_vector_fmul()
51 bench_new(new, src0, src1, BUF_SIZE); in check_vector_fmul()
110 call_ref(ref0, ref1, BUF_SIZE); in check_butterflies()
111 call_new(new0, new1, BUF_SIZE); in check_butterflies()
117 bench_new(new0, new1, BUF_SIZE); in check_butterflies()
126 ref = call_ref(src0, src1, BUF_SIZE); in check_scalarproduct_fixed()
[all …]
H A Dflacdsp.c29 #define BUF_SIZE 256 macro
35 for (i = 0; i < BUF_SIZE; i += 4) { \
51 if (memcmp(*ref_dst, *new_dst, bits == 16 ? BUF_SIZE * (channels/2) : BUF_SIZE * channels) || in check_decorrelate()
52 memcmp(*ref_src, *new_src, BUF_SIZE * channels)) in check_decorrelate()
59 LOCAL_ALIGNED_16(uint8_t, ref_dst, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
60 LOCAL_ALIGNED_16(uint8_t, ref_buf, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
61 LOCAL_ALIGNED_16(uint8_t, new_dst, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
63 …uint8_t *ref_src[] = { &ref_buf[BUF_SIZE*0], &ref_buf[BUF_SIZE*1], &ref_buf[BUF_SIZE*2], &ref_buf[ in checkasm_check_flacdsp()
64 … &ref_buf[BUF_SIZE*4], &ref_buf[BUF_SIZE*5], &ref_buf[BUF_SIZE*6], &ref_buf[BUF_SIZE*7] }; in checkasm_check_flacdsp()
65 …uint8_t *new_src[] = { &new_buf[BUF_SIZE*0], &new_buf[BUF_SIZE*1], &new_buf[BUF_SIZE*2], &new_buf[ in checkasm_check_flacdsp()
[all …]
H A Daacpsdsp.c27 #define BUF_SIZE (N * STRIDE) macro
58 randomize((INTFLOAT *)src, BUF_SIZE * 2); in test_add_squares()
59 randomize(dst0, BUF_SIZE); in test_add_squares()
61 call_ref(dst0, src, BUF_SIZE); in test_add_squares()
62 call_new(dst1, src, BUF_SIZE); in test_add_squares()
65 bench_new(dst1, src, BUF_SIZE); in test_add_squares()
79 randomize(src1, BUF_SIZE); in test_mul_pair_single()
80 call_ref(dst0, src0, src1, BUF_SIZE); in test_mul_pair_single()
81 call_new(dst1, src0, src1, BUF_SIZE); in test_mul_pair_single()
84 bench_new(dst1, src0, src1, BUF_SIZE); in test_mul_pair_single()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/checkasm/
H A Djpeg2000dsp.c27 #define BUF_SIZE 512 macro
48 int32_t *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_rct_int()
49 int32_t *ref1 = &ref[BUF_SIZE*1], *new1 = &new[BUF_SIZE*1]; in check_rct_int()
50 int32_t *ref2 = &ref[BUF_SIZE*2], *new2 = &new[BUF_SIZE*2]; in check_rct_int()
57 call_ref(ref0, ref1, ref2, BUF_SIZE); in check_rct_int()
58 call_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
72 float *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_ict_float()
73 float *ref1 = &ref[BUF_SIZE*1], *new1 = &new[BUF_SIZE*1]; in check_ict_float()
74 float *ref2 = &ref[BUF_SIZE*2], *new2 = &new[BUF_SIZE*2]; in check_ict_float()
81 call_ref(ref0, ref1, ref2, BUF_SIZE); in check_ict_float()
[all …]
H A Dfixed_dsp.c27 #define BUF_SIZE 256 macro
41 LOCAL_ALIGNED_32(int, ref, [BUF_SIZE]); in check_vector_fmul()
42 LOCAL_ALIGNED_32(int, new, [BUF_SIZE]); in check_vector_fmul()
46 call_ref(ref, src0, src1, BUF_SIZE); in check_vector_fmul()
47 call_new(new, src0, src1, BUF_SIZE); in check_vector_fmul()
50 bench_new(new, src0, src1, BUF_SIZE); in check_vector_fmul()
109 call_ref(ref0, ref1, BUF_SIZE); in check_butterflies()
110 call_new(new0, new1, BUF_SIZE); in check_butterflies()
116 bench_new(new0, new1, BUF_SIZE); in check_butterflies()
125 ref = call_ref(src0, src1, BUF_SIZE); in check_scalarproduct_fixed()
[all …]
H A Dflacdsp.c28 #define BUF_SIZE 256 macro
34 for (i = 0; i < BUF_SIZE; i += 4) { \
50 if (memcmp(*ref_dst, *new_dst, bits == 16 ? BUF_SIZE * (channels/2) : BUF_SIZE * channels) || in check_decorrelate()
51 memcmp(*ref_src, *new_src, BUF_SIZE * channels)) in check_decorrelate()
58 LOCAL_ALIGNED_16(uint8_t, ref_dst, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
59 LOCAL_ALIGNED_16(uint8_t, ref_buf, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
60 LOCAL_ALIGNED_16(uint8_t, new_dst, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
62 …uint8_t *ref_src[] = { &ref_buf[BUF_SIZE*0], &ref_buf[BUF_SIZE*1], &ref_buf[BUF_SIZE*2], &ref_buf[ in checkasm_check_flacdsp()
63 … &ref_buf[BUF_SIZE*4], &ref_buf[BUF_SIZE*5], &ref_buf[BUF_SIZE*6], &ref_buf[BUF_SIZE*7] }; in checkasm_check_flacdsp()
64 …uint8_t *new_src[] = { &new_buf[BUF_SIZE*0], &new_buf[BUF_SIZE*1], &new_buf[BUF_SIZE*2], &new_buf[ in checkasm_check_flacdsp()
[all …]
H A Daacpsdsp.c26 #define BUF_SIZE (N * STRIDE) macro
57 randomize((INTFLOAT *)src, BUF_SIZE * 2); in test_add_squares()
58 randomize(dst0, BUF_SIZE); in test_add_squares()
60 call_ref(dst0, src, BUF_SIZE); in test_add_squares()
61 call_new(dst1, src, BUF_SIZE); in test_add_squares()
64 bench_new(dst1, src, BUF_SIZE); in test_add_squares()
78 randomize(src1, BUF_SIZE); in test_mul_pair_single()
79 call_ref(dst0, src0, src1, BUF_SIZE); in test_mul_pair_single()
80 call_new(dst1, src0, src1, BUF_SIZE); in test_mul_pair_single()
83 bench_new(dst1, src0, src1, BUF_SIZE); in test_mul_pair_single()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/checkasm/
H A Djpeg2000dsp.c27 #define BUF_SIZE 512 macro
48 int32_t *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_rct_int()
49 int32_t *ref1 = &ref[BUF_SIZE*1], *new1 = &new[BUF_SIZE*1]; in check_rct_int()
50 int32_t *ref2 = &ref[BUF_SIZE*2], *new2 = &new[BUF_SIZE*2]; in check_rct_int()
57 call_ref(ref0, ref1, ref2, BUF_SIZE); in check_rct_int()
58 call_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
72 float *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_ict_float()
73 float *ref1 = &ref[BUF_SIZE*1], *new1 = &new[BUF_SIZE*1]; in check_ict_float()
74 float *ref2 = &ref[BUF_SIZE*2], *new2 = &new[BUF_SIZE*2]; in check_ict_float()
81 call_ref(ref0, ref1, ref2, BUF_SIZE); in check_ict_float()
[all …]
H A Dfixed_dsp.c27 #define BUF_SIZE 256 macro
41 LOCAL_ALIGNED_32(int, ref, [BUF_SIZE]); in check_vector_fmul()
42 LOCAL_ALIGNED_32(int, new, [BUF_SIZE]); in check_vector_fmul()
46 call_ref(ref, src0, src1, BUF_SIZE); in check_vector_fmul()
47 call_new(new, src0, src1, BUF_SIZE); in check_vector_fmul()
50 bench_new(new, src0, src1, BUF_SIZE); in check_vector_fmul()
109 call_ref(ref0, ref1, BUF_SIZE); in check_butterflies()
110 call_new(new0, new1, BUF_SIZE); in check_butterflies()
116 bench_new(new0, new1, BUF_SIZE); in check_butterflies()
125 ref = call_ref(src0, src1, BUF_SIZE); in check_scalarproduct_fixed()
[all …]
H A Daacpsdsp.c25 #define BUF_SIZE (N * STRIDE) macro
46 randomize((INTFLOAT *)src, BUF_SIZE * 2); in test_add_squares()
47 randomize(dst0, BUF_SIZE); in test_add_squares()
49 call_ref(dst0, src, BUF_SIZE); in test_add_squares()
50 call_new(dst1, src, BUF_SIZE); in test_add_squares()
53 bench_new(dst1, src, BUF_SIZE); in test_add_squares()
67 randomize(src1, BUF_SIZE); in test_mul_pair_single()
68 call_ref(dst0, src0, src1, BUF_SIZE); in test_mul_pair_single()
69 call_new(dst1, src0, src1, BUF_SIZE); in test_mul_pair_single()
72 bench_new(dst1, src0, src1, BUF_SIZE); in test_mul_pair_single()
[all …]
H A Dflacdsp.c28 #define BUF_SIZE 256 macro
34 for (i = 0; i < BUF_SIZE; i += 4) { \
50 if (memcmp(*ref_dst, *new_dst, bits == 16 ? BUF_SIZE * (channels/2) : BUF_SIZE * channels) || in check_decorrelate()
51 memcmp(*ref_src, *new_src, BUF_SIZE * channels)) in check_decorrelate()
58 LOCAL_ALIGNED_16(uint8_t, ref_dst, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
59 LOCAL_ALIGNED_16(uint8_t, ref_buf, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
60 LOCAL_ALIGNED_16(uint8_t, new_dst, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
62 …uint8_t *ref_src[] = { &ref_buf[BUF_SIZE*0], &ref_buf[BUF_SIZE*1], &ref_buf[BUF_SIZE*2], &ref_buf[ in checkasm_check_flacdsp()
63 … &ref_buf[BUF_SIZE*4], &ref_buf[BUF_SIZE*5], &ref_buf[BUF_SIZE*6], &ref_buf[BUF_SIZE*7] }; in checkasm_check_flacdsp()
64 …uint8_t *new_src[] = { &new_buf[BUF_SIZE*0], &new_buf[BUF_SIZE*1], &new_buf[BUF_SIZE*2], &new_buf[ in checkasm_check_flacdsp()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/checkasm/
H A Djpeg2000dsp.c28 #define BUF_SIZE 512 macro
49 int32_t *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_rct_int()
50 int32_t *ref1 = &ref[BUF_SIZE*1], *new1 = &new[BUF_SIZE*1]; in check_rct_int()
51 int32_t *ref2 = &ref[BUF_SIZE*2], *new2 = &new[BUF_SIZE*2]; in check_rct_int()
58 call_ref(ref0, ref1, ref2, BUF_SIZE); in check_rct_int()
59 call_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
73 float *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_ict_float()
74 float *ref1 = &ref[BUF_SIZE*1], *new1 = &new[BUF_SIZE*1]; in check_ict_float()
75 float *ref2 = &ref[BUF_SIZE*2], *new2 = &new[BUF_SIZE*2]; in check_ict_float()
82 call_ref(ref0, ref1, ref2, BUF_SIZE); in check_ict_float()
[all …]
H A Dfixed_dsp.c28 #define BUF_SIZE 256 macro
42 LOCAL_ALIGNED_32(int, ref, [BUF_SIZE]); in check_vector_fmul()
43 LOCAL_ALIGNED_32(int, new, [BUF_SIZE]); in check_vector_fmul()
47 call_ref(ref, src0, src1, BUF_SIZE); in check_vector_fmul()
48 call_new(new, src0, src1, BUF_SIZE); in check_vector_fmul()
51 bench_new(new, src0, src1, BUF_SIZE); in check_vector_fmul()
110 call_ref(ref0, ref1, BUF_SIZE); in check_butterflies()
111 call_new(new0, new1, BUF_SIZE); in check_butterflies()
117 bench_new(new0, new1, BUF_SIZE); in check_butterflies()
126 ref = call_ref(src0, src1, BUF_SIZE); in check_scalarproduct_fixed()
[all …]
H A Dflacdsp.c29 #define BUF_SIZE 256 macro
35 for (i = 0; i < BUF_SIZE; i += 4) { \
51 if (memcmp(*ref_dst, *new_dst, bits == 16 ? BUF_SIZE * (channels/2) : BUF_SIZE * channels) || in check_decorrelate()
52 memcmp(*ref_src, *new_src, BUF_SIZE * channels)) in check_decorrelate()
59 LOCAL_ALIGNED_16(uint8_t, ref_dst, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
60 LOCAL_ALIGNED_16(uint8_t, ref_buf, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
61 LOCAL_ALIGNED_16(uint8_t, new_dst, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
63 …uint8_t *ref_src[] = { &ref_buf[BUF_SIZE*0], &ref_buf[BUF_SIZE*1], &ref_buf[BUF_SIZE*2], &ref_buf[ in checkasm_check_flacdsp()
64 … &ref_buf[BUF_SIZE*4], &ref_buf[BUF_SIZE*5], &ref_buf[BUF_SIZE*6], &ref_buf[BUF_SIZE*7] }; in checkasm_check_flacdsp()
65 …uint8_t *new_src[] = { &new_buf[BUF_SIZE*0], &new_buf[BUF_SIZE*1], &new_buf[BUF_SIZE*2], &new_buf[ in checkasm_check_flacdsp()
[all …]
H A Daacpsdsp.c27 #define BUF_SIZE (N * STRIDE) macro
58 randomize((INTFLOAT *)src, BUF_SIZE * 2); in test_add_squares()
59 randomize(dst0, BUF_SIZE); in test_add_squares()
61 call_ref(dst0, src, BUF_SIZE); in test_add_squares()
62 call_new(dst1, src, BUF_SIZE); in test_add_squares()
65 bench_new(dst1, src, BUF_SIZE); in test_add_squares()
79 randomize(src1, BUF_SIZE); in test_mul_pair_single()
80 call_ref(dst0, src0, src1, BUF_SIZE); in test_mul_pair_single()
81 call_new(dst1, src0, src1, BUF_SIZE); in test_mul_pair_single()
84 bench_new(dst1, src0, src1, BUF_SIZE); in test_mul_pair_single()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_framebuffer_object/
H A Ddepth-stencil-blit.c101 pass = piglit_probe_rect_depth(0, BUF_SIZE/2, BUF_SIZE/2, BUF_SIZE/2, 0.0) && pass; in compare_depth()
102 pass = piglit_probe_rect_depth(BUF_SIZE/2, 0, BUF_SIZE/2, BUF_SIZE, 0.0) && pass; in compare_depth()
138 glBlitFramebuffer(BUF_SIZE/2+1, BUF_SIZE/2+1, BUF_SIZE, BUF_SIZE, in test_stencil_blit()
139 0, 0, BUF_SIZE/2, BUF_SIZE/2, in test_stencil_blit()
142 glBlitFramebuffer(BUF_SIZE/2+1, BUF_SIZE/2+1, BUF_SIZE, BUF_SIZE, in test_stencil_blit()
143 0, 0, BUF_SIZE/2, BUF_SIZE/2, in test_stencil_blit()
191 glBlitFramebuffer(BUF_SIZE/2+1, BUF_SIZE/2+1, BUF_SIZE, BUF_SIZE, in test_depth_blit()
192 0, 0, BUF_SIZE/2, BUF_SIZE/2, in test_depth_blit()
196 glBlitFramebuffer(BUF_SIZE/2+1, BUF_SIZE/2+1, BUF_SIZE, BUF_SIZE, in test_depth_blit()
197 0, 0, BUF_SIZE/2, BUF_SIZE/2, in test_depth_blit()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/test/
H A Dbootm.c20 BUF_SIZE = 1024, enumerator
28 char buf[BUF_SIZE]; in bootm_test_nop()
31 ut_assertok(bootm_process_cmdline(buf, BUF_SIZE, true)); in bootm_test_nop()
45 char buf[BUF_SIZE]; in bootm_test_nospace()
52 memset(buf, 'a', BUF_SIZE); in bootm_test_nospace()
56 memset(buf, '\0', BUF_SIZE); in bootm_test_nospace()
57 memset(buf, 'a', BUF_SIZE / 2); in bootm_test_nospace()
61 memset(buf, '\0', BUF_SIZE); in bootm_test_nospace()
62 memset(buf, 'a', BUF_SIZE / 2 - 1); in bootm_test_nospace()
72 char buf[BUF_SIZE]; in bootm_test_silent()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/test/
H A Dbootm.c20 BUF_SIZE = 1024, enumerator
28 char buf[BUF_SIZE]; in bootm_test_nop()
31 ut_assertok(bootm_process_cmdline(buf, BUF_SIZE, true)); in bootm_test_nop()
45 char buf[BUF_SIZE]; in bootm_test_nospace()
52 memset(buf, 'a', BUF_SIZE); in bootm_test_nospace()
56 memset(buf, '\0', BUF_SIZE); in bootm_test_nospace()
57 memset(buf, 'a', BUF_SIZE / 2); in bootm_test_nospace()
61 memset(buf, '\0', BUF_SIZE); in bootm_test_nospace()
62 memset(buf, 'a', BUF_SIZE / 2 - 1); in bootm_test_nospace()
72 char buf[BUF_SIZE]; in bootm_test_silent()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/test/
H A Dbootm.c20 BUF_SIZE = 1024, enumerator
28 char buf[BUF_SIZE]; in bootm_test_nop()
31 ut_assertok(bootm_process_cmdline(buf, BUF_SIZE, true)); in bootm_test_nop()
45 char buf[BUF_SIZE]; in bootm_test_nospace()
52 memset(buf, 'a', BUF_SIZE); in bootm_test_nospace()
56 memset(buf, '\0', BUF_SIZE); in bootm_test_nospace()
57 memset(buf, 'a', BUF_SIZE / 2); in bootm_test_nospace()
61 memset(buf, '\0', BUF_SIZE); in bootm_test_nospace()
62 memset(buf, 'a', BUF_SIZE / 2 - 1); in bootm_test_nospace()
72 char buf[BUF_SIZE]; in bootm_test_silent()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/test/
H A Dbootm.c20 BUF_SIZE = 1024, enumerator
28 char buf[BUF_SIZE]; in bootm_test_nop()
31 ut_assertok(bootm_process_cmdline(buf, BUF_SIZE, true)); in bootm_test_nop()
45 char buf[BUF_SIZE]; in bootm_test_nospace()
52 memset(buf, 'a', BUF_SIZE); in bootm_test_nospace()
56 memset(buf, '\0', BUF_SIZE); in bootm_test_nospace()
57 memset(buf, 'a', BUF_SIZE / 2); in bootm_test_nospace()
61 memset(buf, '\0', BUF_SIZE); in bootm_test_nospace()
62 memset(buf, 'a', BUF_SIZE / 2 - 1); in bootm_test_nospace()
72 char buf[BUF_SIZE]; in bootm_test_silent()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/test/
H A Dbootm.c20 BUF_SIZE = 1024, enumerator
28 char buf[BUF_SIZE]; in bootm_test_nop()
31 ut_assertok(bootm_process_cmdline(buf, BUF_SIZE, true)); in bootm_test_nop()
45 char buf[BUF_SIZE]; in bootm_test_nospace()
52 memset(buf, 'a', BUF_SIZE); in bootm_test_nospace()
56 memset(buf, '\0', BUF_SIZE); in bootm_test_nospace()
57 memset(buf, 'a', BUF_SIZE / 2); in bootm_test_nospace()
61 memset(buf, '\0', BUF_SIZE); in bootm_test_nospace()
62 memset(buf, 'a', BUF_SIZE / 2 - 1); in bootm_test_nospace()
72 char buf[BUF_SIZE]; in bootm_test_silent()
[all …]

12345678910>>...137