Searched defs:size (Results 1 – 8 of 8) sorted by relevance
/optee_benchmark/libyaml/src/ |
A D | api.c | 31 yaml_malloc(size_t size) in yaml_malloc() 41 yaml_realloc(void *ptr, size_t size) in yaml_realloc() 243 yaml_string_read_handler(void *data, unsigned char *buffer, size_t size, in yaml_string_read_handler() 269 yaml_file_read_handler(void *data, unsigned char *buffer, size_t size, in yaml_file_read_handler() 284 const unsigned char *input, size_t size) in yaml_parser_set_input_string() 414 yaml_string_write_handler(void *data, unsigned char *buffer, size_t size) in yaml_string_write_handler() 440 yaml_file_write_handler(void *data, unsigned char *buffer, size_t size) in yaml_file_write_handler() 452 unsigned char *output, size_t size, size_t *size_written) in yaml_emitter_set_output_string()
|
A D | reader.c | 169 size_t size = parser->buffer.last - parser->buffer.pointer; in yaml_parser_update_buffer() local
|
A D | yaml_private.h | 91 #define BUFFER_INIT(context,buffer,size) \ argument 131 #define STRING_INIT(context,string,size) \ argument 422 #define STACK_INIT(context,stack,size) \ argument 437 #define STACK_LIMIT(context,stack,size) \ argument 455 #define QUEUE_INIT(context,queue,size) \ argument
|
/optee_benchmark/libyaml/tests/ |
A D | run-emitter.c | 188 int print_output(char *name, unsigned char *buffer, size_t size, int count) in print_output()
|
A D | run-dumper.c | 163 int print_output(char *name, unsigned char *buffer, size_t size, int count) in print_output()
|
/optee_benchmark/ |
A D | benchmark_aux.c | 106 void *mmap_paddr(intptr_t paddr, uint64_t size) in mmap_paddr()
|
A D | main.c | 73 size_t size; in alloc_bench_buf() local
|
/optee_benchmark/libyaml/include/ |
A D | yaml.h | 1561 size_t size; member
|
Completed in 16 milliseconds