Home
last modified time | relevance | path

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

/scripts/gendwarfksyms/examples/
Dkabi_ex.h42 int a; member
74 int a; member
88 int a; member
102 int a; member
120 unsigned int a; member
134 unsigned int a; member
152 unsigned int a; member
170 int a; member
186 int a; member
205 int a; member
[all …]
Dkabi.h32 #define ___PASTE(a, b) a##b argument
33 #define __PASTE(a, b) ___PASTE(a, b) argument
/scripts/kconfig/
Dnconf.h25 #define max(a, b) ({\ argument
30 #define min(a, b) ({\ argument
/scripts/clang-tools/
Drun-clang-tools.py44 def init(l, a): argument
/scripts/mod/
Dsumversion.c69 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
70 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument
71 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
92 uint32_t a, b, c, d; in md4_transform() local
Dmodpost.c106 static int symbol_cmp(const void *a, const void *b) in symbol_cmp()
/scripts/
Dunifdef.c750 static Linetype op_lt(int *p, Linetype at, int a, Linetype bt, int b) { in op_lt()
753 static Linetype op_gt(int *p, Linetype at, int a, Linetype bt, int b) { in op_gt()
756 static Linetype op_le(int *p, Linetype at, int a, Linetype bt, int b) { in op_le()
759 static Linetype op_ge(int *p, Linetype at, int a, Linetype bt, int b) { in op_ge()
762 static Linetype op_eq(int *p, Linetype at, int a, Linetype bt, int b) { in op_eq()
765 static Linetype op_ne(int *p, Linetype at, int a, Linetype bt, int b) { in op_ne()
768 static Linetype op_or(int *p, Linetype at, int a, Linetype bt, int b) { in op_or()
773 static Linetype op_and(int *p, Linetype at, int a, Linetype bt, int b) { in op_and()
Dsorttable.h114 const int *a = g_orc_ip_table + *(int *)_a; in orc_sort_cmp() local
193 static int compare_extable(const void *a, const void *b) in compare_extable()
Dkallsyms.c327 static int compare_names(const void *a, const void *b) in compare_names()
689 static int compare_symbols(const void *a, const void *b) in compare_symbols()
Dsorttable.c203 static int compare_relative_table(const void *a, const void *b) in compare_relative_table()
Dasn1_compiler.c721 const struct type *const *a = _a, *const *b = _b; in type_index_compare() local
/scripts/dtc/libfdt/
Dlibfdt_internal.h10 #define FDT_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument
/scripts/dtc/
Ddtc.h91 #define streq(a, b) (strcmp((a), (b)) == 0) argument
93 #define strprefixeq(a, n, b) (strlen(b) == (n) && (memcmp(a, b, n) == 0)) argument
105 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument
Dlivetree.c683 const struct reserve_info *a, *b; in cmp_reserve_info() local
732 const struct property *a, *b; in cmp_prop() local
768 const struct node *a, *b; in cmp_subnode() local
Dflattree.c63 static void bin_emit_align(void *e, int a) in bin_emit_align()
143 static void asm_emit_align(void *e, int a) in asm_emit_align()
/scripts/gdb/linux/
Dslab.py81 def reciprocal_divide(a, R): argument
/scripts/include/
Dlist.h10 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) argument
/scripts/genksyms/
Dgenksyms.c399 static int equal_list(struct string_list *a, struct string_list *b) in equal_list()
/scripts/gcc-plugins/
Drandomize_layout_plugin.c123 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx; member