Home
last modified time | relevance | path

Searched defs:b (Results 1 – 20 of 20) sorted by relevance

/scripts/kconfig/
A Dnconf.h25 #define max(a, b) ({\ argument
30 #define min(a, b) ({\ argument
A Dqconf.cc963 void ConfigInfoView::setShowDebug(bool b) in setShowDebug()
/scripts/genksyms/
A Dparse.y38 struct string_list *b = *pb, *e = *pe; in remove_list() local
49 struct string_list *b = *body, *i = *ident, *r; in record_compound() local
A Dgenksyms.c398 static int equal_list(struct string_list *a, struct string_list *b) in equal_list()
507 struct string_list **e, **b; in print_list() local
537 struct string_list **e, **b; in expand_and_crc_sym() local
/scripts/
A Dgen-crc-consts.py20 def clmul(a, b): argument
24 def div(a, b): argument
32 def reduce(a, b): argument
A Dsign-file.c168 BIO *b; in read_private_key() local
185 BIO *b; in read_x509() local
341 BIO *b; in main() local
386 BIO *b; in main() local
A 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()
A Dsorttable.c421 static int compare_extable_32(const void *a, const void *b) in compare_extable_32()
431 static int compare_extable_64(const void *a, const void *b) in compare_extable_64()
441 static int compare_extable(const void *a, const void *b) in compare_extable()
475 const int *b = g_orc_ip_table + *(int *)_b; in orc_sort_cmp() local
555 static int compare_values_64(const void *a, const void *b) in compare_values_64()
565 static int compare_values_32(const void *a, const void *b) in compare_values_32()
638 const struct func_info *b = B; in cmp_funcs() local
1156 static int compare_relative_table(const void *a, const void *b) in compare_relative_table()
A Dkallsyms.c314 static int compare_names(const void *a, const void *b) in compare_names()
665 static int compare_symbols(const void *a, const void *b) in compare_symbols()
A Dasn1_compiler.c721 const struct type *const *a = _a, *const *b = _b; in type_index_compare() local
/scripts/gendwarfksyms/examples/
A Dkabi_ex.h171 unsigned long b; member
188 unsigned long b; member
207 unsigned long b; member
A Dkabi.h32 #define ___PASTE(a, b) a##b argument
33 #define __PASTE(a, b) ___PASTE(a, b) argument
/scripts/mod/
A 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
A Dmodpost.c1825 static void add_header(struct buffer *b, struct module *mod) in add_header()
1893 static void add_extended_versions(struct buffer *b, struct module *mod) in add_extended_versions()
1936 static void add_versions(struct buffer *b, struct module *mod) in add_versions()
1972 static void add_depends(struct buffer *b, struct module *mod) in add_depends()
2001 static void add_srcversion(struct buffer *b, struct module *mod) in add_srcversion()
2010 static void write_buf(struct buffer *b, const char *fname) in write_buf()
2032 static void write_if_changed(struct buffer *b, const char *fname) in write_if_changed()
A Dfile2alias.c106 __u8 b[16]; member
110 __u8 b[16]; member
117 __u8 b[16]; member
/scripts/dtc/
A 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
A 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
/scripts/include/
A Dlist.h10 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) argument
/scripts/kconfig/lxdialog/
A Dutil.c38 #define DLG_COLOR(dialog, f, b, h) \ argument
/scripts/gcc-plugins/
A Drandomize_layout_plugin.c123 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx; member

Completed in 753 milliseconds