Home
last modified time | relevance | path

Searched defs:a (Results 1 – 10 of 10) sorted by relevance

/tools/
A Dtermios_linux.h48 static inline int tcsetattr(int fd, int a, const struct termios *t) in tcsetattr()
101 static inline int tcflow(int fd, int a) in tcflow()
A Dimagetool.h31 #define ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a) - 1) argument
265 #define ___cat(a, b) a ## b argument
266 #define __cat(a, b) ___cat(a, b) argument
A Defivar.py365 def group(a, *ns): argument
370 def join(a, *cs): argument
A Dmips-relocs.c189 static int compare_relocs(const void *a, const void *b) in compare_relocs()
A Deficapsule.h31 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
A Dfdtgrep.c27 #define debug(a, b...) fprintf(stderr, a, ## b) argument
29 #define debug(a, b...) argument
A Dimx8mimage.c34 #define ALIGN_IMX(x, a) __ALIGN_MASK_IMX((x), (__typeof__(x))(a) - 1, a) argument
A Dasn1_compiler.c721 const struct type *const *a = _a, *const *b = _b; in type_index_compare() local
A Dproftool.c40 #define ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a) - 1) argument
/tools/gdb/
A Dremote.c64 #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
338 fromhex (int a) in fromhex()

Completed in 25 milliseconds