Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 41) sorted by relevance

12

/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
95 b = hash[1]; in md4_transform()
99 ROUND1(a, b, c, d, in[0], 3); in md4_transform()
100 ROUND1(d, a, b, c, in[1], 7); in md4_transform()
103 ROUND1(a, b, c, d, in[4], 3); in md4_transform()
104 ROUND1(d, a, b, c, in[5], 7); in md4_transform()
107 ROUND1(a, b, c, d, in[8], 3); in md4_transform()
[all …]
A Dfile2alias.c163 uuid.b[3], uuid.b[2], uuid.b[1], uuid.b[0], in add_uuid()
164 uuid.b[5], uuid.b[4], uuid.b[7], uuid.b[6], in add_uuid()
165 uuid.b[8], uuid.b[9], uuid.b[10], uuid.b[11], in add_uuid()
166 uuid.b[12], uuid.b[13], uuid.b[14], uuid.b[15]); in add_uuid()
174 guid.b[3], guid.b[2], guid.b[1], guid.b[0], in add_guid()
175 guid.b[5], guid.b[4], guid.b[7], guid.b[6], in add_guid()
176 guid.b[8], guid.b[9], guid.b[10], guid.b[11], in add_guid()
177 guid.b[12], guid.b[13], guid.b[14], guid.b[15]); in add_guid()
1237 uuid->b[0], uuid->b[1], uuid->b[2], uuid->b[3], uuid->b[4], in do_tee_entry()
1238 uuid->b[5], uuid->b[6], uuid->b[7], uuid->b[8], uuid->b[9], in do_tee_entry()
[all …]
A Dmodpost.c1830 buf_printf(b, "\n"); in add_header()
1832 buf_printf(b, "\n"); in add_header()
1900 buf_printf(b, "\n"); in add_extended_versions()
1930 buf_printf(b, ";\n"); in add_extended_versions()
1943 buf_printf(b, "\n"); in add_versions()
1983 buf_printf(b, "\n"); in add_depends()
2004 buf_printf(b, "\n"); in add_srcversion()
2022 if (fwrite(b->p, 1, b->pos, file) != b->pos) { in write_buf()
2049 if (fread(tmp, 1, b->pos, file) != b->pos) in write_if_changed()
2052 if (memcmp(tmp, b->p, b->pos) != 0) in write_if_changed()
[all …]
/scripts/coccinelle/misc/
A Dswap.cocci19 expression a, b;
33 * a = b;@p
34 * b = tmp;
44 * a = b;@p
45 * b = tmp;
62 - a = b;
63 - b = tmp
64 + swap(a, b)
74 - a = b;
75 - b = tmp
[all …]
/scripts/
A Dsign-file.c168 BIO *b; in read_private_key() local
175 BIO_free(b); in read_private_key()
185 BIO *b; in read_x509() local
189 ERR(!b, "%s", x509_name); in read_x509()
192 n = BIO_read(b, buf, 2); in read_x509()
194 if (BIO_should_retry(b)) { in read_x509()
214 BIO_free(b); in read_x509()
341 BIO *b; in main() local
354 BIO_free(b); in main()
386 BIO *b; in main() local
[all …]
A Ddiffconfig98 b = readconfig(open(configb_filename))
107 if config not in b:
117 if a[config] != b[config]:
120 del b[config]
123 print_config("->", config, a[config], b[config])
124 del b[config]
128 new = sorted(b.keys())
130 print_config("+", config, None, b[config])
A Dparse-maintainers.pl62 my ($a, $b) = @_;
65 $b = uc $b;
69 $b =~ s/THE REST/ZZZZZZ/g;
71 return $a cmp $b;
75 my ($a, $b) = @_;
79 my $b1 = uc(substr($b, 0, 1));
89 return $a cmp $b;
A Dgen-crc-consts.py20 def clmul(a, b): argument
21 return xor(a << i for i in range(b.bit_length()) if (b & (1 << i)) != 0)
24 def div(a, b): argument
26 while a.bit_length() >= b.bit_length():
27 q ^= 1 << (a.bit_length() - b.bit_length())
28 a ^= b << (a.bit_length() - b.bit_length())
32 def reduce(a, b): argument
33 return a ^ clmul(div(a, b), b)
A Dgfp-translate85 while read b; do
88 [${b}_BIT] = "$b",
A Dcheckstack.pl194 my ($a, $b) = @_;
197 my $num_b = $1 if $b =~ /:\t*(\d+)$/;
199 my $func_b = $1 if $b =~ / (.*):/;
208 print sort { sort_lines($a, $b) } @stack;
A Dget_feat.pl245 ($data{$a}->{subsys} cmp $data{$b}->{subsys}) ||
246 ("\L$a" cmp "\L$b")
277 ($data{$a}->{subsys} cmp $data{$b}->{subsys}) ||
278 ("\L$a" cmp "\L$b")
404 ($data{$a}->{subsys} cmp $data{$b}->{subsys}) or
405 ("\L$a" cmp "\L$b")
435 ($arch_table{$b} cmp $arch_table{$a}) or
436 ("\L$a" cmp "\L$b")
A Dsorttable.c424 Elf32_Addr bv = r(b); in compare_extable_32()
434 Elf64_Addr bv = r8(b); in compare_extable_64()
443 return e.compare_extable(a, b); in compare_extable()
475 const int *b = g_orc_ip_table + *(int *)_b; in orc_sort_cmp() local
477 unsigned long b_val = orc_ip(b); in orc_sort_cmp()
558 uint64_t bv = *(uint64_t *)b; in compare_values_64()
568 uint32_t bv = *(uint32_t *)b; in compare_values_32()
638 const struct func_info *b = B; in cmp_funcs() local
640 if (a->addr < b->addr) in cmp_funcs()
642 return a->addr > b->addr; in cmp_funcs()
[all …]
A Dunifdef.c750 static Linetype op_lt(int *p, Linetype at, int a, Linetype bt, int b) { in op_lt() argument
751 return op_strict(p, a < b, at, bt); in op_lt()
753 static Linetype op_gt(int *p, Linetype at, int a, Linetype bt, int b) { in op_gt() argument
754 return op_strict(p, a > b, at, bt); in op_gt()
756 static Linetype op_le(int *p, Linetype at, int a, Linetype bt, int b) { in op_le() argument
757 return op_strict(p, a <= b, at, bt); in op_le()
760 return op_strict(p, a >= b, at, bt); in op_ge()
763 return op_strict(p, a == b, at, bt); in op_eq()
766 return op_strict(p, a != b, at, bt); in op_ne()
771 return op_strict(p, a || b, at, bt); in op_or()
[all …]
A Dgenerate_initcall_order.pl44 foreach my $counter (sort { $a <=> $b } keys(%{$initcalls})) {
231 foreach my $index (sort { $a <=> $b } keys(%{$results})) {
/scripts/gendwarfksyms/examples/
A Dkabi_ex.h90 KABI_USE2(1, int b, int c);
104 KABI_USE2(1, int b, int c);
171 unsigned long b; member
188 unsigned long b; member
207 unsigned long b; member
276 KABI_IGNORE(0, unsigned long b);
A Dkabi.h32 #define ___PASTE(a, b) a##b argument
33 #define __PASTE(a, b) ___PASTE(a, b) argument
/scripts/kconfig/
A Dnconf.h25 #define max(a, b) ({\ argument
27 typeof(b) _b = b;\
30 #define min(a, b) ({\ argument
32 typeof(b) _b = b;\
/scripts/coccinelle/api/alloc/
A Dpool_zalloc-simple.cocci35 expression a,b,c;
39 - x = dma_pool_alloc(a,b,c);
40 + x = dma_pool_zalloc(a,b,c);
46 expression a,b,c;
50 - x = pci_pool_alloc(a,b,c);
51 + x = pci_pool_zalloc(a,b,c);
61 expression a,b,c;
66 x = @p\(dma_pool_alloc\|pci_pool_alloc\)(a,b,c);
/scripts/atomic/
A Datomics.tbl6 # * B/b - bool: returns bool
33 sub_and_test b i v
34 dec_and_test b v
35 inc_and_test b v
38 inc_not_zero b v
39 inc_unless_negative b v
40 dec_unless_positive b v
/scripts/genksyms/
A Dgenksyms.c400 while (a && b) { in equal_list()
401 if (a->tag != b->tag || strcmp(a->string, b->string)) in equal_list()
404 b = b->next; in equal_list()
407 return !a && !b; in equal_list()
507 struct string_list **e, **b; in print_list() local
521 e = b + elem; in print_list()
528 while (b != e) { in print_list()
529 print_node(f, *b++); in print_list()
549 e = b + elem; in expand_and_crc_sym()
556 while (b != e) { in expand_and_crc_sym()
[all …]
A Dparse.y38 struct string_list *b = *pb, *e = *pe; in remove_list() local
40 free_list(b, e); in remove_list()
49 struct string_list *b = *body, *i = *ident, *r; in record_compound() local
59 add_symbol(i->string, type, b, is_extern); in record_compound()
/scripts/crypto/
A Dgen-hash-testvecs.py73 line = prefix + ''.join(f'0x{b:02x}, ' for b in value[i:i+bytes_per_line])
123 key = b'\xff' * POLY1305_KEY_SIZE
124 data = b''
128 ctx.update(b'\xff' * j)
/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
688 if (a->address < b->address) in cmp_reserve_info()
690 else if (a->address > b->address) in cmp_reserve_info()
692 else if (a->size < b->size) in cmp_reserve_info()
694 else if (a->size > b->size) in cmp_reserve_info()
732 const struct property *a, *b; in cmp_prop() local
735 b = *((const struct property * const *)bx); in cmp_prop()
737 return strcmp(a->name, b->name); in cmp_prop()
768 const struct node *a, *b; in cmp_subnode() local
771 b = *((const struct node * const *)bx); in cmp_subnode()
[all …]
/scripts/gdb/linux/
A Dutils.py230 if orig not in b"01":
233 if connection.send_packet("Qqemu.PhyMemMode:1") != b"OK":
238 if connection.send_packet("Qqemu.PhyMemMode:" + orig) != b"OK":

Completed in 40 milliseconds

12