Home
last modified time | relevance | path

Searched refs:BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/optee_benchmark/libyaml/tests/
A Drun-dumper.c12 #define BUFFER_SIZE 65536 macro
166 char data[BUFFER_SIZE]; in print_output()
175 data_size = fread(data, 1, BUFFER_SIZE, file); in print_output()
230 unsigned char buffer[BUFFER_SIZE+1]; in main()
238 memset(buffer, 0, BUFFER_SIZE+1); in main()
256 yaml_emitter_set_output_string(&emitter, buffer, BUFFER_SIZE, &written); in main()
A Drun-emitter.c12 #define BUFFER_SIZE 65536 macro
191 char data[BUFFER_SIZE]; in print_output()
200 data_size = fread(data, 1, BUFFER_SIZE, file); in print_output()
254 unsigned char buffer[BUFFER_SIZE+1]; in main()
262 memset(buffer, 0, BUFFER_SIZE+1); in main()
280 yaml_emitter_set_output_string(&emitter, buffer, BUFFER_SIZE, &written); in main()

Completed in 4 milliseconds