Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 12 of 12) sorted by relevance

/DragonStub/apps/lib/
H A Dvsprintf.c111 static noinline_for_stack char *put_dec_trunc8(char *buf, unsigned r) in put_dec_trunc8()
152 static noinline_for_stack char *put_dec_full8(char *buf, unsigned r) in put_dec_full8()
177 static noinline_for_stack char *put_dec(char *buf, unsigned long long n) in put_dec()
190 static void put_dec_full4(char *buf, unsigned r) in put_dec_full4()
209 static noinline_for_stack unsigned put_dec_helper4(char *buf, unsigned x) in put_dec_helper4()
222 static char *put_dec(char *buf, unsigned long long n) in put_dec()
281 number(char *buf, char *end, unsigned long long num, struct printf_spec spec) in number()
402 special_hex_number(char *buf, char *end, unsigned long long num, int size) in special_hex_number()
415 static void move_right(char *buf, char *end, unsigned len, unsigned spaces) in move_right()
441 static noinline_for_stack char *widen_string(char *buf, int n, char *end, in widen_string()
[all …]
/DragonStub/inc/dragonstub/linux/
H A Dhex.h11 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack()
22 static inline char *hex_byte_pack_upper(char *buf, u8 byte) in hex_byte_pack_upper()
H A Dswab.h329 static inline void swab16_array(u16 *buf, unsigned int words) in swab16_array()
337 static inline void swab32_array(u32 *buf, unsigned int words) in swab32_array()
345 static inline void swab64_array(u64 *buf, unsigned int words) in swab64_array()
H A Dbyteorder.h163 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array()
171 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array()
/DragonStub/apps/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.c109 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags) in fdt_create_with_flags()
143 int fdt_create(void *buf, int bufsize) in fdt_create()
148 int fdt_resize(void *fdt, void *buf, int bufsize) in fdt_resize()
H A Dfdt.c328 int fdt_move(const void *fdt, void *buf, int bufsize) in fdt_move()
H A Dfdt_overlay.c690 char *buf; in overlay_symbol_update() local
H A Dfdt_rw.c419 int fdt_open_into(const void *fdt, void *buf, int bufsize) in fdt_open_into()
H A Dfdt_ro.c542 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
/DragonStub/apps/
H A Dhelper.c261 char *str, *buf; in efi_parse_options() local
H A Delf.c19 static bool verify_ident(const void *buf, u64 bufsize) in verify_ident()