Home
last modified time | relevance | path

Searched defs:bufsize (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/lib/libfdt/
H A Dfdt_empty_tree.c13 int fdt_create_empty_tree(void *buf, int bufsize) in fdt_create_empty_tree()
H A Dfdt_sw.c105 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags) in fdt_create_with_flags()
139 int fdt_create(void *buf, int bufsize) in fdt_create()
144 int fdt_resize(void *fdt, void *buf, int bufsize) in fdt_resize()
H A Dfdt.c282 int fdt_move(const void *fdt, void *buf, int bufsize) in fdt_move()
H A Dfdt_rw.c400 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into()
H A Dfdt_ro.c847 int fdt_check_full(const void *fdt, size_t bufsize) in fdt_check_full()
/optee_os/lib/libutils/isoc/
H A Dbget.h31 typedef long bufsize; typedef
/optee_os/core/lib/libtomcrypt/src/misc/ssh/
H A Dssh_decode_sequence_multi.c30 unsigned long *bufsize; in ssh_decode_sequence_multi() local
/optee_os/lib/libutee/arch/arm/gprof/
H A Dgprof.c131 size_t bufsize; in __utee_gprof_init() local
/optee_os/core/pta/
H A Dattestation.c105 static size_t bufsize(size_t e_sz, size_t d_sz, size_t n_sz) in bufsize() function