Searched defs:b (Results 1 – 11 of 11) sorted by relevance
/tools/ |
A D | bmp_logo.c | 54 static void gen_info(bitmap_t *b, uint16_t n_colors) in gen_info() 81 bitmap_t *b = &bmp; in main() local
|
A D | ifwitool.c | 413 static inline void *buffer_get(const struct buffer *b) in buffer_get() 418 static inline size_t buffer_size(const struct buffer *b) in buffer_size() 423 static inline size_t buffer_offset(const struct buffer *b) in buffer_offset() 896 struct bpdt *b = buffer_get(&ifwi_image.bpdt); in find_entry_by_type() local 1008 struct buffer *b, const char *name) in alloc_bpdt_buffer() 1322 static void pad_buffer(struct buffer *b, size_t size) in pad_buffer() 1491 struct buffer b; in ifwi_write() local 1575 struct bpdt *b = buffer_get(&ifwi_image.bpdt); in ifwi_repack() local 1600 struct buffer *b, size_t offset) in init_subpart_dir_entry() 1963 struct bpdt *b = buffer_get(&ifwi_image.bpdt); in ifwi_print() local [all …]
|
A D | eficapsule.h | 28 uint8_t b[16]; member 31 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
|
A D | imagetool.h | 265 #define ___cat(a, b) a ## b argument 266 #define __cat(a, b) ___cat(a, b) argument
|
A D | proftool.c | 264 #define error(fmt, b...) outf(0, fmt, ##b) argument 265 #define warn(fmt, b...) outf(1, fmt, ##b) argument 266 #define notice(fmt, b...) outf(2, fmt, ##b) argument 267 #define info(fmt, b...) outf(3, fmt, ##b) argument 268 #define debug(fmt, b...) outf(4, fmt, ##b) argument
|
A D | mips-relocs.c | 189 static int compare_relocs(const void *a, const void *b) in compare_relocs()
|
A D | fdtgrep.c | 27 #define debug(a, b...) fprintf(stderr, a, ## b) argument 29 #define debug(a, b...) argument
|
A D | zynqmpbif.c | 728 struct bif_entry *b = &entries[i]; in bif_fsbl_config() local
|
A D | mxsboot.c | 331 static inline uint8_t mx28_nand_parity_13_8(const uint8_t b) in mx28_nand_parity_13_8()
|
A D | asn1_compiler.c | 721 const struct type *const *a = _a, *const *b = _b; in type_index_compare() local
|
/tools/gdb/ |
A D | remote.c | 64 #define fputstr_unfiltered(a,b,c) fputs((a), (c)) argument 71 #define max(a,b) (((a)>(b))?(a):(b)) argument 72 #define min(a,b) (((a)<(b))?(a):(b)) argument
|
Completed in 25 milliseconds