Searched refs:b1 (Results 1 - 200 of 232) sorted by relevance

12

/linux-4.1.27/drivers/staging/skein/
H A Dthreefish_block.c6 u64 b0 = input[0], b1 = input[1], threefish_encrypt_256() local
14 b1 += k1 + t0; threefish_encrypt_256()
15 b0 += b1 + k0; threefish_encrypt_256()
16 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
25 b2 += b1; threefish_encrypt_256()
26 b1 = ((b1 << 57) | (b1 >> (64 - 57))) ^ b2; threefish_encrypt_256()
28 b0 += b1; threefish_encrypt_256()
29 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
37 b2 += b1; threefish_encrypt_256()
38 b1 = ((b1 << 37) | (b1 >> (64 - 37))) ^ b2; threefish_encrypt_256()
40 b1 += k2 + t1; threefish_encrypt_256()
41 b0 += b1 + k1; threefish_encrypt_256()
42 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
51 b2 += b1; threefish_encrypt_256()
52 b1 = ((b1 << 12) | (b1 >> (64 - 12))) ^ b2; threefish_encrypt_256()
54 b0 += b1; threefish_encrypt_256()
55 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
63 b2 += b1; threefish_encrypt_256()
64 b1 = ((b1 << 32) | (b1 >> (64 - 32))) ^ b2; threefish_encrypt_256()
67 b1 += k3 + t2; threefish_encrypt_256()
68 b0 += b1 + k2; threefish_encrypt_256()
69 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
78 b2 += b1; threefish_encrypt_256()
79 b1 = ((b1 << 57) | (b1 >> (64 - 57))) ^ b2; threefish_encrypt_256()
81 b0 += b1; threefish_encrypt_256()
82 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
90 b2 += b1; threefish_encrypt_256()
91 b1 = ((b1 << 37) | (b1 >> (64 - 37))) ^ b2; threefish_encrypt_256()
93 b1 += k4 + t0; threefish_encrypt_256()
94 b0 += b1 + k3; threefish_encrypt_256()
95 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
104 b2 += b1; threefish_encrypt_256()
105 b1 = ((b1 << 12) | (b1 >> (64 - 12))) ^ b2; threefish_encrypt_256()
107 b0 += b1; threefish_encrypt_256()
108 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
116 b2 += b1; threefish_encrypt_256()
117 b1 = ((b1 << 32) | (b1 >> (64 - 32))) ^ b2; threefish_encrypt_256()
120 b1 += k0 + t1; threefish_encrypt_256()
121 b0 += b1 + k4; threefish_encrypt_256()
122 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
131 b2 += b1; threefish_encrypt_256()
132 b1 = ((b1 << 57) | (b1 >> (64 - 57))) ^ b2; threefish_encrypt_256()
134 b0 += b1; threefish_encrypt_256()
135 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
143 b2 += b1; threefish_encrypt_256()
144 b1 = ((b1 << 37) | (b1 >> (64 - 37))) ^ b2; threefish_encrypt_256()
146 b1 += k1 + t2; threefish_encrypt_256()
147 b0 += b1 + k0; threefish_encrypt_256()
148 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
157 b2 += b1; threefish_encrypt_256()
158 b1 = ((b1 << 12) | (b1 >> (64 - 12))) ^ b2; threefish_encrypt_256()
160 b0 += b1; threefish_encrypt_256()
161 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
169 b2 += b1; threefish_encrypt_256()
170 b1 = ((b1 << 32) | (b1 >> (64 - 32))) ^ b2; threefish_encrypt_256()
173 b1 += k2 + t0; threefish_encrypt_256()
174 b0 += b1 + k1; threefish_encrypt_256()
175 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
184 b2 += b1; threefish_encrypt_256()
185 b1 = ((b1 << 57) | (b1 >> (64 - 57))) ^ b2; threefish_encrypt_256()
187 b0 += b1; threefish_encrypt_256()
188 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
196 b2 += b1; threefish_encrypt_256()
197 b1 = ((b1 << 37) | (b1 >> (64 - 37))) ^ b2; threefish_encrypt_256()
199 b1 += k3 + t1; threefish_encrypt_256()
200 b0 += b1 + k2; threefish_encrypt_256()
201 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
210 b2 += b1; threefish_encrypt_256()
211 b1 = ((b1 << 12) | (b1 >> (64 - 12))) ^ b2; threefish_encrypt_256()
213 b0 += b1; threefish_encrypt_256()
214 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
222 b2 += b1; threefish_encrypt_256()
223 b1 = ((b1 << 32) | (b1 >> (64 - 32))) ^ b2; threefish_encrypt_256()
226 b1 += k4 + t2; threefish_encrypt_256()
227 b0 += b1 + k3; threefish_encrypt_256()
228 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
237 b2 += b1; threefish_encrypt_256()
238 b1 = ((b1 << 57) | (b1 >> (64 - 57))) ^ b2; threefish_encrypt_256()
240 b0 += b1; threefish_encrypt_256()
241 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
249 b2 += b1; threefish_encrypt_256()
250 b1 = ((b1 << 37) | (b1 >> (64 - 37))) ^ b2; threefish_encrypt_256()
252 b1 += k0 + t0; threefish_encrypt_256()
253 b0 += b1 + k4; threefish_encrypt_256()
254 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
263 b2 += b1; threefish_encrypt_256()
264 b1 = ((b1 << 12) | (b1 >> (64 - 12))) ^ b2; threefish_encrypt_256()
266 b0 += b1; threefish_encrypt_256()
267 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
275 b2 += b1; threefish_encrypt_256()
276 b1 = ((b1 << 32) | (b1 >> (64 - 32))) ^ b2; threefish_encrypt_256()
279 b1 += k1 + t1; threefish_encrypt_256()
280 b0 += b1 + k0; threefish_encrypt_256()
281 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
290 b2 += b1; threefish_encrypt_256()
291 b1 = ((b1 << 57) | (b1 >> (64 - 57))) ^ b2; threefish_encrypt_256()
293 b0 += b1; threefish_encrypt_256()
294 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
302 b2 += b1; threefish_encrypt_256()
303 b1 = ((b1 << 37) | (b1 >> (64 - 37))) ^ b2; threefish_encrypt_256()
305 b1 += k2 + t2; threefish_encrypt_256()
306 b0 += b1 + k1; threefish_encrypt_256()
307 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
316 b2 += b1; threefish_encrypt_256()
317 b1 = ((b1 << 12) | (b1 >> (64 - 12))) ^ b2; threefish_encrypt_256()
319 b0 += b1; threefish_encrypt_256()
320 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
328 b2 += b1; threefish_encrypt_256()
329 b1 = ((b1 << 32) | (b1 >> (64 - 32))) ^ b2; threefish_encrypt_256()
332 b1 += k3 + t0; threefish_encrypt_256()
333 b0 += b1 + k2; threefish_encrypt_256()
334 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
343 b2 += b1; threefish_encrypt_256()
344 b1 = ((b1 << 57) | (b1 >> (64 - 57))) ^ b2; threefish_encrypt_256()
346 b0 += b1; threefish_encrypt_256()
347 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
355 b2 += b1; threefish_encrypt_256()
356 b1 = ((b1 << 37) | (b1 >> (64 - 37))) ^ b2; threefish_encrypt_256()
358 b1 += k4 + t1; threefish_encrypt_256()
359 b0 += b1 + k3; threefish_encrypt_256()
360 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
369 b2 += b1; threefish_encrypt_256()
370 b1 = ((b1 << 12) | (b1 >> (64 - 12))) ^ b2; threefish_encrypt_256()
372 b0 += b1; threefish_encrypt_256()
373 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
381 b2 += b1; threefish_encrypt_256()
382 b1 = ((b1 << 32) | (b1 >> (64 - 32))) ^ b2; threefish_encrypt_256()
385 b1 += k0 + t2; threefish_encrypt_256()
386 b0 += b1 + k4; threefish_encrypt_256()
387 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
396 b2 += b1; threefish_encrypt_256()
397 b1 = ((b1 << 57) | (b1 >> (64 - 57))) ^ b2; threefish_encrypt_256()
399 b0 += b1; threefish_encrypt_256()
400 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
408 b2 += b1; threefish_encrypt_256()
409 b1 = ((b1 << 37) | (b1 >> (64 - 37))) ^ b2; threefish_encrypt_256()
411 b1 += k1 + t0; threefish_encrypt_256()
412 b0 += b1 + k0; threefish_encrypt_256()
413 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
422 b2 += b1; threefish_encrypt_256()
423 b1 = ((b1 << 12) | (b1 >> (64 - 12))) ^ b2; threefish_encrypt_256()
425 b0 += b1; threefish_encrypt_256()
426 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
434 b2 += b1; threefish_encrypt_256()
435 b1 = ((b1 << 32) | (b1 >> (64 - 32))) ^ b2; threefish_encrypt_256()
438 b1 += k2 + t1; threefish_encrypt_256()
439 b0 += b1 + k1; threefish_encrypt_256()
440 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
449 b2 += b1; threefish_encrypt_256()
450 b1 = ((b1 << 57) | (b1 >> (64 - 57))) ^ b2; threefish_encrypt_256()
452 b0 += b1; threefish_encrypt_256()
453 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
461 b2 += b1; threefish_encrypt_256()
462 b1 = ((b1 << 37) | (b1 >> (64 - 37))) ^ b2; threefish_encrypt_256()
464 b1 += k3 + t2; threefish_encrypt_256()
465 b0 += b1 + k2; threefish_encrypt_256()
466 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
475 b2 += b1; threefish_encrypt_256()
476 b1 = ((b1 << 12) | (b1 >> (64 - 12))) ^ b2; threefish_encrypt_256()
478 b0 += b1; threefish_encrypt_256()
479 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
487 b2 += b1; threefish_encrypt_256()
488 b1 = ((b1 << 32) | (b1 >> (64 - 32))) ^ b2; threefish_encrypt_256()
491 output[1] = b1 + k4 + t0; threefish_encrypt_256()
499 u64 b0 = input[0], b1 = input[1], threefish_decrypt_256() local
510 b1 -= k4 + t0; threefish_decrypt_256()
517 tmp = b1 ^ b2; threefish_decrypt_256()
518 b1 = (tmp >> 32) | (tmp << (64 - 32)); threefish_decrypt_256()
519 b2 -= b1; threefish_decrypt_256()
521 tmp = b1 ^ b0; threefish_decrypt_256()
522 b1 = (tmp >> 58) | (tmp << (64 - 58)); threefish_decrypt_256()
523 b0 -= b1; threefish_decrypt_256()
533 tmp = b1 ^ b2; threefish_decrypt_256()
534 b1 = (tmp >> 12) | (tmp << (64 - 12)); threefish_decrypt_256()
535 b2 -= b1; threefish_decrypt_256()
537 tmp = b1 ^ b0; threefish_decrypt_256()
538 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_256()
539 b0 -= b1 + k2; threefish_decrypt_256()
540 b1 -= k3 + t2; threefish_decrypt_256()
551 tmp = b1 ^ b2; threefish_decrypt_256()
552 b1 = (tmp >> 37) | (tmp << (64 - 37)); threefish_decrypt_256()
553 b2 -= b1; threefish_decrypt_256()
555 tmp = b1 ^ b0; threefish_decrypt_256()
556 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_256()
557 b0 -= b1; threefish_decrypt_256()
567 tmp = b1 ^ b2; threefish_decrypt_256()
568 b1 = (tmp >> 57) | (tmp << (64 - 57)); threefish_decrypt_256()
569 b2 -= b1; threefish_decrypt_256()
571 tmp = b1 ^ b0; threefish_decrypt_256()
572 b1 = (tmp >> 14) | (tmp << (64 - 14)); threefish_decrypt_256()
573 b0 -= b1 + k1; threefish_decrypt_256()
574 b1 -= k2 + t1; threefish_decrypt_256()
586 tmp = b1 ^ b2; threefish_decrypt_256()
587 b1 = (tmp >> 32) | (tmp << (64 - 32)); threefish_decrypt_256()
588 b2 -= b1; threefish_decrypt_256()
590 tmp = b1 ^ b0; threefish_decrypt_256()
591 b1 = (tmp >> 58) | (tmp << (64 - 58)); threefish_decrypt_256()
592 b0 -= b1; threefish_decrypt_256()
602 tmp = b1 ^ b2; threefish_decrypt_256()
603 b1 = (tmp >> 12) | (tmp << (64 - 12)); threefish_decrypt_256()
604 b2 -= b1; threefish_decrypt_256()
606 tmp = b1 ^ b0; threefish_decrypt_256()
607 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_256()
608 b0 -= b1 + k0; threefish_decrypt_256()
609 b1 -= k1 + t0; threefish_decrypt_256()
620 tmp = b1 ^ b2; threefish_decrypt_256()
621 b1 = (tmp >> 37) | (tmp << (64 - 37)); threefish_decrypt_256()
622 b2 -= b1; threefish_decrypt_256()
624 tmp = b1 ^ b0; threefish_decrypt_256()
625 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_256()
626 b0 -= b1; threefish_decrypt_256()
636 tmp = b1 ^ b2; threefish_decrypt_256()
637 b1 = (tmp >> 57) | (tmp << (64 - 57)); threefish_decrypt_256()
638 b2 -= b1; threefish_decrypt_256()
640 tmp = b1 ^ b0; threefish_decrypt_256()
641 b1 = (tmp >> 14) | (tmp << (64 - 14)); threefish_decrypt_256()
642 b0 -= b1 + k4; threefish_decrypt_256()
643 b1 -= k0 + t2; threefish_decrypt_256()
655 tmp = b1 ^ b2; threefish_decrypt_256()
656 b1 = (tmp >> 32) | (tmp << (64 - 32)); threefish_decrypt_256()
657 b2 -= b1; threefish_decrypt_256()
659 tmp = b1 ^ b0; threefish_decrypt_256()
660 b1 = (tmp >> 58) | (tmp << (64 - 58)); threefish_decrypt_256()
661 b0 -= b1; threefish_decrypt_256()
671 tmp = b1 ^ b2; threefish_decrypt_256()
672 b1 = (tmp >> 12) | (tmp << (64 - 12)); threefish_decrypt_256()
673 b2 -= b1; threefish_decrypt_256()
675 tmp = b1 ^ b0; threefish_decrypt_256()
676 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_256()
677 b0 -= b1 + k3; threefish_decrypt_256()
678 b1 -= k4 + t1; threefish_decrypt_256()
689 tmp = b1 ^ b2; threefish_decrypt_256()
690 b1 = (tmp >> 37) | (tmp << (64 - 37)); threefish_decrypt_256()
691 b2 -= b1; threefish_decrypt_256()
693 tmp = b1 ^ b0; threefish_decrypt_256()
694 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_256()
695 b0 -= b1; threefish_decrypt_256()
705 tmp = b1 ^ b2; threefish_decrypt_256()
706 b1 = (tmp >> 57) | (tmp << (64 - 57)); threefish_decrypt_256()
707 b2 -= b1; threefish_decrypt_256()
709 tmp = b1 ^ b0; threefish_decrypt_256()
710 b1 = (tmp >> 14) | (tmp << (64 - 14)); threefish_decrypt_256()
711 b0 -= b1 + k2; threefish_decrypt_256()
712 b1 -= k3 + t0; threefish_decrypt_256()
724 tmp = b1 ^ b2; threefish_decrypt_256()
725 b1 = (tmp >> 32) | (tmp << (64 - 32)); threefish_decrypt_256()
726 b2 -= b1; threefish_decrypt_256()
728 tmp = b1 ^ b0; threefish_decrypt_256()
729 b1 = (tmp >> 58) | (tmp << (64 - 58)); threefish_decrypt_256()
730 b0 -= b1; threefish_decrypt_256()
740 tmp = b1 ^ b2; threefish_decrypt_256()
741 b1 = (tmp >> 12) | (tmp << (64 - 12)); threefish_decrypt_256()
742 b2 -= b1; threefish_decrypt_256()
744 tmp = b1 ^ b0; threefish_decrypt_256()
745 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_256()
746 b0 -= b1 + k1; threefish_decrypt_256()
747 b1 -= k2 + t2; threefish_decrypt_256()
758 tmp = b1 ^ b2; threefish_decrypt_256()
759 b1 = (tmp >> 37) | (tmp << (64 - 37)); threefish_decrypt_256()
760 b2 -= b1; threefish_decrypt_256()
762 tmp = b1 ^ b0; threefish_decrypt_256()
763 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_256()
764 b0 -= b1; threefish_decrypt_256()
774 tmp = b1 ^ b2; threefish_decrypt_256()
775 b1 = (tmp >> 57) | (tmp << (64 - 57)); threefish_decrypt_256()
776 b2 -= b1; threefish_decrypt_256()
778 tmp = b1 ^ b0; threefish_decrypt_256()
779 b1 = (tmp >> 14) | (tmp << (64 - 14)); threefish_decrypt_256()
780 b0 -= b1 + k0; threefish_decrypt_256()
781 b1 -= k1 + t1; threefish_decrypt_256()
793 tmp = b1 ^ b2; threefish_decrypt_256()
794 b1 = (tmp >> 32) | (tmp << (64 - 32)); threefish_decrypt_256()
795 b2 -= b1; threefish_decrypt_256()
797 tmp = b1 ^ b0; threefish_decrypt_256()
798 b1 = (tmp >> 58) | (tmp << (64 - 58)); threefish_decrypt_256()
799 b0 -= b1; threefish_decrypt_256()
809 tmp = b1 ^ b2; threefish_decrypt_256()
810 b1 = (tmp >> 12) | (tmp << (64 - 12)); threefish_decrypt_256()
811 b2 -= b1; threefish_decrypt_256()
813 tmp = b1 ^ b0; threefish_decrypt_256()
814 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_256()
815 b0 -= b1 + k4; threefish_decrypt_256()
816 b1 -= k0 + t0; threefish_decrypt_256()
827 tmp = b1 ^ b2; threefish_decrypt_256()
828 b1 = (tmp >> 37) | (tmp << (64 - 37)); threefish_decrypt_256()
829 b2 -= b1; threefish_decrypt_256()
831 tmp = b1 ^ b0; threefish_decrypt_256()
832 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_256()
833 b0 -= b1; threefish_decrypt_256()
843 tmp = b1 ^ b2; threefish_decrypt_256()
844 b1 = (tmp >> 57) | (tmp << (64 - 57)); threefish_decrypt_256()
845 b2 -= b1; threefish_decrypt_256()
847 tmp = b1 ^ b0; threefish_decrypt_256()
848 b1 = (tmp >> 14) | (tmp << (64 - 14)); threefish_decrypt_256()
849 b0 -= b1 + k3; threefish_decrypt_256()
850 b1 -= k4 + t2; threefish_decrypt_256()
862 tmp = b1 ^ b2; threefish_decrypt_256()
863 b1 = (tmp >> 32) | (tmp << (64 - 32)); threefish_decrypt_256()
864 b2 -= b1; threefish_decrypt_256()
866 tmp = b1 ^ b0; threefish_decrypt_256()
867 b1 = (tmp >> 58) | (tmp << (64 - 58)); threefish_decrypt_256()
868 b0 -= b1; threefish_decrypt_256()
878 tmp = b1 ^ b2; threefish_decrypt_256()
879 b1 = (tmp >> 12) | (tmp << (64 - 12)); threefish_decrypt_256()
880 b2 -= b1; threefish_decrypt_256()
882 tmp = b1 ^ b0; threefish_decrypt_256()
883 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_256()
884 b0 -= b1 + k2; threefish_decrypt_256()
885 b1 -= k3 + t1; threefish_decrypt_256()
896 tmp = b1 ^ b2; threefish_decrypt_256()
897 b1 = (tmp >> 37) | (tmp << (64 - 37)); threefish_decrypt_256()
898 b2 -= b1; threefish_decrypt_256()
900 tmp = b1 ^ b0; threefish_decrypt_256()
901 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_256()
902 b0 -= b1; threefish_decrypt_256()
912 tmp = b1 ^ b2; threefish_decrypt_256()
913 b1 = (tmp >> 57) | (tmp << (64 - 57)); threefish_decrypt_256()
914 b2 -= b1; threefish_decrypt_256()
916 tmp = b1 ^ b0; threefish_decrypt_256()
917 b1 = (tmp >> 14) | (tmp << (64 - 14)); threefish_decrypt_256()
918 b0 -= b1 + k1; threefish_decrypt_256()
919 b1 -= k2 + t0; threefish_decrypt_256()
931 tmp = b1 ^ b2; threefish_decrypt_256()
932 b1 = (tmp >> 32) | (tmp << (64 - 32)); threefish_decrypt_256()
933 b2 -= b1; threefish_decrypt_256()
935 tmp = b1 ^ b0; threefish_decrypt_256()
936 b1 = (tmp >> 58) | (tmp << (64 - 58)); threefish_decrypt_256()
937 b0 -= b1; threefish_decrypt_256()
947 tmp = b1 ^ b2; threefish_decrypt_256()
948 b1 = (tmp >> 12) | (tmp << (64 - 12)); threefish_decrypt_256()
949 b2 -= b1; threefish_decrypt_256()
951 tmp = b1 ^ b0; threefish_decrypt_256()
952 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_256()
953 b0 -= b1 + k0; threefish_decrypt_256()
954 b1 -= k1 + t2; threefish_decrypt_256()
965 tmp = b1 ^ b2; threefish_decrypt_256()
966 b1 = (tmp >> 37) | (tmp << (64 - 37)); threefish_decrypt_256()
967 b2 -= b1; threefish_decrypt_256()
969 tmp = b1 ^ b0; threefish_decrypt_256()
970 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_256()
971 b0 -= b1; threefish_decrypt_256()
981 tmp = b1 ^ b2; threefish_decrypt_256()
982 b1 = (tmp >> 57) | (tmp << (64 - 57)); threefish_decrypt_256()
983 b2 -= b1; threefish_decrypt_256()
985 tmp = b1 ^ b0; threefish_decrypt_256()
986 b1 = (tmp >> 14) | (tmp << (64 - 14)); threefish_decrypt_256()
987 b0 -= b1 + k4; threefish_decrypt_256()
988 b1 -= k0 + t1; threefish_decrypt_256()
1000 tmp = b1 ^ b2; threefish_decrypt_256()
1001 b1 = (tmp >> 32) | (tmp << (64 - 32)); threefish_decrypt_256()
1002 b2 -= b1; threefish_decrypt_256()
1004 tmp = b1 ^ b0; threefish_decrypt_256()
1005 b1 = (tmp >> 58) | (tmp << (64 - 58)); threefish_decrypt_256()
1006 b0 -= b1; threefish_decrypt_256()
1016 tmp = b1 ^ b2; threefish_decrypt_256()
1017 b1 = (tmp >> 12) | (tmp << (64 - 12)); threefish_decrypt_256()
1018 b2 -= b1; threefish_decrypt_256()
1020 tmp = b1 ^ b0; threefish_decrypt_256()
1021 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_256()
1022 b0 -= b1 + k3; threefish_decrypt_256()
1023 b1 -= k4 + t0; threefish_decrypt_256()
1034 tmp = b1 ^ b2; threefish_decrypt_256()
1035 b1 = (tmp >> 37) | (tmp << (64 - 37)); threefish_decrypt_256()
1036 b2 -= b1; threefish_decrypt_256()
1038 tmp = b1 ^ b0; threefish_decrypt_256()
1039 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_256()
1040 b0 -= b1; threefish_decrypt_256()
1050 tmp = b1 ^ b2; threefish_decrypt_256()
1051 b1 = (tmp >> 57) | (tmp << (64 - 57)); threefish_decrypt_256()
1052 b2 -= b1; threefish_decrypt_256()
1054 tmp = b1 ^ b0; threefish_decrypt_256()
1055 b1 = (tmp >> 14) | (tmp << (64 - 14)); threefish_decrypt_256()
1056 b0 -= b1 + k2; threefish_decrypt_256()
1057 b1 -= k3 + t2; threefish_decrypt_256()
1069 tmp = b1 ^ b2; threefish_decrypt_256()
1070 b1 = (tmp >> 32) | (tmp << (64 - 32)); threefish_decrypt_256()
1071 b2 -= b1; threefish_decrypt_256()
1073 tmp = b1 ^ b0; threefish_decrypt_256()
1074 b1 = (tmp >> 58) | (tmp << (64 - 58)); threefish_decrypt_256()
1075 b0 -= b1; threefish_decrypt_256()
1085 tmp = b1 ^ b2; threefish_decrypt_256()
1086 b1 = (tmp >> 12) | (tmp << (64 - 12)); threefish_decrypt_256()
1087 b2 -= b1; threefish_decrypt_256()
1089 tmp = b1 ^ b0; threefish_decrypt_256()
1090 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_256()
1091 b0 -= b1 + k1; threefish_decrypt_256()
1092 b1 -= k2 + t1; threefish_decrypt_256()
1103 tmp = b1 ^ b2; threefish_decrypt_256()
1104 b1 = (tmp >> 37) | (tmp << (64 - 37)); threefish_decrypt_256()
1105 b2 -= b1; threefish_decrypt_256()
1107 tmp = b1 ^ b0; threefish_decrypt_256()
1108 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_256()
1109 b0 -= b1; threefish_decrypt_256()
1119 tmp = b1 ^ b2; threefish_decrypt_256()
1120 b1 = (tmp >> 57) | (tmp << (64 - 57)); threefish_decrypt_256()
1121 b2 -= b1; threefish_decrypt_256()
1123 tmp = b1 ^ b0; threefish_decrypt_256()
1124 b1 = (tmp >> 14) | (tmp << (64 - 14)); threefish_decrypt_256()
1125 b0 -= b1 + k0; threefish_decrypt_256()
1126 b1 -= k1 + t0; threefish_decrypt_256()
1134 output[1] = b1; threefish_decrypt_256()
1142 u64 b0 = input[0], b1 = input[1], threefish_encrypt_512() local
1154 b1 += k1; threefish_encrypt_512()
1155 b0 += b1 + k0; threefish_encrypt_512()
1156 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1170 b2 += b1; threefish_encrypt_512()
1171 b1 = ((b1 << 33) | (b1 >> (64 - 33))) ^ b2; threefish_encrypt_512()
1182 b4 += b1; threefish_encrypt_512()
1183 b1 = ((b1 << 17) | (b1 >> (64 - 17))) ^ b4; threefish_encrypt_512()
1194 b6 += b1; threefish_encrypt_512()
1195 b1 = ((b1 << 44) | (b1 >> (64 - 44))) ^ b6; threefish_encrypt_512()
1206 b1 += k2; threefish_encrypt_512()
1207 b0 += b1 + k1; threefish_encrypt_512()
1208 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1222 b2 += b1; threefish_encrypt_512()
1223 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b2; threefish_encrypt_512()
1234 b4 += b1; threefish_encrypt_512()
1235 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b4; threefish_encrypt_512()
1246 b6 += b1; threefish_encrypt_512()
1247 b1 = ((b1 << 8) | (b1 >> (64 - 8))) ^ b6; threefish_encrypt_512()
1258 b1 += k3; threefish_encrypt_512()
1259 b0 += b1 + k2; threefish_encrypt_512()
1260 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1274 b2 += b1; threefish_encrypt_512()
1275 b1 = ((b1 << 33) | (b1 >> (64 - 33))) ^ b2; threefish_encrypt_512()
1286 b4 += b1; threefish_encrypt_512()
1287 b1 = ((b1 << 17) | (b1 >> (64 - 17))) ^ b4; threefish_encrypt_512()
1298 b6 += b1; threefish_encrypt_512()
1299 b1 = ((b1 << 44) | (b1 >> (64 - 44))) ^ b6; threefish_encrypt_512()
1310 b1 += k4; threefish_encrypt_512()
1311 b0 += b1 + k3; threefish_encrypt_512()
1312 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1326 b2 += b1; threefish_encrypt_512()
1327 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b2; threefish_encrypt_512()
1338 b4 += b1; threefish_encrypt_512()
1339 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b4; threefish_encrypt_512()
1350 b6 += b1; threefish_encrypt_512()
1351 b1 = ((b1 << 8) | (b1 >> (64 - 8))) ^ b6; threefish_encrypt_512()
1362 b1 += k5; threefish_encrypt_512()
1363 b0 += b1 + k4; threefish_encrypt_512()
1364 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1378 b2 += b1; threefish_encrypt_512()
1379 b1 = ((b1 << 33) | (b1 >> (64 - 33))) ^ b2; threefish_encrypt_512()
1390 b4 += b1; threefish_encrypt_512()
1391 b1 = ((b1 << 17) | (b1 >> (64 - 17))) ^ b4; threefish_encrypt_512()
1402 b6 += b1; threefish_encrypt_512()
1403 b1 = ((b1 << 44) | (b1 >> (64 - 44))) ^ b6; threefish_encrypt_512()
1414 b1 += k6; threefish_encrypt_512()
1415 b0 += b1 + k5; threefish_encrypt_512()
1416 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1430 b2 += b1; threefish_encrypt_512()
1431 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b2; threefish_encrypt_512()
1442 b4 += b1; threefish_encrypt_512()
1443 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b4; threefish_encrypt_512()
1454 b6 += b1; threefish_encrypt_512()
1455 b1 = ((b1 << 8) | (b1 >> (64 - 8))) ^ b6; threefish_encrypt_512()
1466 b1 += k7; threefish_encrypt_512()
1467 b0 += b1 + k6; threefish_encrypt_512()
1468 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1482 b2 += b1; threefish_encrypt_512()
1483 b1 = ((b1 << 33) | (b1 >> (64 - 33))) ^ b2; threefish_encrypt_512()
1494 b4 += b1; threefish_encrypt_512()
1495 b1 = ((b1 << 17) | (b1 >> (64 - 17))) ^ b4; threefish_encrypt_512()
1506 b6 += b1; threefish_encrypt_512()
1507 b1 = ((b1 << 44) | (b1 >> (64 - 44))) ^ b6; threefish_encrypt_512()
1518 b1 += k8; threefish_encrypt_512()
1519 b0 += b1 + k7; threefish_encrypt_512()
1520 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1534 b2 += b1; threefish_encrypt_512()
1535 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b2; threefish_encrypt_512()
1546 b4 += b1; threefish_encrypt_512()
1547 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b4; threefish_encrypt_512()
1558 b6 += b1; threefish_encrypt_512()
1559 b1 = ((b1 << 8) | (b1 >> (64 - 8))) ^ b6; threefish_encrypt_512()
1570 b1 += k0; threefish_encrypt_512()
1571 b0 += b1 + k8; threefish_encrypt_512()
1572 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1586 b2 += b1; threefish_encrypt_512()
1587 b1 = ((b1 << 33) | (b1 >> (64 - 33))) ^ b2; threefish_encrypt_512()
1598 b4 += b1; threefish_encrypt_512()
1599 b1 = ((b1 << 17) | (b1 >> (64 - 17))) ^ b4; threefish_encrypt_512()
1610 b6 += b1; threefish_encrypt_512()
1611 b1 = ((b1 << 44) | (b1 >> (64 - 44))) ^ b6; threefish_encrypt_512()
1622 b1 += k1; threefish_encrypt_512()
1623 b0 += b1 + k0; threefish_encrypt_512()
1624 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1638 b2 += b1; threefish_encrypt_512()
1639 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b2; threefish_encrypt_512()
1650 b4 += b1; threefish_encrypt_512()
1651 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b4; threefish_encrypt_512()
1662 b6 += b1; threefish_encrypt_512()
1663 b1 = ((b1 << 8) | (b1 >> (64 - 8))) ^ b6; threefish_encrypt_512()
1674 b1 += k2; threefish_encrypt_512()
1675 b0 += b1 + k1; threefish_encrypt_512()
1676 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1690 b2 += b1; threefish_encrypt_512()
1691 b1 = ((b1 << 33) | (b1 >> (64 - 33))) ^ b2; threefish_encrypt_512()
1702 b4 += b1; threefish_encrypt_512()
1703 b1 = ((b1 << 17) | (b1 >> (64 - 17))) ^ b4; threefish_encrypt_512()
1714 b6 += b1; threefish_encrypt_512()
1715 b1 = ((b1 << 44) | (b1 >> (64 - 44))) ^ b6; threefish_encrypt_512()
1726 b1 += k3; threefish_encrypt_512()
1727 b0 += b1 + k2; threefish_encrypt_512()
1728 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1742 b2 += b1; threefish_encrypt_512()
1743 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b2; threefish_encrypt_512()
1754 b4 += b1; threefish_encrypt_512()
1755 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b4; threefish_encrypt_512()
1766 b6 += b1; threefish_encrypt_512()
1767 b1 = ((b1 << 8) | (b1 >> (64 - 8))) ^ b6; threefish_encrypt_512()
1778 b1 += k4; threefish_encrypt_512()
1779 b0 += b1 + k3; threefish_encrypt_512()
1780 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1794 b2 += b1; threefish_encrypt_512()
1795 b1 = ((b1 << 33) | (b1 >> (64 - 33))) ^ b2; threefish_encrypt_512()
1806 b4 += b1; threefish_encrypt_512()
1807 b1 = ((b1 << 17) | (b1 >> (64 - 17))) ^ b4; threefish_encrypt_512()
1818 b6 += b1; threefish_encrypt_512()
1819 b1 = ((b1 << 44) | (b1 >> (64 - 44))) ^ b6; threefish_encrypt_512()
1830 b1 += k5; threefish_encrypt_512()
1831 b0 += b1 + k4; threefish_encrypt_512()
1832 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1846 b2 += b1; threefish_encrypt_512()
1847 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b2; threefish_encrypt_512()
1858 b4 += b1; threefish_encrypt_512()
1859 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b4; threefish_encrypt_512()
1870 b6 += b1; threefish_encrypt_512()
1871 b1 = ((b1 << 8) | (b1 >> (64 - 8))) ^ b6; threefish_encrypt_512()
1882 b1 += k6; threefish_encrypt_512()
1883 b0 += b1 + k5; threefish_encrypt_512()
1884 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1898 b2 += b1; threefish_encrypt_512()
1899 b1 = ((b1 << 33) | (b1 >> (64 - 33))) ^ b2; threefish_encrypt_512()
1910 b4 += b1; threefish_encrypt_512()
1911 b1 = ((b1 << 17) | (b1 >> (64 - 17))) ^ b4; threefish_encrypt_512()
1922 b6 += b1; threefish_encrypt_512()
1923 b1 = ((b1 << 44) | (b1 >> (64 - 44))) ^ b6; threefish_encrypt_512()
1934 b1 += k7; threefish_encrypt_512()
1935 b0 += b1 + k6; threefish_encrypt_512()
1936 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1950 b2 += b1; threefish_encrypt_512()
1951 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b2; threefish_encrypt_512()
1962 b4 += b1; threefish_encrypt_512()
1963 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b4; threefish_encrypt_512()
1974 b6 += b1; threefish_encrypt_512()
1975 b1 = ((b1 << 8) | (b1 >> (64 - 8))) ^ b6; threefish_encrypt_512()
1986 b1 += k8; threefish_encrypt_512()
1987 b0 += b1 + k7; threefish_encrypt_512()
1988 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
2002 b2 += b1; threefish_encrypt_512()
2003 b1 = ((b1 << 33) | (b1 >> (64 - 33))) ^ b2; threefish_encrypt_512()
2014 b4 += b1; threefish_encrypt_512()
2015 b1 = ((b1 << 17) | (b1 >> (64 - 17))) ^ b4; threefish_encrypt_512()
2026 b6 += b1; threefish_encrypt_512()
2027 b1 = ((b1 << 44) | (b1 >> (64 - 44))) ^ b6; threefish_encrypt_512()
2038 b1 += k0; threefish_encrypt_512()
2039 b0 += b1 + k8; threefish_encrypt_512()
2040 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
2054 b2 += b1; threefish_encrypt_512()
2055 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b2; threefish_encrypt_512()
2066 b4 += b1; threefish_encrypt_512()
2067 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b4; threefish_encrypt_512()
2078 b6 += b1; threefish_encrypt_512()
2079 b1 = ((b1 << 8) | (b1 >> (64 - 8))) ^ b6; threefish_encrypt_512()
2091 output[1] = b1 + k1; threefish_encrypt_512()
2103 u64 b0 = input[0], b1 = input[1], threefish_decrypt_512() local
2118 b1 -= k1; threefish_decrypt_512()
2138 tmp = b1 ^ b6; threefish_decrypt_512()
2139 b1 = (tmp >> 8) | (tmp << (64 - 8)); threefish_decrypt_512()
2140 b6 -= b1; threefish_decrypt_512()
2154 tmp = b1 ^ b4; threefish_decrypt_512()
2155 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_512()
2156 b4 -= b1; threefish_decrypt_512()
2170 tmp = b1 ^ b2; threefish_decrypt_512()
2171 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_512()
2172 b2 -= b1; threefish_decrypt_512()
2189 tmp = b1 ^ b0; threefish_decrypt_512()
2190 b1 = (tmp >> 39) | (tmp << (64 - 39)); threefish_decrypt_512()
2191 b0 -= b1 + k8; threefish_decrypt_512()
2192 b1 -= k0; threefish_decrypt_512()
2206 tmp = b1 ^ b6; threefish_decrypt_512()
2207 b1 = (tmp >> 44) | (tmp << (64 - 44)); threefish_decrypt_512()
2208 b6 -= b1; threefish_decrypt_512()
2222 tmp = b1 ^ b4; threefish_decrypt_512()
2223 b1 = (tmp >> 17) | (tmp << (64 - 17)); threefish_decrypt_512()
2224 b4 -= b1; threefish_decrypt_512()
2238 tmp = b1 ^ b2; threefish_decrypt_512()
2239 b1 = (tmp >> 33) | (tmp << (64 - 33)); threefish_decrypt_512()
2240 b2 -= b1; threefish_decrypt_512()
2257 tmp = b1 ^ b0; threefish_decrypt_512()
2258 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_512()
2259 b0 -= b1 + k7; threefish_decrypt_512()
2260 b1 -= k8; threefish_decrypt_512()
2274 tmp = b1 ^ b6; threefish_decrypt_512()
2275 b1 = (tmp >> 8) | (tmp << (64 - 8)); threefish_decrypt_512()
2276 b6 -= b1; threefish_decrypt_512()
2290 tmp = b1 ^ b4; threefish_decrypt_512()
2291 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_512()
2292 b4 -= b1; threefish_decrypt_512()
2306 tmp = b1 ^ b2; threefish_decrypt_512()
2307 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_512()
2308 b2 -= b1; threefish_decrypt_512()
2325 tmp = b1 ^ b0; threefish_decrypt_512()
2326 b1 = (tmp >> 39) | (tmp << (64 - 39)); threefish_decrypt_512()
2327 b0 -= b1 + k6; threefish_decrypt_512()
2328 b1 -= k7; threefish_decrypt_512()
2342 tmp = b1 ^ b6; threefish_decrypt_512()
2343 b1 = (tmp >> 44) | (tmp << (64 - 44)); threefish_decrypt_512()
2344 b6 -= b1; threefish_decrypt_512()
2358 tmp = b1 ^ b4; threefish_decrypt_512()
2359 b1 = (tmp >> 17) | (tmp << (64 - 17)); threefish_decrypt_512()
2360 b4 -= b1; threefish_decrypt_512()
2374 tmp = b1 ^ b2; threefish_decrypt_512()
2375 b1 = (tmp >> 33) | (tmp << (64 - 33)); threefish_decrypt_512()
2376 b2 -= b1; threefish_decrypt_512()
2393 tmp = b1 ^ b0; threefish_decrypt_512()
2394 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_512()
2395 b0 -= b1 + k5; threefish_decrypt_512()
2396 b1 -= k6; threefish_decrypt_512()
2410 tmp = b1 ^ b6; threefish_decrypt_512()
2411 b1 = (tmp >> 8) | (tmp << (64 - 8)); threefish_decrypt_512()
2412 b6 -= b1; threefish_decrypt_512()
2426 tmp = b1 ^ b4; threefish_decrypt_512()
2427 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_512()
2428 b4 -= b1; threefish_decrypt_512()
2442 tmp = b1 ^ b2; threefish_decrypt_512()
2443 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_512()
2444 b2 -= b1; threefish_decrypt_512()
2461 tmp = b1 ^ b0; threefish_decrypt_512()
2462 b1 = (tmp >> 39) | (tmp << (64 - 39)); threefish_decrypt_512()
2463 b0 -= b1 + k4; threefish_decrypt_512()
2464 b1 -= k5; threefish_decrypt_512()
2478 tmp = b1 ^ b6; threefish_decrypt_512()
2479 b1 = (tmp >> 44) | (tmp << (64 - 44)); threefish_decrypt_512()
2480 b6 -= b1; threefish_decrypt_512()
2494 tmp = b1 ^ b4; threefish_decrypt_512()
2495 b1 = (tmp >> 17) | (tmp << (64 - 17)); threefish_decrypt_512()
2496 b4 -= b1; threefish_decrypt_512()
2510 tmp = b1 ^ b2; threefish_decrypt_512()
2511 b1 = (tmp >> 33) | (tmp << (64 - 33)); threefish_decrypt_512()
2512 b2 -= b1; threefish_decrypt_512()
2529 tmp = b1 ^ b0; threefish_decrypt_512()
2530 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_512()
2531 b0 -= b1 + k3; threefish_decrypt_512()
2532 b1 -= k4; threefish_decrypt_512()
2546 tmp = b1 ^ b6; threefish_decrypt_512()
2547 b1 = (tmp >> 8) | (tmp << (64 - 8)); threefish_decrypt_512()
2548 b6 -= b1; threefish_decrypt_512()
2562 tmp = b1 ^ b4; threefish_decrypt_512()
2563 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_512()
2564 b4 -= b1; threefish_decrypt_512()
2578 tmp = b1 ^ b2; threefish_decrypt_512()
2579 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_512()
2580 b2 -= b1; threefish_decrypt_512()
2597 tmp = b1 ^ b0; threefish_decrypt_512()
2598 b1 = (tmp >> 39) | (tmp << (64 - 39)); threefish_decrypt_512()
2599 b0 -= b1 + k2; threefish_decrypt_512()
2600 b1 -= k3; threefish_decrypt_512()
2614 tmp = b1 ^ b6; threefish_decrypt_512()
2615 b1 = (tmp >> 44) | (tmp << (64 - 44)); threefish_decrypt_512()
2616 b6 -= b1; threefish_decrypt_512()
2630 tmp = b1 ^ b4; threefish_decrypt_512()
2631 b1 = (tmp >> 17) | (tmp << (64 - 17)); threefish_decrypt_512()
2632 b4 -= b1; threefish_decrypt_512()
2646 tmp = b1 ^ b2; threefish_decrypt_512()
2647 b1 = (tmp >> 33) | (tmp << (64 - 33)); threefish_decrypt_512()
2648 b2 -= b1; threefish_decrypt_512()
2665 tmp = b1 ^ b0; threefish_decrypt_512()
2666 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_512()
2667 b0 -= b1 + k1; threefish_decrypt_512()
2668 b1 -= k2; threefish_decrypt_512()
2682 tmp = b1 ^ b6; threefish_decrypt_512()
2683 b1 = (tmp >> 8) | (tmp << (64 - 8)); threefish_decrypt_512()
2684 b6 -= b1; threefish_decrypt_512()
2698 tmp = b1 ^ b4; threefish_decrypt_512()
2699 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_512()
2700 b4 -= b1; threefish_decrypt_512()
2714 tmp = b1 ^ b2; threefish_decrypt_512()
2715 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_512()
2716 b2 -= b1; threefish_decrypt_512()
2733 tmp = b1 ^ b0; threefish_decrypt_512()
2734 b1 = (tmp >> 39) | (tmp << (64 - 39)); threefish_decrypt_512()
2735 b0 -= b1 + k0; threefish_decrypt_512()
2736 b1 -= k1; threefish_decrypt_512()
2750 tmp = b1 ^ b6; threefish_decrypt_512()
2751 b1 = (tmp >> 44) | (tmp << (64 - 44)); threefish_decrypt_512()
2752 b6 -= b1; threefish_decrypt_512()
2766 tmp = b1 ^ b4; threefish_decrypt_512()
2767 b1 = (tmp >> 17) | (tmp << (64 - 17)); threefish_decrypt_512()
2768 b4 -= b1; threefish_decrypt_512()
2782 tmp = b1 ^ b2; threefish_decrypt_512()
2783 b1 = (tmp >> 33) | (tmp << (64 - 33)); threefish_decrypt_512()
2784 b2 -= b1; threefish_decrypt_512()
2801 tmp = b1 ^ b0; threefish_decrypt_512()
2802 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_512()
2803 b0 -= b1 + k8; threefish_decrypt_512()
2804 b1 -= k0; threefish_decrypt_512()
2818 tmp = b1 ^ b6; threefish_decrypt_512()
2819 b1 = (tmp >> 8) | (tmp << (64 - 8)); threefish_decrypt_512()
2820 b6 -= b1; threefish_decrypt_512()
2834 tmp = b1 ^ b4; threefish_decrypt_512()
2835 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_512()
2836 b4 -= b1; threefish_decrypt_512()
2850 tmp = b1 ^ b2; threefish_decrypt_512()
2851 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_512()
2852 b2 -= b1; threefish_decrypt_512()
2869 tmp = b1 ^ b0; threefish_decrypt_512()
2870 b1 = (tmp >> 39) | (tmp << (64 - 39)); threefish_decrypt_512()
2871 b0 -= b1 + k7; threefish_decrypt_512()
2872 b1 -= k8; threefish_decrypt_512()
2886 tmp = b1 ^ b6; threefish_decrypt_512()
2887 b1 = (tmp >> 44) | (tmp << (64 - 44)); threefish_decrypt_512()
2888 b6 -= b1; threefish_decrypt_512()
2902 tmp = b1 ^ b4; threefish_decrypt_512()
2903 b1 = (tmp >> 17) | (tmp << (64 - 17)); threefish_decrypt_512()
2904 b4 -= b1; threefish_decrypt_512()
2918 tmp = b1 ^ b2; threefish_decrypt_512()
2919 b1 = (tmp >> 33) | (tmp << (64 - 33)); threefish_decrypt_512()
2920 b2 -= b1; threefish_decrypt_512()
2937 tmp = b1 ^ b0; threefish_decrypt_512()
2938 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_512()
2939 b0 -= b1 + k6; threefish_decrypt_512()
2940 b1 -= k7; threefish_decrypt_512()
2954 tmp = b1 ^ b6; threefish_decrypt_512()
2955 b1 = (tmp >> 8) | (tmp << (64 - 8)); threefish_decrypt_512()
2956 b6 -= b1; threefish_decrypt_512()
2970 tmp = b1 ^ b4; threefish_decrypt_512()
2971 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_512()
2972 b4 -= b1; threefish_decrypt_512()
2986 tmp = b1 ^ b2; threefish_decrypt_512()
2987 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_512()
2988 b2 -= b1; threefish_decrypt_512()
3005 tmp = b1 ^ b0; threefish_decrypt_512()
3006 b1 = (tmp >> 39) | (tmp << (64 - 39)); threefish_decrypt_512()
3007 b0 -= b1 + k5; threefish_decrypt_512()
3008 b1 -= k6; threefish_decrypt_512()
3022 tmp = b1 ^ b6; threefish_decrypt_512()
3023 b1 = (tmp >> 44) | (tmp << (64 - 44)); threefish_decrypt_512()
3024 b6 -= b1; threefish_decrypt_512()
3038 tmp = b1 ^ b4; threefish_decrypt_512()
3039 b1 = (tmp >> 17) | (tmp << (64 - 17)); threefish_decrypt_512()
3040 b4 -= b1; threefish_decrypt_512()
3054 tmp = b1 ^ b2; threefish_decrypt_512()
3055 b1 = (tmp >> 33) | (tmp << (64 - 33)); threefish_decrypt_512()
3056 b2 -= b1; threefish_decrypt_512()
3073 tmp = b1 ^ b0; threefish_decrypt_512()
3074 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_512()
3075 b0 -= b1 + k4; threefish_decrypt_512()
3076 b1 -= k5; threefish_decrypt_512()
3090 tmp = b1 ^ b6; threefish_decrypt_512()
3091 b1 = (tmp >> 8) | (tmp << (64 - 8)); threefish_decrypt_512()
3092 b6 -= b1; threefish_decrypt_512()
3106 tmp = b1 ^ b4; threefish_decrypt_512()
3107 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_512()
3108 b4 -= b1; threefish_decrypt_512()
3122 tmp = b1 ^ b2; threefish_decrypt_512()
3123 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_512()
3124 b2 -= b1; threefish_decrypt_512()
3141 tmp = b1 ^ b0; threefish_decrypt_512()
3142 b1 = (tmp >> 39) | (tmp << (64 - 39)); threefish_decrypt_512()
3143 b0 -= b1 + k3; threefish_decrypt_512()
3144 b1 -= k4; threefish_decrypt_512()
3158 tmp = b1 ^ b6; threefish_decrypt_512()
3159 b1 = (tmp >> 44) | (tmp << (64 - 44)); threefish_decrypt_512()
3160 b6 -= b1; threefish_decrypt_512()
3174 tmp = b1 ^ b4; threefish_decrypt_512()
3175 b1 = (tmp >> 17) | (tmp << (64 - 17)); threefish_decrypt_512()
3176 b4 -= b1; threefish_decrypt_512()
3190 tmp = b1 ^ b2; threefish_decrypt_512()
3191 b1 = (tmp >> 33) | (tmp << (64 - 33)); threefish_decrypt_512()
3192 b2 -= b1; threefish_decrypt_512()
3209 tmp = b1 ^ b0; threefish_decrypt_512()
3210 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_512()
3211 b0 -= b1 + k2; threefish_decrypt_512()
3212 b1 -= k3; threefish_decrypt_512()
3226 tmp = b1 ^ b6; threefish_decrypt_512()
3227 b1 = (tmp >> 8) | (tmp << (64 - 8)); threefish_decrypt_512()
3228 b6 -= b1; threefish_decrypt_512()
3242 tmp = b1 ^ b4; threefish_decrypt_512()
3243 b1 = (tmp >> 25) | (tmp << (64 - 25)); threefish_decrypt_512()
3244 b4 -= b1; threefish_decrypt_512()
3258 tmp = b1 ^ b2; threefish_decrypt_512()
3259 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_512()
3260 b2 -= b1; threefish_decrypt_512()
3277 tmp = b1 ^ b0; threefish_decrypt_512()
3278 b1 = (tmp >> 39) | (tmp << (64 - 39)); threefish_decrypt_512()
3279 b0 -= b1 + k1; threefish_decrypt_512()
3280 b1 -= k2; threefish_decrypt_512()
3294 tmp = b1 ^ b6; threefish_decrypt_512()
3295 b1 = (tmp >> 44) | (tmp << (64 - 44)); threefish_decrypt_512()
3296 b6 -= b1; threefish_decrypt_512()
3310 tmp = b1 ^ b4; threefish_decrypt_512()
3311 b1 = (tmp >> 17) | (tmp << (64 - 17)); threefish_decrypt_512()
3312 b4 -= b1; threefish_decrypt_512()
3326 tmp = b1 ^ b2; threefish_decrypt_512()
3327 b1 = (tmp >> 33) | (tmp << (64 - 33)); threefish_decrypt_512()
3328 b2 -= b1; threefish_decrypt_512()
3345 tmp = b1 ^ b0; threefish_decrypt_512()
3346 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_512()
3347 b0 -= b1 + k0; threefish_decrypt_512()
3348 b1 -= k1; threefish_decrypt_512()
3351 output[1] = b1; threefish_decrypt_512()
3364 u64 b0 = input[0], b1 = input[1], threefish_encrypt_1024() local
3384 b1 += k1; threefish_encrypt_1024()
3385 b0 += b1 + k0; threefish_encrypt_1024()
3386 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
3437 b8 += b1; threefish_encrypt_1024()
3438 b1 = ((b1 << 52) | (b1 >> (64 - 52))) ^ b8; threefish_encrypt_1024()
3449 b6 += b1; threefish_encrypt_1024()
3450 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b6; threefish_encrypt_1024()
3476 b14 += b1; threefish_encrypt_1024()
3477 b1 = ((b1 << 47) | (b1 >> (64 - 47))) ^ b14; threefish_encrypt_1024()
3488 b1 += k2; threefish_encrypt_1024()
3489 b0 += b1 + k1; threefish_encrypt_1024()
3490 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
3541 b8 += b1; threefish_encrypt_1024()
3542 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b8; threefish_encrypt_1024()
3553 b6 += b1; threefish_encrypt_1024()
3554 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b6; threefish_encrypt_1024()
3580 b14 += b1; threefish_encrypt_1024()
3581 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b14; threefish_encrypt_1024()
3592 b1 += k3; threefish_encrypt_1024()
3593 b0 += b1 + k2; threefish_encrypt_1024()
3594 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
3645 b8 += b1; threefish_encrypt_1024()
3646 b1 = ((b1 << 52) | (b1 >> (64 - 52))) ^ b8; threefish_encrypt_1024()
3657 b6 += b1; threefish_encrypt_1024()
3658 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b6; threefish_encrypt_1024()
3684 b14 += b1; threefish_encrypt_1024()
3685 b1 = ((b1 << 47) | (b1 >> (64 - 47))) ^ b14; threefish_encrypt_1024()
3696 b1 += k4; threefish_encrypt_1024()
3697 b0 += b1 + k3; threefish_encrypt_1024()
3698 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
3749 b8 += b1; threefish_encrypt_1024()
3750 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b8; threefish_encrypt_1024()
3761 b6 += b1; threefish_encrypt_1024()
3762 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b6; threefish_encrypt_1024()
3788 b14 += b1; threefish_encrypt_1024()
3789 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b14; threefish_encrypt_1024()
3800 b1 += k5; threefish_encrypt_1024()
3801 b0 += b1 + k4; threefish_encrypt_1024()
3802 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
3853 b8 += b1; threefish_encrypt_1024()
3854 b1 = ((b1 << 52) | (b1 >> (64 - 52))) ^ b8; threefish_encrypt_1024()
3865 b6 += b1; threefish_encrypt_1024()
3866 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b6; threefish_encrypt_1024()
3892 b14 += b1; threefish_encrypt_1024()
3893 b1 = ((b1 << 47) | (b1 >> (64 - 47))) ^ b14; threefish_encrypt_1024()
3904 b1 += k6; threefish_encrypt_1024()
3905 b0 += b1 + k5; threefish_encrypt_1024()
3906 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
3957 b8 += b1; threefish_encrypt_1024()
3958 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b8; threefish_encrypt_1024()
3969 b6 += b1; threefish_encrypt_1024()
3970 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b6; threefish_encrypt_1024()
3996 b14 += b1; threefish_encrypt_1024()
3997 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b14; threefish_encrypt_1024()
4008 b1 += k7; threefish_encrypt_1024()
4009 b0 += b1 + k6; threefish_encrypt_1024()
4010 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
4061 b8 += b1; threefish_encrypt_1024()
4062 b1 = ((b1 << 52) | (b1 >> (64 - 52))) ^ b8; threefish_encrypt_1024()
4073 b6 += b1; threefish_encrypt_1024()
4074 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b6; threefish_encrypt_1024()
4100 b14 += b1; threefish_encrypt_1024()
4101 b1 = ((b1 << 47) | (b1 >> (64 - 47))) ^ b14; threefish_encrypt_1024()
4112 b1 += k8; threefish_encrypt_1024()
4113 b0 += b1 + k7; threefish_encrypt_1024()
4114 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
4165 b8 += b1; threefish_encrypt_1024()
4166 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b8; threefish_encrypt_1024()
4177 b6 += b1; threefish_encrypt_1024()
4178 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b6; threefish_encrypt_1024()
4204 b14 += b1; threefish_encrypt_1024()
4205 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b14; threefish_encrypt_1024()
4216 b1 += k9; threefish_encrypt_1024()
4217 b0 += b1 + k8; threefish_encrypt_1024()
4218 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
4269 b8 += b1; threefish_encrypt_1024()
4270 b1 = ((b1 << 52) | (b1 >> (64 - 52))) ^ b8; threefish_encrypt_1024()
4281 b6 += b1; threefish_encrypt_1024()
4282 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b6; threefish_encrypt_1024()
4308 b14 += b1; threefish_encrypt_1024()
4309 b1 = ((b1 << 47) | (b1 >> (64 - 47))) ^ b14; threefish_encrypt_1024()
4320 b1 += k10; threefish_encrypt_1024()
4321 b0 += b1 + k9; threefish_encrypt_1024()
4322 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
4373 b8 += b1; threefish_encrypt_1024()
4374 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b8; threefish_encrypt_1024()
4385 b6 += b1; threefish_encrypt_1024()
4386 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b6; threefish_encrypt_1024()
4412 b14 += b1; threefish_encrypt_1024()
4413 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b14; threefish_encrypt_1024()
4424 b1 += k11; threefish_encrypt_1024()
4425 b0 += b1 + k10; threefish_encrypt_1024()
4426 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
4477 b8 += b1; threefish_encrypt_1024()
4478 b1 = ((b1 << 52) | (b1 >> (64 - 52))) ^ b8; threefish_encrypt_1024()
4489 b6 += b1; threefish_encrypt_1024()
4490 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b6; threefish_encrypt_1024()
4516 b14 += b1; threefish_encrypt_1024()
4517 b1 = ((b1 << 47) | (b1 >> (64 - 47))) ^ b14; threefish_encrypt_1024()
4528 b1 += k12; threefish_encrypt_1024()
4529 b0 += b1 + k11; threefish_encrypt_1024()
4530 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
4581 b8 += b1; threefish_encrypt_1024()
4582 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b8; threefish_encrypt_1024()
4593 b6 += b1; threefish_encrypt_1024()
4594 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b6; threefish_encrypt_1024()
4620 b14 += b1; threefish_encrypt_1024()
4621 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b14; threefish_encrypt_1024()
4632 b1 += k13; threefish_encrypt_1024()
4633 b0 += b1 + k12; threefish_encrypt_1024()
4634 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
4685 b8 += b1; threefish_encrypt_1024()
4686 b1 = ((b1 << 52) | (b1 >> (64 - 52))) ^ b8; threefish_encrypt_1024()
4697 b6 += b1; threefish_encrypt_1024()
4698 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b6; threefish_encrypt_1024()
4724 b14 += b1; threefish_encrypt_1024()
4725 b1 = ((b1 << 47) | (b1 >> (64 - 47))) ^ b14; threefish_encrypt_1024()
4736 b1 += k14; threefish_encrypt_1024()
4737 b0 += b1 + k13; threefish_encrypt_1024()
4738 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
4789 b8 += b1; threefish_encrypt_1024()
4790 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b8; threefish_encrypt_1024()
4801 b6 += b1; threefish_encrypt_1024()
4802 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b6; threefish_encrypt_1024()
4828 b14 += b1; threefish_encrypt_1024()
4829 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b14; threefish_encrypt_1024()
4840 b1 += k15; threefish_encrypt_1024()
4841 b0 += b1 + k14; threefish_encrypt_1024()
4842 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
4893 b8 += b1; threefish_encrypt_1024()
4894 b1 = ((b1 << 52) | (b1 >> (64 - 52))) ^ b8; threefish_encrypt_1024()
4905 b6 += b1; threefish_encrypt_1024()
4906 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b6; threefish_encrypt_1024()
4932 b14 += b1; threefish_encrypt_1024()
4933 b1 = ((b1 << 47) | (b1 >> (64 - 47))) ^ b14; threefish_encrypt_1024()
4944 b1 += k16; threefish_encrypt_1024()
4945 b0 += b1 + k15; threefish_encrypt_1024()
4946 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
4997 b8 += b1; threefish_encrypt_1024()
4998 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b8; threefish_encrypt_1024()
5009 b6 += b1; threefish_encrypt_1024()
5010 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b6; threefish_encrypt_1024()
5036 b14 += b1; threefish_encrypt_1024()
5037 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b14; threefish_encrypt_1024()
5048 b1 += k0; threefish_encrypt_1024()
5049 b0 += b1 + k16; threefish_encrypt_1024()
5050 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
5101 b8 += b1; threefish_encrypt_1024()
5102 b1 = ((b1 << 52) | (b1 >> (64 - 52))) ^ b8; threefish_encrypt_1024()
5113 b6 += b1; threefish_encrypt_1024()
5114 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b6; threefish_encrypt_1024()
5140 b14 += b1; threefish_encrypt_1024()
5141 b1 = ((b1 << 47) | (b1 >> (64 - 47))) ^ b14; threefish_encrypt_1024()
5152 b1 += k1; threefish_encrypt_1024()
5153 b0 += b1 + k0; threefish_encrypt_1024()
5154 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
5205 b8 += b1; threefish_encrypt_1024()
5206 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b8; threefish_encrypt_1024()
5217 b6 += b1; threefish_encrypt_1024()
5218 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b6; threefish_encrypt_1024()
5244 b14 += b1; threefish_encrypt_1024()
5245 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b14; threefish_encrypt_1024()
5256 b1 += k2; threefish_encrypt_1024()
5257 b0 += b1 + k1; threefish_encrypt_1024()
5258 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
5309 b8 += b1; threefish_encrypt_1024()
5310 b1 = ((b1 << 52) | (b1 >> (64 - 52))) ^ b8; threefish_encrypt_1024()
5321 b6 += b1; threefish_encrypt_1024()
5322 b1 = ((b1 << 13) | (b1 >> (64 - 13))) ^ b6; threefish_encrypt_1024()
5348 b14 += b1; threefish_encrypt_1024()
5349 b1 = ((b1 << 47) | (b1 >> (64 - 47))) ^ b14; threefish_encrypt_1024()
5360 b1 += k3; threefish_encrypt_1024()
5361 b0 += b1 + k2; threefish_encrypt_1024()
5362 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
5413 b8 += b1; threefish_encrypt_1024()
5414 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b8; threefish_encrypt_1024()
5425 b6 += b1; threefish_encrypt_1024()
5426 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b6; threefish_encrypt_1024()
5452 b14 += b1; threefish_encrypt_1024()
5453 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b14; threefish_encrypt_1024()
5465 output[1] = b1 + k4; threefish_encrypt_1024()
5485 u64 b0 = input[0], b1 = input[1], threefish_decrypt_1024() local
5507 b1 -= k4; threefish_decrypt_1024()
5534 tmp = b1 ^ b14; threefish_decrypt_1024()
5535 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_1024()
5536 b14 -= b1; threefish_decrypt_1024()
5570 tmp = b1 ^ b6; threefish_decrypt_1024()
5571 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_1024()
5572 b6 -= b1; threefish_decrypt_1024()
5586 tmp = b1 ^ b8; threefish_decrypt_1024()
5587 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
5588 b8 -= b1; threefish_decrypt_1024()
5653 tmp = b1 ^ b0; threefish_decrypt_1024()
5654 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
5655 b0 -= b1 + k2; threefish_decrypt_1024()
5656 b1 -= k3; threefish_decrypt_1024()
5670 tmp = b1 ^ b14; threefish_decrypt_1024()
5671 b1 = (tmp >> 47) | (tmp << (64 - 47)); threefish_decrypt_1024()
5672 b14 -= b1; threefish_decrypt_1024()
5706 tmp = b1 ^ b6; threefish_decrypt_1024()
5707 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_1024()
5708 b6 -= b1; threefish_decrypt_1024()
5722 tmp = b1 ^ b8; threefish_decrypt_1024()
5723 b1 = (tmp >> 52) | (tmp << (64 - 52)); threefish_decrypt_1024()
5724 b8 -= b1; threefish_decrypt_1024()
5789 tmp = b1 ^ b0; threefish_decrypt_1024()
5790 b1 = (tmp >> 24) | (tmp << (64 - 24)); threefish_decrypt_1024()
5791 b0 -= b1 + k1; threefish_decrypt_1024()
5792 b1 -= k2; threefish_decrypt_1024()
5806 tmp = b1 ^ b14; threefish_decrypt_1024()
5807 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_1024()
5808 b14 -= b1; threefish_decrypt_1024()
5842 tmp = b1 ^ b6; threefish_decrypt_1024()
5843 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_1024()
5844 b6 -= b1; threefish_decrypt_1024()
5858 tmp = b1 ^ b8; threefish_decrypt_1024()
5859 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
5860 b8 -= b1; threefish_decrypt_1024()
5925 tmp = b1 ^ b0; threefish_decrypt_1024()
5926 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
5927 b0 -= b1 + k0; threefish_decrypt_1024()
5928 b1 -= k1; threefish_decrypt_1024()
5942 tmp = b1 ^ b14; threefish_decrypt_1024()
5943 b1 = (tmp >> 47) | (tmp << (64 - 47)); threefish_decrypt_1024()
5944 b14 -= b1; threefish_decrypt_1024()
5978 tmp = b1 ^ b6; threefish_decrypt_1024()
5979 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_1024()
5980 b6 -= b1; threefish_decrypt_1024()
5994 tmp = b1 ^ b8; threefish_decrypt_1024()
5995 b1 = (tmp >> 52) | (tmp << (64 - 52)); threefish_decrypt_1024()
5996 b8 -= b1; threefish_decrypt_1024()
6061 tmp = b1 ^ b0; threefish_decrypt_1024()
6062 b1 = (tmp >> 24) | (tmp << (64 - 24)); threefish_decrypt_1024()
6063 b0 -= b1 + k16; threefish_decrypt_1024()
6064 b1 -= k0; threefish_decrypt_1024()
6078 tmp = b1 ^ b14; threefish_decrypt_1024()
6079 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_1024()
6080 b14 -= b1; threefish_decrypt_1024()
6114 tmp = b1 ^ b6; threefish_decrypt_1024()
6115 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_1024()
6116 b6 -= b1; threefish_decrypt_1024()
6130 tmp = b1 ^ b8; threefish_decrypt_1024()
6131 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
6132 b8 -= b1; threefish_decrypt_1024()
6197 tmp = b1 ^ b0; threefish_decrypt_1024()
6198 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
6199 b0 -= b1 + k15; threefish_decrypt_1024()
6200 b1 -= k16; threefish_decrypt_1024()
6214 tmp = b1 ^ b14; threefish_decrypt_1024()
6215 b1 = (tmp >> 47) | (tmp << (64 - 47)); threefish_decrypt_1024()
6216 b14 -= b1; threefish_decrypt_1024()
6250 tmp = b1 ^ b6; threefish_decrypt_1024()
6251 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_1024()
6252 b6 -= b1; threefish_decrypt_1024()
6266 tmp = b1 ^ b8; threefish_decrypt_1024()
6267 b1 = (tmp >> 52) | (tmp << (64 - 52)); threefish_decrypt_1024()
6268 b8 -= b1; threefish_decrypt_1024()
6333 tmp = b1 ^ b0; threefish_decrypt_1024()
6334 b1 = (tmp >> 24) | (tmp << (64 - 24)); threefish_decrypt_1024()
6335 b0 -= b1 + k14; threefish_decrypt_1024()
6336 b1 -= k15; threefish_decrypt_1024()
6350 tmp = b1 ^ b14; threefish_decrypt_1024()
6351 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_1024()
6352 b14 -= b1; threefish_decrypt_1024()
6386 tmp = b1 ^ b6; threefish_decrypt_1024()
6387 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_1024()
6388 b6 -= b1; threefish_decrypt_1024()
6402 tmp = b1 ^ b8; threefish_decrypt_1024()
6403 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
6404 b8 -= b1; threefish_decrypt_1024()
6469 tmp = b1 ^ b0; threefish_decrypt_1024()
6470 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
6471 b0 -= b1 + k13; threefish_decrypt_1024()
6472 b1 -= k14; threefish_decrypt_1024()
6486 tmp = b1 ^ b14; threefish_decrypt_1024()
6487 b1 = (tmp >> 47) | (tmp << (64 - 47)); threefish_decrypt_1024()
6488 b14 -= b1; threefish_decrypt_1024()
6522 tmp = b1 ^ b6; threefish_decrypt_1024()
6523 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_1024()
6524 b6 -= b1; threefish_decrypt_1024()
6538 tmp = b1 ^ b8; threefish_decrypt_1024()
6539 b1 = (tmp >> 52) | (tmp << (64 - 52)); threefish_decrypt_1024()
6540 b8 -= b1; threefish_decrypt_1024()
6605 tmp = b1 ^ b0; threefish_decrypt_1024()
6606 b1 = (tmp >> 24) | (tmp << (64 - 24)); threefish_decrypt_1024()
6607 b0 -= b1 + k12; threefish_decrypt_1024()
6608 b1 -= k13; threefish_decrypt_1024()
6622 tmp = b1 ^ b14; threefish_decrypt_1024()
6623 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_1024()
6624 b14 -= b1; threefish_decrypt_1024()
6658 tmp = b1 ^ b6; threefish_decrypt_1024()
6659 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_1024()
6660 b6 -= b1; threefish_decrypt_1024()
6674 tmp = b1 ^ b8; threefish_decrypt_1024()
6675 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
6676 b8 -= b1; threefish_decrypt_1024()
6741 tmp = b1 ^ b0; threefish_decrypt_1024()
6742 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
6743 b0 -= b1 + k11; threefish_decrypt_1024()
6744 b1 -= k12; threefish_decrypt_1024()
6758 tmp = b1 ^ b14; threefish_decrypt_1024()
6759 b1 = (tmp >> 47) | (tmp << (64 - 47)); threefish_decrypt_1024()
6760 b14 -= b1; threefish_decrypt_1024()
6794 tmp = b1 ^ b6; threefish_decrypt_1024()
6795 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_1024()
6796 b6 -= b1; threefish_decrypt_1024()
6810 tmp = b1 ^ b8; threefish_decrypt_1024()
6811 b1 = (tmp >> 52) | (tmp << (64 - 52)); threefish_decrypt_1024()
6812 b8 -= b1; threefish_decrypt_1024()
6877 tmp = b1 ^ b0; threefish_decrypt_1024()
6878 b1 = (tmp >> 24) | (tmp << (64 - 24)); threefish_decrypt_1024()
6879 b0 -= b1 + k10; threefish_decrypt_1024()
6880 b1 -= k11; threefish_decrypt_1024()
6894 tmp = b1 ^ b14; threefish_decrypt_1024()
6895 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_1024()
6896 b14 -= b1; threefish_decrypt_1024()
6930 tmp = b1 ^ b6; threefish_decrypt_1024()
6931 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_1024()
6932 b6 -= b1; threefish_decrypt_1024()
6946 tmp = b1 ^ b8; threefish_decrypt_1024()
6947 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
6948 b8 -= b1; threefish_decrypt_1024()
7013 tmp = b1 ^ b0; threefish_decrypt_1024()
7014 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
7015 b0 -= b1 + k9; threefish_decrypt_1024()
7016 b1 -= k10; threefish_decrypt_1024()
7030 tmp = b1 ^ b14; threefish_decrypt_1024()
7031 b1 = (tmp >> 47) | (tmp << (64 - 47)); threefish_decrypt_1024()
7032 b14 -= b1; threefish_decrypt_1024()
7066 tmp = b1 ^ b6; threefish_decrypt_1024()
7067 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_1024()
7068 b6 -= b1; threefish_decrypt_1024()
7082 tmp = b1 ^ b8; threefish_decrypt_1024()
7083 b1 = (tmp >> 52) | (tmp << (64 - 52)); threefish_decrypt_1024()
7084 b8 -= b1; threefish_decrypt_1024()
7149 tmp = b1 ^ b0; threefish_decrypt_1024()
7150 b1 = (tmp >> 24) | (tmp << (64 - 24)); threefish_decrypt_1024()
7151 b0 -= b1 + k8; threefish_decrypt_1024()
7152 b1 -= k9; threefish_decrypt_1024()
7166 tmp = b1 ^ b14; threefish_decrypt_1024()
7167 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_1024()
7168 b14 -= b1; threefish_decrypt_1024()
7202 tmp = b1 ^ b6; threefish_decrypt_1024()
7203 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_1024()
7204 b6 -= b1; threefish_decrypt_1024()
7218 tmp = b1 ^ b8; threefish_decrypt_1024()
7219 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
7220 b8 -= b1; threefish_decrypt_1024()
7285 tmp = b1 ^ b0; threefish_decrypt_1024()
7286 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
7287 b0 -= b1 + k7; threefish_decrypt_1024()
7288 b1 -= k8; threefish_decrypt_1024()
7302 tmp = b1 ^ b14; threefish_decrypt_1024()
7303 b1 = (tmp >> 47) | (tmp << (64 - 47)); threefish_decrypt_1024()
7304 b14 -= b1; threefish_decrypt_1024()
7338 tmp = b1 ^ b6; threefish_decrypt_1024()
7339 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_1024()
7340 b6 -= b1; threefish_decrypt_1024()
7354 tmp = b1 ^ b8; threefish_decrypt_1024()
7355 b1 = (tmp >> 52) | (tmp << (64 - 52)); threefish_decrypt_1024()
7356 b8 -= b1; threefish_decrypt_1024()
7421 tmp = b1 ^ b0; threefish_decrypt_1024()
7422 b1 = (tmp >> 24) | (tmp << (64 - 24)); threefish_decrypt_1024()
7423 b0 -= b1 + k6; threefish_decrypt_1024()
7424 b1 -= k7; threefish_decrypt_1024()
7438 tmp = b1 ^ b14; threefish_decrypt_1024()
7439 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_1024()
7440 b14 -= b1; threefish_decrypt_1024()
7474 tmp = b1 ^ b6; threefish_decrypt_1024()
7475 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_1024()
7476 b6 -= b1; threefish_decrypt_1024()
7490 tmp = b1 ^ b8; threefish_decrypt_1024()
7491 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
7492 b8 -= b1; threefish_decrypt_1024()
7557 tmp = b1 ^ b0; threefish_decrypt_1024()
7558 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
7559 b0 -= b1 + k5; threefish_decrypt_1024()
7560 b1 -= k6; threefish_decrypt_1024()
7574 tmp = b1 ^ b14; threefish_decrypt_1024()
7575 b1 = (tmp >> 47) | (tmp << (64 - 47)); threefish_decrypt_1024()
7576 b14 -= b1; threefish_decrypt_1024()
7610 tmp = b1 ^ b6; threefish_decrypt_1024()
7611 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_1024()
7612 b6 -= b1; threefish_decrypt_1024()
7626 tmp = b1 ^ b8; threefish_decrypt_1024()
7627 b1 = (tmp >> 52) | (tmp << (64 - 52)); threefish_decrypt_1024()
7628 b8 -= b1; threefish_decrypt_1024()
7693 tmp = b1 ^ b0; threefish_decrypt_1024()
7694 b1 = (tmp >> 24) | (tmp << (64 - 24)); threefish_decrypt_1024()
7695 b0 -= b1 + k4; threefish_decrypt_1024()
7696 b1 -= k5; threefish_decrypt_1024()
7710 tmp = b1 ^ b14; threefish_decrypt_1024()
7711 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_1024()
7712 b14 -= b1; threefish_decrypt_1024()
7746 tmp = b1 ^ b6; threefish_decrypt_1024()
7747 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_1024()
7748 b6 -= b1; threefish_decrypt_1024()
7762 tmp = b1 ^ b8; threefish_decrypt_1024()
7763 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
7764 b8 -= b1; threefish_decrypt_1024()
7829 tmp = b1 ^ b0; threefish_decrypt_1024()
7830 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
7831 b0 -= b1 + k3; threefish_decrypt_1024()
7832 b1 -= k4; threefish_decrypt_1024()
7846 tmp = b1 ^ b14; threefish_decrypt_1024()
7847 b1 = (tmp >> 47) | (tmp << (64 - 47)); threefish_decrypt_1024()
7848 b14 -= b1; threefish_decrypt_1024()
7882 tmp = b1 ^ b6; threefish_decrypt_1024()
7883 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_1024()
7884 b6 -= b1; threefish_decrypt_1024()
7898 tmp = b1 ^ b8; threefish_decrypt_1024()
7899 b1 = (tmp >> 52) | (tmp << (64 - 52)); threefish_decrypt_1024()
7900 b8 -= b1; threefish_decrypt_1024()
7965 tmp = b1 ^ b0; threefish_decrypt_1024()
7966 b1 = (tmp >> 24) | (tmp << (64 - 24)); threefish_decrypt_1024()
7967 b0 -= b1 + k2; threefish_decrypt_1024()
7968 b1 -= k3; threefish_decrypt_1024()
7982 tmp = b1 ^ b14; threefish_decrypt_1024()
7983 b1 = (tmp >> 23) | (tmp << (64 - 23)); threefish_decrypt_1024()
7984 b14 -= b1; threefish_decrypt_1024()
8018 tmp = b1 ^ b6; threefish_decrypt_1024()
8019 b1 = (tmp >> 46) | (tmp << (64 - 46)); threefish_decrypt_1024()
8020 b6 -= b1; threefish_decrypt_1024()
8034 tmp = b1 ^ b8; threefish_decrypt_1024()
8035 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
8036 b8 -= b1; threefish_decrypt_1024()
8101 tmp = b1 ^ b0; threefish_decrypt_1024()
8102 b1 = (tmp >> 41) | (tmp << (64 - 41)); threefish_decrypt_1024()
8103 b0 -= b1 + k1; threefish_decrypt_1024()
8104 b1 -= k2; threefish_decrypt_1024()
8118 tmp = b1 ^ b14; threefish_decrypt_1024()
8119 b1 = (tmp >> 47) | (tmp << (64 - 47)); threefish_decrypt_1024()
8120 b14 -= b1; threefish_decrypt_1024()
8154 tmp = b1 ^ b6; threefish_decrypt_1024()
8155 b1 = (tmp >> 13) | (tmp << (64 - 13)); threefish_decrypt_1024()
8156 b6 -= b1; threefish_decrypt_1024()
8170 tmp = b1 ^ b8; threefish_decrypt_1024()
8171 b1 = (tmp >> 52) | (tmp << (64 - 52)); threefish_decrypt_1024()
8172 b8 -= b1; threefish_decrypt_1024()
8237 tmp = b1 ^ b0; threefish_decrypt_1024()
8238 b1 = (tmp >> 24) | (tmp << (64 - 24)); threefish_decrypt_1024()
8239 b0 -= b1 + k0; threefish_decrypt_1024()
8240 b1 -= k1; threefish_decrypt_1024()
8256 output[1] = b1; threefish_decrypt_1024()
/linux-4.1.27/arch/c6x/lib/
H A Ddivremu.S36 [b1] lmbd .l2 1, B4, B1
37 ||[!b1] b .s2 B3 ; RETURN A
38 ||[!b1] mvk .d2 1, B4
40 ||[!b1] zero .s1 A5
52 || [b1] subc .l1x A4,B4,A4
53 || [b1] add .s2 -1, B1, B1
54 [b1] subc .l1x A4,B4,A4
55 || [b1] add .s2 -1, B1, B1
60 || [b1] subc .l1x A4,B4,A4
61 || [b1] add .s2 -1, B1, B1
62 [b1] subc .l1x A4,B4,A4
63 || [b1] add .s2 -1, B1, B1
65 [b1] subc .l1x A4,B4,A4
66 || [b1] add .s2 -1, B1, B1
67 [b1] subc .l1x A4,B4,A4
68 || [b1] add .s2 -1, B1, B1
69 [b1] subc .l1x A4,B4,A4
70 || [b1] add .s2 -1, B1, B1
71 [b1] subc .l1x A4,B4,A4
72 || [b1] add .s2 -1, B1, B1
73 [b1] subc .l1x A4,B4,A4
74 || [b1] add .s2 -1, B1, B1
/linux-4.1.27/fs/f2fs/
H A Dhash.c31 __u32 b0 = buf[0], b1 = buf[1]; TEA_transform() local
37 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); TEA_transform()
38 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); TEA_transform()
42 buf[1] += b1; TEA_transform()
/linux-4.1.27/fs/reiserfs/
H A Dhashes.c28 u32 b0, b1; \
31 b1 = h1; \
36 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); \
37 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); \
41 h1 += b1; \
/linux-4.1.27/drivers/isdn/mISDN/
H A Ddsp_biquad.h33 int32_t b1; member in struct:biquad2_state
41 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) biquad2_init()
46 bq->b1 = b1; biquad2_init()
59 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; biquad2()
40 biquad2_init(struct biquad2_state *bq, int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) biquad2_init() argument
/linux-4.1.27/crypto/
H A Dxor.c64 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) do_xor_speed() argument
88 tmpl->do_2(BENCH_SIZE, b1, b2); do_xor_speed()
109 void *b1, *b2; calibrate_xor_blocks() local
117 b1 = (void *) __get_free_pages(GFP_KERNEL | __GFP_NOTRACK, 2); calibrate_xor_blocks()
118 if (!b1) { calibrate_xor_blocks()
122 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE; calibrate_xor_blocks()
135 #define xor_speed(templ) do_xor_speed((templ), b1, b2) calibrate_xor_blocks()
157 free_pages((unsigned long)b1, 2); calibrate_xor_blocks()
H A Daes_generic.c1334 u32 b0[4], b1[4]; aes_encrypt() local
1344 f_nround(b1, b0, kp); aes_encrypt()
1345 f_nround(b0, b1, kp); aes_encrypt()
1349 f_nround(b1, b0, kp); aes_encrypt()
1350 f_nround(b0, b1, kp); aes_encrypt()
1353 f_nround(b1, b0, kp); aes_encrypt()
1354 f_nround(b0, b1, kp); aes_encrypt()
1355 f_nround(b1, b0, kp); aes_encrypt()
1356 f_nround(b0, b1, kp); aes_encrypt()
1357 f_nround(b1, b0, kp); aes_encrypt()
1358 f_nround(b0, b1, kp); aes_encrypt()
1359 f_nround(b1, b0, kp); aes_encrypt()
1360 f_nround(b0, b1, kp); aes_encrypt()
1361 f_nround(b1, b0, kp); aes_encrypt()
1362 f_lround(b0, b1, kp); aes_encrypt()
1406 u32 b0[4], b1[4]; aes_decrypt() local
1416 i_nround(b1, b0, kp); aes_decrypt()
1417 i_nround(b0, b1, kp); aes_decrypt()
1421 i_nround(b1, b0, kp); aes_decrypt()
1422 i_nround(b0, b1, kp); aes_decrypt()
1425 i_nround(b1, b0, kp); aes_decrypt()
1426 i_nround(b0, b1, kp); aes_decrypt()
1427 i_nround(b1, b0, kp); aes_decrypt()
1428 i_nround(b0, b1, kp); aes_decrypt()
1429 i_nround(b1, b0, kp); aes_decrypt()
1430 i_nround(b0, b1, kp); aes_decrypt()
1431 i_nround(b1, b0, kp); aes_decrypt()
1432 i_nround(b0, b1, kp); aes_decrypt()
1433 i_nround(b1, b0, kp); aes_decrypt()
1434 i_lround(b0, b1, kp); aes_decrypt()
/linux-4.1.27/arch/arm/include/asm/
H A Dxor.h29 : "=r" (src), "=r" (b1), "=r" (b2) \
31 __XOR(a1, b1); __XOR(a2, b2);
35 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
37 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
57 register unsigned int b1 __asm__("r8"); xor_arm4regs_2()
78 register unsigned int b1 __asm__("r8"); xor_arm4regs_3()
98 register unsigned int b1 __asm__("ip"); xor_arm4regs_4()
117 register unsigned int b1 __asm__("ip"); xor_arm4regs_5()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dlgdt3306a.c1852 0x0000, /* SOFTRSTB 1'b1 1'b1 1'b1 ADCPDB 1'b1 PLLPDB GBBPDB 11111111 */
1853 0x0001, /* 1'b1 1'b1 1'b0 1'b0 AUTORPTRS */
1862 0x000a, /* DAFTEN 1'b1 x x SCSYSLOCK */
1870 0x0013, /* AGCRFFIXB AGCIFFIXB AGCLOCKDETRNGSEL[1:0] 1'b1 1'b0 1'b0 1'b0 11101000 */
1877 0x001c, /* 1'b1 PFEN MFEN AICCVSYNC */
1878 0x001d, /* 1'b0 1'b1 1'b0 1'b1 AICCVSYNC */
1879 0x001e, /* AICCALPHA[3:0] 1'b1 1'b0 1'b1 1'b0 01111010 */
1898 0x0031, /* 1'b0 1'b1 1'b0 1'b0 x DAGC1STER */
1906 0x003d, /* 1'b1 SAMGEARS */
1909 0x0044, /* 1'b1 CRGEARSHE */
1916 0x0050, /* 1'b0 1'b1 1'b1 1'b0 MSECALCDA */
1970 0x1005, /* x x 1'b1 1'b1 x SRD_Q_QM */
1973 0x101a, /* x 1'b1 1'b0 1'b0 x QMDQAMMODE[2:0] x100x010 */
1974 0x1036, /* 1'b0 1'b1 1'b0 1'b0 SAMGSEND_CQS[3:0] 01001110 */
1976 0x103d, /* 1'b1 1'b1 SAMCNORMBP_V[1:0] 1'b0 1'b0 SAMMODESEL_V[1:0] 11100001 */
1980 0x1060, /* 1'b1 EQSTATUSE */
1982 0x1065, /* 1'b0 x CRMODE_V[1:0] 1'b1 x 1'b1 x 0x111x1x */
1983 0x1066, /* 1'b0 1'b0 1'b1 1'b0 1'b1 PNBOOSTSE */
1988 0x1073, /* CRPGAIN_V[3:0] x x 1'b1 1'b1 1001xx11 */
1989 0x1074, /* CRPBW_V[3:0] x x 1'b1 1'b1 0001xx11 */
2045 0x211f, /* 1'b1 1'b1 1'b1 CIRQEN x x 1'b0 1'b0 1111xx00 */
2049 0x212c, /* PHDEROTBWSEL[3:0] 1'b1 1'b1 1'b1 1'b0 10001110 */
2050 0x212d, /* 1'b1 1'b1 1'b1 1'b1 x x TPIFLOCKS */
2052 0x2141, /* TRMODE[1:0] 1'b1 1'b1 1'b0 1'b1 1'b1 1'b1 01110111 */
2055 0x2179, /* 1'b0 1'b0 1'b0 1'b1 x BADSINGLEDYNTRACKFBF[2:0] 0001x001 */
2056 0x217a, /* 1'b0 1'b0 1'b0 1'b1 x BADSLOWSINGLEDYNTRACKFBF[2:0] 0001x001 */
2066 0x2845, /* 1'b0 1'b1 x x FFFSTEP_CQS[1:0] FFFCENTERTAP[1:0] 01xx1110 */
2067 0x2846, /* 1'b0 x 1'b0 1'b1 FBFSTEP_CQS[1:0] 1'b1 1'b0 0x011110 */
2069 0x2849, /* 1'b1 1'b1 NOUSENOSI */
2071 0x3000, /* 1'b1 1'b1 1'b1 x x x 1'b0 RPTRSTM */
2074 0x3032, /* 1'b1 1'b0 1'b0 1'b0 x x FRAMELOCKMODE_CQS[1:0] 1000xx11 */
H A Dlgs8gl5.c97 u8 b1[] = {0}; lgs8gl5_read_reg() local
108 .buf = b1, lgs8gl5_read_reg()
117 return b1[0]; lgs8gl5_read_reg()
137 u8 b1[] = {0}; lgs8gl5_update_alt_reg() local
149 .buf = b1, lgs8gl5_update_alt_reg()
H A Dtda826x.c147 u8 b1 [] = { 0, 0 }; tda826x_attach() local
150 { .addr = addr, .flags = I2C_M_RD, .buf = b1, .len = 2 } tda826x_attach()
164 if (!(b1[1] & 0x80)) tda826x_attach()
H A Dstb6000.c206 u8 b1[] = { 0, 0 }; stb6000_attach() local
216 .buf = b1, stb6000_attach()
H A Dtua6100.c176 u8 b1 [] = { 0x80 }; tua6100_attach() local
178 struct i2c_msg msg [] = { { .addr = addr, .flags = 0, .buf = b1, .len = 1 }, tua6100_attach()
H A Dau8522_common.c64 u8 b1[] = { 0 }; au8522_readreg() local
70 .buf = b1, .len = 1 } }; au8522_readreg()
77 return b1[0]; au8522_readreg()
H A Dl64781.c69 u8 b1 [] = { 0 }; l64781_readreg() local
71 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; l64781_readreg()
77 return b1[0]; l64781_readreg()
507 u8 b1 [] = { 0x00 }; l64781_attach() local
509 { .addr = config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; l64781_attach()
H A Dcx22700.c91 u8 b1 [] = { 0 }; cx22700_readreg() local
93 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; cx22700_readreg()
101 return b1[0]; cx22700_readreg()
H A Ds5h1432.c76 u8 b1[] = { 0 }; s5h1432_readreg() local
80 {.addr = addr, .flags = I2C_M_RD, .buf = b1, .len = 1} s5h1432_readreg()
88 return b1[0]; s5h1432_readreg()
H A Dstv6110x.c47 u8 b1[] = { 0 }; stv6110x_read_reg() local
50 { .addr = config->addr, .flags = I2C_M_RD, .buf = b1, .len = 1 } stv6110x_read_reg()
58 *data = b1[0]; stv6110x_read_reg()
H A Dves1820.c77 u8 b1[] = { 0 }; ves1820_readreg() local
80 {.addr = state->config->demod_address,.flags = I2C_M_RD,.buf = b1,.len = 1} ves1820_readreg()
90 return b1[0]; ves1820_readreg()
H A Dsp8870.c84 u8 b1 [] = { 0, 0 }; sp8870_readreg() local
86 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 2 } }; sp8870_readreg()
95 return (b1[0] << 8 | b1[1]); sp8870_readreg()
H A Dsp887x.c79 u8 b1 [2]; sp887x_readreg() local
82 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 2 }}; sp887x_readreg()
89 return (((b1[0] << 8) | b1[1]) & 0xfff); sp887x_readreg()
H A Dmt352.c86 u8 b1 [] = { 0 }; mt352_read_register() local
92 .buf = b1, .len = 1 } }; mt352_read_register()
102 return b1[0]; mt352_read_register()
H A Dnxt6000.c60 u8 b1[] = { 0 }; nxt6000_readreg() local
63 {.addr = state->config->demod_address,.flags = I2C_M_RD,.buf = b1,.len = 1} nxt6000_readreg()
71 return b1[0]; nxt6000_readreg()
H A Dstv0288.c97 u8 b1[] = { 0 }; stv0288_readreg() local
107 .buf = b1, stv0288_readreg()
118 return b1[0]; stv0288_readreg()
H A Dstv0297.c70 u8 b1[] = { 0 }; stv0297_readreg() local
72 {.addr = state->config->demod_address,.flags = I2C_M_RD,.buf = b1,.len = 1} stv0297_readreg()
92 return b1[0]; stv0297_readreg()
H A Dtda10021.c91 u8 b1 [] = { 0 }; tda10021_readreg() local
93 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; tda10021_readreg()
101 return b1[0]; tda10021_readreg()
H A Dtda10023.c67 u8 b1 [] = { 0 }; tda10023_readreg() local
69 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; tda10023_readreg()
79 return b1[0]; tda10023_readreg()
H A Dts2020.c91 u8 b1[] = { 0 }; ts2020_readreg() local
101 .buf = b1, ts2020_readreg()
120 return b1[0]; ts2020_readreg()
H A Dves1x93.c113 u8 b1 [] = { 0 }; ves1x93_readreg() local
115 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; ves1x93_readreg()
121 return b1[0]; ves1x93_readreg()
H A Dzl10353.c81 u8 b1[1] = { 0 }; zl10353_read_register() local
87 .buf = b1, .len = 1 } }; zl10353_read_register()
97 return b1[0]; zl10353_read_register()
H A Dlgs8gxx.c82 u8 b1[] = { 0 }; lgs8gxx_read_reg() local
85 { .flags = I2C_M_RD, .buf = b1, .len = 1 }, lgs8gxx_read_reg()
99 *p_data = b1[0]; lgs8gxx_read_reg()
101 dprintk("%s: reg=0x%02X, data=0x%02X\n", __func__, reg, b1[0]); lgs8gxx_read_reg()
H A Ds5h1409.c334 u8 b1[] = { 0, 0 }; s5h1409_readreg() local
340 .buf = b1, .len = 2 } }; s5h1409_readreg()
346 return (b1[0] << 8) | b1[1]; s5h1409_readreg()
H A Ds5h1411.c363 u8 b1[] = { 0, 0 }; s5h1411_readreg() local
367 { .addr = addr, .flags = I2C_M_RD, .buf = b1, .len = 2 } }; s5h1411_readreg()
374 return (b1[0] << 8) | b1[1]; s5h1411_readreg()
H A Dcx24110.c135 u8 b1 [] = { 0 }; cx24110_readreg() local
137 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; cx24110_readreg()
143 return b1[0]; cx24110_readreg()
H A Dm88rs2000.c88 u8 b1[] = { 0 }; m88rs2000_readreg() local
99 .buf = b1, m88rs2000_readreg()
110 return b1[0]; m88rs2000_readreg()
H A Dsi21xx.c288 u8 b1[] = { 0 }; si21_readreg() local
298 .buf = b1, si21_readreg()
309 return b1[0]; si21_readreg()
H A Dstv0299.c110 u8 b1 [] = { 0 }; stv0299_readreg() local
112 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; stv0299_readreg()
120 return b1[0]; stv0299_readreg()
H A Dtda10048.c245 u8 b1[] = { 0 }; tda10048_readreg() local
250 .flags = I2C_M_RD, .buf = b1, .len = 1 } }; tda10048_readreg()
260 return b1[0]; tda10048_readreg()
H A Dtda10086.c72 u8 b1[] = { 0 }; tda10086_read_byte() local
74 { .flags = I2C_M_RD, .buf = b1, .len = 1 }}; tda10086_read_byte()
86 return b1[0]; tda10086_read_byte()
H A Dds3000.c317 u8 b1[] = { 0 }; ds3000_readreg() local
327 .buf = b1, ds3000_readreg()
339 dprintk("%s: read reg 0x%02x, value 0x%02x\n", __func__, reg, b1[0]); ds3000_readreg()
341 return b1[0]; ds3000_readreg()
H A Dtda1004x.c152 u8 b1[] = { 0 }; tda1004x_read_byte() local
154 { .flags = I2C_M_RD, .buf = b1, .len = 1 }}; tda1004x_read_byte()
169 reg, b1[0], ret); tda1004x_read_byte()
170 return b1[0]; tda1004x_read_byte()
H A Ddvb-pll.c756 u8 b1 [] = { 0 }; dvb_pll_attach() local
758 .buf = b1, .len = 1 }; dvb_pll_attach()
H A Dcx24116.c264 u8 b1[] = { 0 }; cx24116_readreg() local
269 .buf = b1, .len = 1 } cx24116_readreg()
282 reg, b1[0]); cx24116_readreg()
284 return b1[0]; cx24116_readreg()
H A Dmb86a16.c101 u8 b1[] = { 0 }; mb86a16_read() local
112 .buf = b1, mb86a16_read()
125 *val = b1[0]; mb86a16_read()
H A Dstv0367.c811 u8 b1[] = { 0 }; stv0367_readreg() local
821 .buf = b1, stv0367_readreg()
835 printk(KERN_DEBUG "%s: %02x: %02x\n", __func__, reg, b1[0]); stv0367_readreg()
837 return b1[0]; stv0367_readreg()
/linux-4.1.27/arch/s390/net/
H A Dbpf_jit_comp.c104 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) reg_set_seen() argument
106 u32 r1 = reg2hex[b1]; reg_set_seen()
112 #define REG_SET_SEEN(b1) \
114 reg_set_seen(jit, b1); \
117 #define REG_SEEN(b1) jit->seen_reg[reg2hex[(b1)]]
130 #define EMIT2(op, b1, b2) \
132 _EMIT2(op | reg(b1, b2)); \
133 REG_SET_SEEN(b1); \
144 #define EMIT4(op, b1, b2) \
146 _EMIT4(op | reg(b1, b2)); \
147 REG_SET_SEEN(b1); \
151 #define EMIT4_RRF(op, b1, b2, b3) \
153 _EMIT4(op | reg_high(b3) << 8 | reg(b1, b2)); \
154 REG_SET_SEEN(b1); \
165 #define EMIT4_DISP(op, b1, b2, disp) \
167 _EMIT4_DISP(op | reg_high(b1) << 16 | \
169 REG_SET_SEEN(b1); \
173 #define EMIT4_IMM(op, b1, imm) \
176 _EMIT4(op | reg_high(b1) << 16 | __imm); \
177 REG_SET_SEEN(b1); \
201 #define EMIT6_DISP(op1, op2, b1, b2, b3, disp) \
203 _EMIT6_DISP(op1 | reg(b1, b2) << 16 | \
205 REG_SET_SEEN(b1); \
217 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \
219 _EMIT6_DISP_LH(op1 | reg(b1, b2) << 16 | \
221 REG_SET_SEEN(b1); \
226 #define EMIT6_PCREL(op1, op2, b1, b2, i, off, mask) \
230 _EMIT6(op1 | reg(b1, b2) << 16 | (rel & 0xffff), op2 | mask); \
231 REG_SET_SEEN(b1); \
241 #define EMIT6_IMM(op, b1, imm) \
243 _EMIT6_IMM(op | reg_high(b1) << 16, imm); \
244 REG_SET_SEEN(b1); \
269 #define EMIT_ZERO(b1) \
272 EMIT4(0xb9160000, b1, b1); \
273 REG_SET_SEEN(b1); \
400 * For SKB access %b1 contains the SKB pointer. For "bpf_jit.S" bpf_jit_prologue()
405 /* Header length: llgf %w1,<len>(%b1) */ bpf_jit_prologue()
408 /* s %w1,<data_len>(%b1) */ bpf_jit_prologue()
414 /* lg %skb_data,data_off(%b1) */ bpf_jit_prologue()
939 * b0 = (__bpf_call_base + imm)(b1, b2, b3, b4, b5) bpf_jit_insn()
/linux-4.1.27/fs/ext3/
H A Dhash.c20 __u32 b0 = buf[0], b1 = buf[1]; TEA_transform() local
26 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); TEA_transform()
27 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); TEA_transform()
31 buf[1] += b1; TEA_transform()
/linux-4.1.27/fs/ext4/
H A Dhash.c21 __u32 b0 = buf[0], b1 = buf[1]; TEA_transform() local
27 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); TEA_transform()
28 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); TEA_transform()
32 buf[1] += b1; TEA_transform()
H A Dextents.c1879 ext4_lblk_t b1, b2; ext4_ext_check_overlap() local
1883 b1 = le32_to_cpu(newext->ee_block); ext4_ext_check_overlap()
1894 if (b2 < b1) { ext4_ext_check_overlap()
1902 if (b1 + len1 < b1) { ext4_ext_check_overlap()
1903 len1 = EXT_MAX_BLOCKS - b1; ext4_ext_check_overlap()
1909 if (b1 + len1 > b2) { ext4_ext_check_overlap()
1910 newext->ee_len = cpu_to_le16(b2 - b1); ext4_ext_check_overlap()
/linux-4.1.27/block/
H A Dblk-integrity.c148 struct blk_integrity *b1 = gd1->integrity; blk_integrity_compare() local
151 if (!b1 && !b2) blk_integrity_compare()
154 if (!b1 || !b2) blk_integrity_compare()
157 if (b1->interval != b2->interval) { blk_integrity_compare()
160 b1->interval, b2->interval); blk_integrity_compare()
164 if (b1->tuple_size != b2->tuple_size) { blk_integrity_compare()
167 b1->tuple_size, b2->tuple_size); blk_integrity_compare()
171 if (b1->tag_size && b2->tag_size && (b1->tag_size != b2->tag_size)) { blk_integrity_compare()
174 b1->tag_size, b2->tag_size); blk_integrity_compare()
178 if (strcmp(b1->name, b2->name)) { blk_integrity_compare()
181 b1->name, b2->name); blk_integrity_compare()
/linux-4.1.27/drivers/cpufreq/
H A Dexynos-cpufreq.h27 #define APLL_FREQ(f, a0, a1, a2, a3, a4, a5, a6, a7, b0, b1, b2, m, p, s) \
32 .clk_div_cpu1 = (b0 << 0 | b1 << 4 | b2 << 8), \
H A Dspeedstep-lib.c58 /* PIII(-M) FSB settings: see table b1-b of 24547206.pdf */ pentium3_get_frequency()
/linux-4.1.27/drivers/crypto/nx/
H A Dnx-aes-ccm.c182 u8 tmp[16], *b1 = NULL, *b0 = NULL, *result = NULL; generate_pat() local
210 b1 = nx_ctx->priv.ccm.iauth_tag; generate_pat()
217 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1; generate_pat()
221 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1; generate_pat()
234 if (b1) { generate_pat()
235 memset(b1, 0, 16); generate_pat()
237 *(u16 *)b1 = (u16)req->assoclen; generate_pat()
238 scatterwalk_map_and_copy(b1 + 2, req->assoc, 0, generate_pat()
241 *(u16 *)b1 = (u16)(0xfffe); generate_pat()
242 *(u32 *)&b1[2] = (u32)req->assoclen; generate_pat()
243 scatterwalk_map_and_copy(b1 + 6, req->assoc, 0, generate_pat()
254 nx_insg = nx_build_sg_list(nx_insg, b1, &len, nx_ctx->ap->sglen); generate_pat()
H A Dnx_csbcpb.h51 u8 b1[16]; member in struct:cop_symcpb_aes_cca
/linux-4.1.27/tools/vm/
H A Dslabinfo.c748 char b1[20], b2[20], b3[20], b4[20]; totals() local
924 store_size(b1, total_size);store_size(b2, total_waste); totals()
926 printf("Memory used: %6s # Loss : %6s MRatio:%6s%%\n", b1, b2, b3); totals()
928 store_size(b1, total_objects);store_size(b2, total_partobj); totals()
930 printf("# Objects : %6s # PartObj: %6s ORatio:%6s%%\n", b1, b2, b3); totals()
936 store_size(b1, avg_objects);store_size(b2, min_objects); totals()
939 b1, b2, b3, b4); totals()
941 store_size(b1, avg_slabs);store_size(b2, min_slabs); totals()
944 b1, b2, b3, b4); totals()
946 store_size(b1, avg_partial);store_size(b2, min_partial); totals()
949 b1, b2, b3, b4); totals()
950 store_size(b1, avg_ppart);store_size(b2, min_ppart); totals()
954 b1, b2, b3, b4); totals()
956 store_size(b1, avg_partobj);store_size(b2, min_partobj); totals()
960 b1, b2, b3, b4); totals()
962 store_size(b1, avg_ppartobj);store_size(b2, min_ppartobj); totals()
966 b1, b2, b3, b4); totals()
968 store_size(b1, avg_size);store_size(b2, min_size); totals()
971 b1, b2, b3, b4); totals()
973 store_size(b1, avg_used);store_size(b2, min_used); totals()
976 b1, b2, b3, b4); totals()
978 store_size(b1, avg_waste);store_size(b2, min_waste); totals()
981 b1, b2, b3, b4); totals()
987 store_size(b1, avg_memobj);store_size(b2, min_memobj); totals()
990 b1, b2, b3); totals()
991 store_size(b1, avg_objsize);store_size(b2, min_objsize); totals()
994 b1, b2, b3); totals()
996 store_size(b1, avg_objwaste);store_size(b2, min_objwaste); totals()
999 b1, b2, b3); totals()
/linux-4.1.27/arch/x86/crypto/
H A Dcast6-avx-x86_64-asm_64.S139 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \
140 F_head(b1, RX, RGI1, RGI2, op0); \
143 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
149 #define F1_2(a1, b1, a2, b2) \
150 F_2(a1, b1, a2, b2, vpaddd, xorl, subl, addl)
151 #define F2_2(a1, b1, a2, b2) \
152 F_2(a1, b1, a2, b2, vpxor, subl, addl, xorl)
153 #define F3_2(a1, b1, a2, b2) \
154 F_2(a1, b1, a2, b2, vpsubd, addl, xorl, subl)
H A Dghash-clmulni-intel_asm.S58 PCLMULQDQ 0x11 SHASH T1 # T1 = a1 * b1
59 PCLMULQDQ 0x00 T3 T2 # T2 = (a1 + a0) * (b1 + b0)
61 pxor T1, T2 # T2 = a0 * b1 + a1 * b0
H A Dcast5-avx-x86_64-asm_64.S139 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \
140 F_head(b1, RX, RGI1, RGI2, op0); \
143 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
149 #define F1_2(a1, b1, a2, b2) \
150 F_2(a1, b1, a2, b2, vpaddd, xorl, subl, addl)
151 #define F2_2(a1, b1, a2, b2) \
152 F_2(a1, b1, a2, b2, vpxor, subl, addl, xorl)
153 #define F3_2(a1, b1, a2, b2) \
154 F_2(a1, b1, a2, b2, vpsubd, addl, xorl, subl)
156 #define subround(a1, b1, a2, b2, f) \
157 F ## f ## _2(a1, b1, a2, b2);
H A Daesni-intel_asm.S168 pxor \HK, \TMP3 # TMP3 = b1+b0
169 PCLMULQDQ 0x11, \HK, \TMP1 # TMP1 = a1*b1
171 PCLMULQDQ 0x00, \TMP3, \TMP2 # TMP2 = (a0+a1)*(b1+b0)
678 PCLMULQDQ 0x11, \TMP5, \TMP4 # TMP4 = a1*b1
697 PCLMULQDQ 0x00, \TMP5, \TMP6 # TMP6 = (a1+a0)*(b1+b0)
712 PCLMULQDQ 0x11, \TMP5, \TMP1 # TMP1 = a1 * b1
725 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
742 PCLMULQDQ 0x11, \TMP5, \TMP1 # TMP1 = a1*b1
755 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
773 PCLMULQDQ 0x11, \TMP5, \TMP1 # TMP1 = a1*b1
802 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
886 PCLMULQDQ 0x11, \TMP5, \TMP4 # TMP4 = a1*b1
905 PCLMULQDQ 0x00, \TMP5, \TMP6 # TMP6 = (a1+a0)*(b1+b0)
920 PCLMULQDQ 0x11, \TMP5, \TMP1 # TMP1 = a1 * b1
933 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
950 PCLMULQDQ 0x11, \TMP5, \TMP1 # TMP1 = a1*b1
963 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
981 PCLMULQDQ 0x11, \TMP5, \TMP1 # TMP1 = a1*b1
1010 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
1086 PCLMULQDQ 0x11, \TMP5, \TMP6 # TMP6 = a1*b1
1089 PCLMULQDQ 0x00, \TMP4, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
1099 PCLMULQDQ 0x11, \TMP5, \TMP1 # TMP1 = a1*b1
1102 PCLMULQDQ 0x00, \TMP4, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
1114 PCLMULQDQ 0x11, \TMP5, \TMP1 # TMP1 = a1*b1
1117 PCLMULQDQ 0x00, \TMP4, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
1127 PCLMULQDQ 0x11, \TMP5, \TMP1 # TMP1 = a1*b1
1130 PCLMULQDQ 0x00, \TMP4, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
H A Dcamellia-aesni-avx-asm_64.S431 #define byteslice_16x16b(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, a3, \
436 transpose_4x4(b0, b1, b2, b3, d2, d3); \
450 vpshufb a0, b1, b1; \
468 transpose_4x4(a1, b1, c1, d1, d2, d3); \
473 vmovdqu b1, st1; \
474 transpose_4x4(a2, b2, c2, d2, b0, b1); \
475 transpose_4x4(a3, b3, c3, d3, b0, b1); \
477 vmovdqu st1, b1; \
H A Dcamellia-aesni-avx2-asm_64.S470 #define byteslice_16x16b_fast(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, \
475 transpose_4x4(b0, b1, b2, b3, d2, d3); \
489 vpshufb a0, b1, b1; \
507 transpose_4x4(a1, b1, c1, d1, d2, d3); \
512 vmovdqu b1, st1; \
513 transpose_4x4(a2, b2, c2, d2, b0, b1); \
514 transpose_4x4(a3, b3, c3, d3, b0, b1); \
516 vmovdqu st1, b1; \
H A Daesni-intel_avx-x86_64.S256 vpxor \HK , \T3, \T3 # T3 = (b1+b0)
258 vpclmulqdq $0x11, \HK, \GH, \T1 # T1 = a1*b1
260 vpclmulqdq $0x00, \T3, \T2, \T2 # T2 = (a1+a0)*(b1+b0)
262 vpxor \T1, \T2,\T2 # T2 = a0*b1+a1*b0
718 vpclmulqdq $0x11, \T5, \T2, \T4 # T4 = a1*b1
1545 vpclmulqdq $0x11,\HK,\GH,\T1 # T1 = a1*b1
1548 vpclmulqdq $0x10,\HK,\GH,\GH # GH = a0*b1
1982 vpclmulqdq $0x11, \T5, \T2, \T4 # T4 = a1*b1
1985 vpclmulqdq $0x10, \T5, \T2, \T5 # T5 = a0*b1
/linux-4.1.27/drivers/isdn/pcbit/
H A Ddrv.c106 dev->b1 = kzalloc(sizeof(struct pcbit_chan), GFP_KERNEL); pcbit_init_dev()
107 if (!dev->b1) { pcbit_init_dev()
118 kfree(dev->b1); pcbit_init_dev()
135 kfree(dev->b1); pcbit_init_dev()
157 kfree(dev->b1); pcbit_init_dev()
189 kfree(dev->b1); pcbit_init_dev()
223 if (dev->b1->fsm_timer.function) pcbit_terminate()
224 del_timer(&dev->b1->fsm_timer); pcbit_terminate()
227 kfree(dev->b1); pcbit_terminate()
250 chan = (ctl->arg & 0x0F) ? dev->b2 : dev->b1; pcbit_command()
342 chan = chnum ? dev->b2 : dev->b1; pcbit_xmit()
529 if (!dev->b1->fsm_state) pcbit_l3_receive()
530 chan = dev->b1; pcbit_l3_receive()
566 printk(KERN_DEBUG "refnum=%04x b1=%04x b2=%04x\n", refnum, pcbit_l3_receive()
567 dev->b1->s_refnum, pcbit_l3_receive()
572 if (dev->b1->fsm_state == ST_CALL_INIT) pcbit_l3_receive()
573 chan = dev->b1; pcbit_l3_receive()
H A Dcapi.h73 if (dev->b1->callref == callref) capi_channel()
74 return dev->b1; capi_channel()
H A Dpcbit.h97 struct pcbit_chan *b1; member in struct:pcbit_dev
H A Dlayer2.h150 if (dev->b1 == chan || dev->b2 == chan) chan2dev()
H A Dlayer2.c483 chan = dev->b1; pcbit_firmware_bug()
/linux-4.1.27/include/linux/usb/
H A Dr8a66597.h157 #define LNST 0x0003 /* b1-0: D+, D- line status */
173 #define RHST 0x0007 /* b1-0: Reset handshake status */
197 #define INTA 0x0001 /* b1: USB INT-pin active */
261 #define BRDY1 0x0002 /* b1: PIPE1 */
262 #define BRDY0 0x0001 /* b1: PIPE0 */
273 #define NRDY1 0x0002 /* b1: PIPE1 */
274 #define NRDY0 0x0001 /* b1: PIPE0 */
285 #define BEMP1 0x0002 /* b1: PIPE1 */
363 #define PID 0x0003 /* b1-0: Response PID */
408 #define PID 0x0003 /* b1-0: Response PID */
450 #define DEN 0x0001 /* b1: DMA Transfer Enable */
454 #define CH0STCLR 0x0001 /* b1: Ch0 DMA Status Clear */
460 #define CH0BUFS 0x0001 /* b1: Ch0 DMA Buffer Data Status */
466 #define CH0ENDE 0x0001 /* b1: Ch0 DMA Transfer End Int Enable */
472 #define CH0ENDS 0x0001 /* b1: Ch0 DMA Transfer End Int Status */
478 #define CH0ENDC 0x0001 /* b1: Ch0 DMA Transfer End Int Stat Clear */
/linux-4.1.27/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall.h66 register int b1 asm("a3") = b; __simc()
73 : "=a" (ret), "=a" (errno), "+r"(a1), "+r"(b1) __simc()
/linux-4.1.27/drivers/atm/
H A Dfore200e.h70 #define BITFIELD2(b1, b2) b1; b2;
71 #define BITFIELD3(b1, b2, b3) b1; b2; b3;
72 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4;
73 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5;
74 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6;
76 #define BITFIELD2(b1, b2) b2; b1;
77 #define BITFIELD3(b1, b2, b3) b3; b2; b1;
78 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1;
79 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1;
80 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1;
H A Dnicstar.h461 /* b18-2{SRAM addr} b1-0{burst size} */
/linux-4.1.27/arch/blackfin/include/asm/
H A Dcontext.S43 [--sp] = b1;
115 [--sp] = b1;
174 [--sp] = b1;
253 b1 = [sp++]; define
323 b1 = [sp++]; define
H A Ddpmc.h92 [--sp] = b1;
150 b1 = [sp++];
/linux-4.1.27/arch/x86/net/
H A Dbpf_jit_comp.c42 #define EMIT1(b1) EMIT(b1, 1)
43 #define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2)
44 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3)
45 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4)
46 #define EMIT1_off32(b1, off) \
47 do {EMIT1(b1); EMIT(off, 4); } while (0)
48 #define EMIT2_off32(b1, b2, off) \
49 do {EMIT2(b1, b2); EMIT(off, 4); } while (0)
50 #define EMIT3_off32(b1, b2, b3, off) \
51 do {EMIT3(b1, b2, b3); EMIT(off, 4); } while (0)
52 #define EMIT4_off32(b1, b2, b3, b4, off) \
53 do {EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0)
269 u8 b1 = 0, b2 = 0, b3 = 0; do_jit() local
359 b1 = add_1mod(0x48, dst_reg); do_jit()
362 EMIT3_off32(b1, b2, add_1reg(b3, dst_reg), imm32); do_jit()
/linux-4.1.27/drivers/iio/pressure/
H A Dmpl115.c33 s16 b1, b2; member in struct:mpl115_data
71 a1 = data->b1 + ((data->c12 * tadc) >> 11); mpl115_comp_pressure()
181 data->b1 = ret; mpl115_probe()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dm66592-udc.h34 #define M66592_PCUT 0x0002 /* b1: Low power sleep enable */
38 #define M66592_LNST 0x0003 /* b1-0: D+, D- line status */
50 #define M66592_RHST 0x0003 /* b1-0: Reset handshake status */
146 #define M66592_CMPL 0x0002 /* b1: Control transfer complete interrupt */
155 #define M66592_INTL 0x0002 /* b1: Interrupt sense select */
166 #define M66592_BRDY1 0x0002 /* b1: PIPE1 */
167 #define M66592_BRDY0 0x0001 /* b1: PIPE0 */
177 #define M66592_NRDY1 0x0002 /* b1: PIPE1 */
178 #define M66592_NRDY0 0x0001 /* b1: PIPE0 */
188 #define M66592_BEMP1 0x0002 /* b1: PIPE1 */
337 #define M66592_PID 0x0003 /* b1-0: Response PID */
409 #define M66592_PID 0x0003 /* b1-0: Response PID */
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dmdfld_dsi_pkg_sender.c249 u8 b1, b2, b3, b4; send_long_pkg() local
267 b1 = *p++; send_long_pkg()
272 REG_WRITE(data_reg, b4 << 24 | b3 << 16 | b2 << 8 | b1); send_long_pkg()
277 b1 = 0; b2 = 0; b3 = 0; send_long_pkg()
281 b1 = *p++; send_long_pkg()
286 b1 = *p++; send_long_pkg()
290 b1 = *p++; send_long_pkg()
294 REG_WRITE(data_reg, b3 << 16 | b2 << 8 | b1); send_long_pkg()
/linux-4.1.27/arch/powerpc/crypto/
H A Daes-tab-4k.S41 .long R(de, 6f, 6f, b1), R(91, c5, c5, 54)
81 .long R(79, b1, b1, c8), R(b6, 5b, 5b, ed)
128 .long R(01, 8d, 8d, 8c), R(b1, d5, d5, 64)
177 .long R(de, b1, 5a, 49), R(25, ba, 1b, 67)
191 .long R(b1, 64, 77, e0), R(bb, 6b, ae, 84)
225 .long R(0c, 0a, 67, b1), R(93, 57, e7, 0f)
284 .long R(e1, 1c, e5, ed), R(7a, 47, b1, 3c)
/linux-4.1.27/drivers/usb/wusbcore/
H A Dcrypto.c181 * b1.{mac_header,e0,security_reserved,padding}.
207 struct aes_ccm_b1 b1; wusb_ccm_mac() local
217 * ensure @a fills b1's mac_header and following fields wusb_ccm_mac()
219 WARN_ON(sizeof(*a) != sizeof(b1) - sizeof(b1.la)); wusb_ccm_mac()
221 WARN_ON(sizeof(b1) != sizeof(struct aes_ccm_block)); wusb_ccm_mac()
228 dst_size = blen + sizeof(b0) + sizeof(b1) + zero_padding; wusb_ccm_mac()
251 b1.la = cpu_to_be16(blen + 14); wusb_ccm_mac()
252 memcpy(&b1.mac_header, a, sizeof(*a)); wusb_ccm_mac()
256 sg_set_buf(&sg[1], &b1, sizeof(b1)); wusb_ccm_mac()
/linux-4.1.27/drivers/media/tuners/
H A Dmax2165.c72 u8 b1[] = { 0 }; max2165_read_reg() local
75 { .addr = dev_addr, .flags = I2C_M_RD, .buf = b1, .len = 1 }, max2165_read_reg()
84 *p_data = b1[0]; max2165_read_reg()
87 __func__, reg, b1[0]); max2165_read_reg()
H A Dtda9887.c65 #define cAutoMuteFmInactive 0x00 // bit b1
66 #define cAutoMuteFmActive 0x02 // bit b1
H A Dr820t.c968 filt_q = 0x10; /* r10[4]:low q(1'b1) */ r820t_set_tv_standard()
980 filt_q = 0x10; /* r10[4]:low q(1'b1) */ r820t_set_tv_standard()
992 filt_q = 0x10; /* r10[4]:low q(1'b1) */ r820t_set_tv_standard()
1005 filt_q = 0x10; /* r10[4]:low q(1'b1) */ r820t_set_tv_standard()
1025 filt_q = 0x10; /* r10[4]:low q(1'b1) */ r820t_set_tv_standard()
1038 filt_q = 0x10; /* r10[4]:low q(1'b1) */ r820t_set_tv_standard()
1050 filt_q = 0x10; /* r10[4]:low q(1'b1) */ r820t_set_tv_standard()
/linux-4.1.27/drivers/mtd/nand/
H A Dnand_ecc.c446 unsigned char b0, b1, b2, bit_addr; __nand_correct_data() local
458 b1 = read_ecc[1] ^ calc_ecc[1]; __nand_correct_data()
461 b1 = read_ecc[0] ^ calc_ecc[0]; __nand_correct_data()
470 if ((b0 | b1 | b2) == 0) __nand_correct_data()
474 (((b1 ^ (b1 >> 1)) & 0x55) == 0x55) && __nand_correct_data()
486 * (that would avoid the >> 1), and one for b1 (with all values __nand_correct_data()
495 byte_addr = (addressbits[b1] << 4) + addressbits[b0]; __nand_correct_data()
498 (addressbits[b1] << 4) + addressbits[b0]; __nand_correct_data()
506 if ((bitsperbyte[b0] + bitsperbyte[b1] + bitsperbyte[b2]) == 1) __nand_correct_data()
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c90 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr,
92 void sub128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr,
638 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, add128() argument
643 z1 = a1 + b1; add128()
649 sub128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, sub128() argument
652 *z1Ptr = a1 - b1; sub128()
653 *z0Ptr = a0 - b0 - (a1 < b1); sub128()
658 bits64 b0, b1; estimateDiv128To64() local
672 b1 = b << 32; estimateDiv128To64()
673 add128(rem0, rem1, b0, b1, &rem0, &rem1); estimateDiv128To64()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Drtw_cmd.h253 s2 == (b1 << 8 | b0);
269 b0 = b1
271 b1 = b0
287 b0 = b1
289 b1 = b0
/linux-4.1.27/arch/ia64/kernel/
H A Dmodule.c245 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[1]; plt_target() local
248 b0 = b[0]; b1 = b[1]; plt_target()
249 off = ( ((b1 & 0x00fffff000000000UL) >> 36) /* imm20b -> bit 0 */ plt_target()
250 | ((b0 >> 48) << 20) | ((b1 & 0x7fffffUL) << 36) /* imm39 -> bit 20 */ plt_target()
251 | ((b1 & 0x0800000000000000UL) << 0)); /* i -> bit 59 */ plt_target()
294 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[0]; plt_target() local
296 b0 = b[0]; b1 = b[1]; plt_target()
297 return ( ((b1 & 0x000007f000000000) >> 36) /* imm7b -> bit 0 */ plt_target()
298 | ((b1 & 0x07fc000000000000) >> 43) /* imm9d -> bit 7 */ plt_target()
299 | ((b1 & 0x0003e00000000000) >> 29) /* imm5c -> bit 16 */ plt_target()
300 | ((b1 & 0x0000100000000000) >> 23) /* ic -> bit 21 */ plt_target()
301 | ((b0 >> 46) << 22) | ((b1 & 0x7fffff) << 40) /* imm41 -> bit 22 */ plt_target()
302 | ((b1 & 0x0800000000000000) << 4)); /* i -> bit 63 */ plt_target()
H A Dpatch.c47 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); ia64_patch() local
51 b0 = b[0]; b1 = b[1]; ia64_patch()
61 b[1] = (b1 & ~m1) | (v1 & m1); ia64_patch()
H A Dentry.h56 .spillsp b0,SW(B0)+16+(off); .spillsp b1,SW(B1)+16+(off); \
H A Drelocate_kernel.S217 mov r5=b1;
220 st8 [loc1]=r5, 8 // b1
H A Dhead.S109 SAVE_FROM_REG(b1,_reg1,_reg2);; \
410 (p7) mov b1=r9
413 (p7) br.call.sptk.many rp=b1
1107 SET_REG(b1);
1128 mov b1=r18 // Return location
1149 RESTORE_REG(b1, r25, r17);;
H A Dasm-offsets.c162 DEFINE(IA64_SWITCH_STACK_B1_OFFSET, offsetof (struct switch_stack, b1)); foo()
H A Dmca_asm.S55 * Caller should now setup b1, so we can branch once the
133 br.sptk.many b1
162 mov b1=r18;;
H A Dentry.S89 mov r4=0; mov f2=f0; mov b1=r0
294 mov r22=b1
309 st8 [r14]=r22,SW(B4)-SW(B1) // save b1
382 ld8 r22=[r3],16 // restore b1
420 mov b1=r22
H A Dptrace.c908 /* b1-b5 */ ptrace_getregs()
1045 /* b1-b5 */ ptrace_setregs()
H A Dunwind.c233 "b1", "b2", "b3", "b4", "b5",
424 addr = &info->sw->b1 + (regnum - 1); unw_access_br()
/linux-4.1.27/arch/x86/include/asm/
H A Drwsem.h141 " sete %b1\n\t" __down_write_trylock()
142 " movzbl %b1, %k1\n\t" __down_write_trylock()
H A Dcmpxchg.h175 asm volatile (lock "addb %b1, %0\n" \
/linux-4.1.27/arch/avr32/boards/atstk1000/
H A Dsetup.c88 { .name = "b1:blue", .gpio = GPIO_PIN_PB(14), },
/linux-4.1.27/include/linux/isdn/
H A Dhdlc.h9 * 2009 Karsten Keil <keil@b1-systems.de>
/linux-4.1.27/arch/alpha/include/asm/
H A Dbitops.h444 unsigned long b0, b1, ofs, tmp; sched_find_first_bit() local
447 b1 = b[1]; sched_find_first_bit()
449 tmp = (b0 ? b0 : b1); sched_find_first_bit()
/linux-4.1.27/drivers/staging/octeon-usb/
H A Docteon-hcd.h123 * * 1'b1: GINTSTS.PTxFEmp interrupt indicates that the Periodic
132 * * 1'b1: GINTSTS.NPTxFEmp interrupt indicates that the Non-
136 * * 1'b1: Core operates in a DMA mode
145 * * 1'b1: Unmask the interrupt assertion to the application.
178 * * 1'b1: Yes
182 * * 1'b1: Synchronous reset is used in the core
189 * * 1'b1: Vendor Control Interface is available.
192 * * 1'b1: I2C Interface is available on the core.
197 * * 1'b1: OTG Capable
238 * Mask interrupt: 1'b0, Unmask interrupt: 1'b1
328 * type R_SS_WC, the application must write 1'b1 into the bit. The FIFO status
509 * * 1'b1: Host mode
849 * * 1'b1: 48-MHz External Clock
950 * Mask interrupt: 1'b0 Unmask interrupt: 1'b1
980 * * 1'b1: Channel enabled
992 * * 1'b1: Odd (micro)frame
1007 * When HCSPLTn.SpltEna is set (1'b1), this field indicates the
1023 * * 1'b1: IN
1066 * * 1'b1: FS/LS-only, even if the connected device can support HS
1152 * Mask interrupt: 1'b0 Unmask interrupt: 1'b1
1384 * * 1'b1: Power on
1395 * * 1'b1: Port in reset
1419 * * 1'b1: Port in Suspend mode
1433 * * 1'b1: Resume driven
1440 * * 1'b1: Overcurrent condition
1452 * * 1'b1: Port enabled
1526 * - 1'b1: send in odd (micro)frame
/linux-4.1.27/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c382 unsigned char b1,b2,b3; ser12_check_uart() local
387 b1 = inb(MCR(iobase)); ser12_check_uart()
388 outb(b1 | 0x10, MCR(iobase)); /* loopback mode */ ser12_check_uart()
392 outb(b1, MCR(iobase)); /* restore old values */ ser12_check_uart()
402 b1 = inb(SCR(iobase)); ser12_check_uart()
405 if ((b1 != 0x5a) || (b2 != 0xa5)) ser12_check_uart()
H A Dbaycom_ser_hdx.c441 unsigned char b1,b2,b3; ser12_check_uart() local
446 b1 = inb(MCR(iobase)); ser12_check_uart()
447 outb(b1 | 0x10, MCR(iobase)); /* loopback mode */ ser12_check_uart()
451 outb(b1, MCR(iobase)); /* restore old values */ ser12_check_uart()
461 b1 = inb(SCR(iobase)); ser12_check_uart()
464 if ((b1 != 0x5a) || (b2 != 0xa5)) ser12_check_uart()
H A Dyam.c511 unsigned char b1, b2, b3; yam_check_uart() local
516 b1 = inb(MCR(iobase)); yam_check_uart()
517 outb(b1 | 0x10, MCR(iobase)); /* loopback mode */ yam_check_uart()
521 outb(b1, MCR(iobase)); /* restore old values */ yam_check_uart()
531 b1 = inb(SCR(iobase)); yam_check_uart()
534 if ((b1 != 0x5a) || (b2 != 0xa5)) yam_check_uart()
/linux-4.1.27/net/atm/
H A Dbr2684.c805 #define b1(var, byte) ((u8 *) &brvcc->filter.var)[byte] br2684_seq_show() macro
806 #define bs(var) b1(var, 0), b1(var, 1), b1(var, 2), b1(var, 3) br2684_seq_show()
811 #undef b1 br2684_seq_show() macro
/linux-4.1.27/fs/hpfs/
H A Dea.c321 void *b1, *b2; hpfs_set_ea() local
322 if (!(b1 = hpfs_map_sector(s, le32_to_cpu(fnode->ea_secno) + i, &bh1, len - i - 1))) { hpfs_set_ea()
331 memcpy(b2, b1, 512); hpfs_set_ea()
/linux-4.1.27/include/linux/
H A Dsignal.h108 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \
117 a1 = a->sig[1]; b1 = b->sig[1]; \
118 r->sig[1] = op(a1, b1); \
H A Dbio.h186 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) \
187 __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, queue_segment_boundary((q)))
H A Detherdevice.h382 * [a0 a1 a2 a3 a4 a5 a6 a7 ] ^ [b0 b1 b2 b3 b4 b5 b6 b7 ] | compare_ether_header()
/linux-4.1.27/arch/s390/include/asm/
H A Dbitops.h129 "oi %0,%b1\n" set_bit()
150 "ni %0,%b1\n" clear_bit()
171 "xi %0,%b1\n" change_bit()
/linux-4.1.27/drivers/net/usb/
H A Dsr9700.c394 * b1: packet length (incl crc) low sr9700_rx_fixup()
448 * b0 b1 b2 b3 ...... b(n-4) b(n-3)...bn sr9700_tx_fixup()
451 * b1: packet length (incl crc) low sr9700_tx_fixup()
490 b1: tx status 1 sr9700_status()
H A Ddm9601.c442 b1: rx status dm9601_rx_fixup()
478 b1: packet length low dm9601_tx_fixup()
526 b1: tx status 1 dm9601_status()
/linux-4.1.27/drivers/net/wireless/b43/
H A Dphy_ht.c641 s16 a1[3], b0[3], b1[3]; b43_phy_ht_tx_power_ctl_setup() local
651 b1[c] = sprom->core_pwr_info[c].pa_2g[2]; b43_phy_ht_tx_power_ctl_setup()
658 b1[c] = sprom->core_pwr_info[c].pa_5gl[2]; b43_phy_ht_tx_power_ctl_setup()
665 b1[c] = sprom->core_pwr_info[c].pa_5g[2]; b43_phy_ht_tx_power_ctl_setup()
672 b1[c] = sprom->core_pwr_info[c].pa_5gh[2]; b43_phy_ht_tx_power_ctl_setup()
678 b1[0] = b1[1] = b1[2] = -1393; b43_phy_ht_tx_power_ctl_setup()
733 num = 8 * (16 * b0[c] + b1[c] * i); b43_phy_ht_tx_power_ctl_setup()
H A Dphy_n.c4061 s16 a1[2], b0[2], b1[2]; b43_nphy_tx_power_ctl_setup() local
4099 b1[0] = b1[1] = -1393; b43_nphy_tx_power_ctl_setup()
4107 b1[c] = sprom->core_pwr_info[c].pa_2g[2]; b43_nphy_tx_power_ctl_setup()
4115 b1[c] = sprom->core_pwr_info[c].pa_5gl[2]; b43_nphy_tx_power_ctl_setup()
4123 b1[c] = sprom->core_pwr_info[c].pa_5g[2]; b43_nphy_tx_power_ctl_setup()
4131 b1[c] = sprom->core_pwr_info[c].pa_5gh[2]; b43_nphy_tx_power_ctl_setup()
4139 b1[0] = b1[1] = -1393; b43_nphy_tx_power_ctl_setup()
4211 num = 8 * (16 * b0[c] + b1[c] * i); b43_nphy_tx_power_ctl_setup()
4395 b43_phy_write(dev, B43_NPHY_C2_RXIQ_COMPB1, pcomp->b1); b43_nphy_rx_iq_coeffs()
4400 pcomp->b1 = b43_phy_read(dev, B43_NPHY_C2_RXIQ_COMPB1); b43_nphy_rx_iq_coeffs()
4575 new.b1 = b & 0x3FF; b43_nphy_calc_rx_iq_comp()
4578 new.b1 = a & 0x3FF; b43_nphy_calc_rx_iq_comp()
/linux-4.1.27/arch/x86/crypto/sha-mb/
H A Dsha1_x8_avx2.S73 # r1 = {b7 b6 b5 b4 b3 b2 b1 b0}
83 # r1 = {h1 g1 f1 e1 d1 c1 b1 a1}
94 vshufps $0x44, \r1, \r0, \t0 # t0 = {b5 b4 a5 a4 b1 b0 a1 a0}
98 vshufps $0xDD, \t1, \t0, \r3 # r3 = {d5 c5 b5 a5 d1 c1 b1 a1}
/linux-4.1.27/include/media/davinci/
H A Dvpbe_types.h64 * b1 - vsync polarity, 0 - negative, 1 - positive
/linux-4.1.27/arch/blackfin/include/uapi/asm/
H A Dptrace.h55 long b1; member in struct:pt_regs
/linux-4.1.27/arch/c6x/kernel/
H A Dasm-offsets.c67 OFFSET(REGS_B1, pt_regs, b1); foo()
H A Dsignal.c47 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); restore_sigcontext()
112 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); setup_sigcontext()
H A Dtraps.c38 pr_err("A1: %08lx B1: %08lx\n", regs->a1, regs->b1); show_regs()
/linux-4.1.27/lib/
H A Dtest-hexdump.c25 "4c", "d1", "19", "99", "43", "b1", "af", "0c",
H A Ddma-debug.c1175 unsigned long b1 = a1 + len; overlap() local
1179 return !(b1 <= a2 || a1 >= b2); overlap()
/linux-4.1.27/drivers/input/misc/
H A Dideapad_slidebar.c55 * | 0b1 -> STD_INT
59 * | 0b1 -> OFF_INT
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Dhdmi.h275 const u32 idx, int b2, int b1, u32 val) hdmi_wait_for_bit_change()
278 while (val != (v = REG_GET(base_addr, idx, b2, b1))) { hdmi_wait_for_bit_change()
274 hdmi_wait_for_bit_change(void __iomem *base_addr, const u32 idx, int b2, int b1, u32 val) hdmi_wait_for_bit_change() argument
H A Ddsi.c1199 int b0, b1, b2; _dsi_print_reset_status() local
1208 b1 = 27; _dsi_print_reset_status()
1212 b1 = 25; _dsi_print_reset_status()
1223 DSI_FLD_GET(DSIPHY_CFG5, b1, b1), _dsi_print_reset_status()
2689 int channel, u8 b1, u8 b2, u8 b3, u8 b4) dsi_vc_write_long_payload()
2693 val = b4 << 24 | b3 << 16 | b2 << 8 | b1 << 0; dsi_vc_write_long_payload()
2696 b1, b2, b3, b4, val); */ dsi_vc_write_long_payload()
2709 u8 b1, b2, b3, b4; dsi_vc_send_long() local
2729 b1 = *p++; dsi_vc_send_long()
2734 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, b4); dsi_vc_send_long()
2739 b1 = 0; b2 = 0; b3 = 0; dsi_vc_send_long()
2746 b1 = *p++; dsi_vc_send_long()
2751 b1 = *p++; dsi_vc_send_long()
2755 b1 = *p++; dsi_vc_send_long()
2759 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, 0); dsi_vc_send_long()
2775 DSSDBG("dsi_vc_send_short(ch%d, dt %#x, b1 %#x, b2 %#x)\n", dsi_vc_send_short()
2688 dsi_vc_write_long_payload(struct platform_device *dsidev, int channel, u8 b1, u8 b2, u8 b3, u8 b4) dsi_vc_write_long_payload() argument
H A Dhdmi5_core.h291 u16 b1, b2, b3, b4; member in struct:csc_table
H A Dhdmi5_core.c488 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B1_MSB, csc_coeff.b1 >> 8, 6, 0); hdmi_core_csc_config()
489 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B1_LSB, csc_coeff.b1, 7, 0); hdmi_core_csc_config()
/linux-4.1.27/arch/blackfin/kernel/
H A Dsignal.c68 RESTORE(b0); RESTORE(b1); RESTORE(b2); RESTORE(b3); rt_restore_sigcontext()
129 SETUP(b0); SETUP(b1); SETUP(b2); SETUP(b3); rt_setup_sigcontext()
H A Dkgdb.c41 gdb_regs[BFIN_B1] = regs->b1; pt_regs_to_gdb_regs()
117 regs->b1 = gdb_regs[BFIN_B1]; gdb_regs_to_pt_regs()
H A Dasm-offsets.c86 DEFINE(PT_B1, offsetof(struct pt_regs, b1)); main()
H A Dtrace.c974 fp->b1, fp->l1, fp->m1, fp->i1); show_regs()
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h25 * unsigned long b1; // b1-b5
H A Dptrace.h192 unsigned long b1; member in struct:switch_stack
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_cmd.h456 s2 == (b1 << 8 | b0);
472 b0 = b1
474 b1 = b0
490 b0 = b1
492 b1 = b0
/linux-4.1.27/arch/arm/crypto/
H A Dbsaes-armv7.pl63 # input in lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
64 # output in lsb > [b0, b1, b4, b6, b3, b7, b2, b5] < msb
74 # input in lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
75 # output in lsb > [b6, b5, b0, b3, b7, b1, b4, b2] < msb
97 # input in lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
98 # output in lsb > [b6, b1, b2, b4, b7, b0, b3, b5] < msb
118 # input in lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
119 # output in lsb > [b0, b1, b6, b4, b2, b7, b3, b5] < msb
655 my ($a0,$b0,$a1,$b1,$n,$mask,$t0,$t1)=@_;
658 vshr.u64 $t1, $b1, #$n
668 veor $b1, $b1, $t1
/linux-4.1.27/drivers/media/platform/ti-vpe/
H A Dcsc.c25 * a0, b0, c0, a1, b1, c1, a2, b2, c2, d0, d1, d2
/linux-4.1.27/arch/c6x/include/uapi/asm/
H A Dptrace.h133 REG_PAIR(b1, b0);
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Dbttv-i2c.c298 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, bttv_I2CWrite() argument
307 buffer[0] = b1; bttv_I2CWrite()
H A Dbttv.h372 extern int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1,
/linux-4.1.27/drivers/staging/netlogic/
H A Dxlr_net.c574 int b1, b2, c1, c2, i, j, k; xlr_config_translate_table() local
597 * On use_bkt set the b0, b1 are used, else xlr_config_translate_table()
604 b1 = bkts[k]; xlr_config_translate_table()
609 val = ((c1 << 23) | (b1 << 17) | (use_bkt << 16) | xlr_config_translate_table()
611 dev_dbg(&priv->ndev->dev, "Table[%d] b1=%d b2=%d c1=%d c2=%d\n", xlr_config_translate_table()
612 i, b1, b2, c1, c2); xlr_config_translate_table()
/linux-4.1.27/drivers/input/touchscreen/
H A Dzforce_ts.c252 static int zforce_setconfig(struct zforce_ts *ts, char b1) zforce_setconfig() argument
256 b1, 0, 0, 0 }; zforce_setconfig()
258 dev_dbg(&client->dev, "set config to (%d)\n", b1); zforce_setconfig()
/linux-4.1.27/drivers/hwmon/
H A Dlm93.c785 static unsigned LM93_ALARMS_FROM_REG(struct block1_t b1) LM93_ALARMS_FROM_REG() argument
788 result = b1.host_status_2 & 0x3f; LM93_ALARMS_FROM_REG()
791 result |= (b1.host_status_4 & 0x10) << 2; LM93_ALARMS_FROM_REG()
793 result |= b1.host_status_2 & 0x40; LM93_ALARMS_FROM_REG()
796 result |= (b1.host_status_4 & 0x20) << 2; LM93_ALARMS_FROM_REG()
798 result |= b1.host_status_2 & 0x80; LM93_ALARMS_FROM_REG()
800 result |= b1.host_status_3 << 8; LM93_ALARMS_FROM_REG()
801 result |= (b1.fan_status & 0x0f) << 16; LM93_ALARMS_FROM_REG()
802 result |= (b1.p1_prochot_status & 0x80) << 13; LM93_ALARMS_FROM_REG()
803 result |= (b1.p2_prochot_status & 0x80) << 14; LM93_ALARMS_FROM_REG()
804 result |= (b1.host_status_4 & 0xfc) << 20; LM93_ALARMS_FROM_REG()
805 result |= (b1.host_status_1 & 0x07) << 28; LM93_ALARMS_FROM_REG()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dar9002_calib.c446 /* 7834, b1=0 */ ar9271_hw_pa_cal()
460 /* 7838, b1,0, pwddb=0 */ ar9271_hw_pa_cal()
519 /* 7834, b1=1 */ ar9271_hw_pa_cal()
/linux-4.1.27/net/bluetooth/
H A Decc.c226 u64 b1 = right >> 32; mul_64_64() local
228 u64 m1 = a0 * b1; mul_64_64()
230 u64 m3 = a1 * b1; mul_64_64()
/linux-4.1.27/sound/drivers/
H A Dportman2x4.c143 /* The parallel port command register field (b1..b3) selects the
164 * currently selected (b1..b3), the BUSY and SELECT lines are
232 * Align port num with address field (b1...b3), portman_write_midi()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_ct.c2199 uint32_t b1, b2, b3, b4, i, rev; lpfc_decode_firmware_rev() local
2212 b1 = (rev & 0x0000f000) >> 12; lpfc_decode_firmware_rev()
2253 b1, b2, b3, (char *)str); lpfc_decode_firmware_rev()
2255 sprintf(fwrevision, "%d.%d%d", b1, lpfc_decode_firmware_rev()
2260 b1, b2, b3, c, lpfc_decode_firmware_rev()
2264 b1, b2, b3, c, b4); lpfc_decode_firmware_rev()
2269 b1 = (rev & 0xff000000) >> 24; lpfc_decode_firmware_rev()
2275 sprintf(fwrevision, "%d.%d%d%c%d", b1, b2, b3, c, b4); lpfc_decode_firmware_rev()
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Dkst_ifc.h169 diva_prot_statistics_t b1; member in struct:_diva_ifc_statistics
H A Dmaintidi.c1723 &pLib->InterfaceStat.b1.X_Frames; diva_create_parse_table()
1728 &pLib->InterfaceStat.b1.X_Bytes; diva_create_parse_table()
1733 &pLib->InterfaceStat.b1.X_Errors; diva_create_parse_table()
1738 &pLib->InterfaceStat.b1.R_Frames; diva_create_parse_table()
1743 &pLib->InterfaceStat.b1.R_Bytes; diva_create_parse_table()
1748 &pLib->InterfaceStat.b1.R_Errors; diva_create_parse_table()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h40 * extract bits [@b0:@b1] (inclusive) from the value @x
41 * it should be @b0 <= @b1, or result is incorrect
43 static inline u32 WIL_GET_BITS(u32 x, int b0, int b1) WIL_GET_BITS() argument
45 return (x >> b0) & ((1 << (b1 - b0 + 1)) - 1); WIL_GET_BITS()
H A Dtxrx.h326 * bit 3.. 4 : fc_protocol_ver:1 The FC (b1-0) - Protocol Version
/linux-4.1.27/arch/x86/mm/
H A Dtlb.c79 * 1b1) set cpu_tlbstate to TLBSTATE_OK
/linux-4.1.27/drivers/usb/c67x00/
H A Dc67x00-hcd.c74 /* bit 0 denotes hub change, b1..n port change */ c67x00_hub_status_data()
/linux-4.1.27/drivers/usb/dwc3/
H A Ddwc3-st.c46 * 1'b1 : The host controller complies with the xHCI revision 1.0
/linux-4.1.27/arch/blackfin/mach-common/
H A Dinterrupt.S57 [--sp] = b1;
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c1402 /* Swaps the masked bits of a1<>a2 and b1<>b2 */ gfar_swap_bits()
1405 struct gfar_filer_entry *b1, gfar_swap_bits()
1411 temp[2] = b1->ctrl & mask; gfar_swap_bits()
1416 b1->ctrl &= ~mask; gfar_swap_bits()
1421 b1->ctrl |= temp[3]; gfar_swap_bits()
1403 gfar_swap_bits(struct gfar_filer_entry *a1, struct gfar_filer_entry *a2, struct gfar_filer_entry *b1, struct gfar_filer_entry *b2, u32 mask) gfar_swap_bits() argument
/linux-4.1.27/drivers/isdn/hardware/avm/
H A Db1.c1 /* $Id: b1.c,v 1.1.2.2 2004/01/16 21:09:27 keil Exp $
807 printk(KERN_INFO "b1: revision %s\n", rev); b1_init()
H A Davmcard.h541 /* b1.c */
/linux-4.1.27/arch/c6x/platforms/
H A Ddscr.c316 * ti,dscr-mac-fuse-regs = <reg0 b3 b2 b1 b0
317 * reg1 b3 b2 b1 b0>
/linux-4.1.27/drivers/isdn/sc/
H A Dinit.c25 static const char version[] = "2.0b1";
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Dtypes.h103 * 2 4321b0/b1/c0/c1
/linux-4.1.27/drivers/crypto/ux500/hash/
H A Dhash_core.c706 * ALGO bit. Set to 0b1 for SHA-1 and 0b0 for SHA-256 hash_setconfiguration()
725 * selected algorithm. 0b0 = HASH and 0b1 = HMAC. hash_setconfiguration()
766 * INIT bit. Set this bit to 0b1 to reset the HASH processor core and hash_begin()
1161 * INIT bit. Set this bit to 0b1 to reset the HASH processor core and hash_resume_state()
/linux-4.1.27/drivers/dma/sh/
H A Dsudmac.c77 #define SUDMAC_CH1ENDE 0x0002 /* b1: Ch1 DMA Transfer End Int Enable */
/linux-4.1.27/arch/m32r/include/asm/
H A Dm32102.h110 #define M32R_MFTCR_MFT1MSK (1UL<<30) /* b1 */
/linux-4.1.27/drivers/md/
H A Ddm-thin-metadata.c317 uint64_t b1, b2; data_block_equal() local
322 unpack_block_time(le64_to_cpu(v1_le), &b1, &t); data_block_equal() local
325 return b1 == b2; data_block_equal()
/linux-4.1.27/drivers/media/pci/cx23885/
H A Dcx23885-video.c172 u8 b1[] = { 0 }; cx23885_flatiron_read() local
176 { .addr = 0x98 >> 1, .flags = I2C_M_RD, .buf = b1, .len = 1 } cx23885_flatiron_read()
183 return b1[0]; cx23885_flatiron_read()
/linux-4.1.27/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c1285 u8 b1[] = { 0x61 }; ttusb_dec_boot_dsp() local
1380 result = ttusb_dec_send_command(dec, 0x43, sizeof(b1), b1, NULL, NULL); ttusb_dec_boot_dsp()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_int.h381 s16 b1; member in struct:nphy_iq_comp
434 s16 b1; member in struct:nphy_pwrctrl
1036 s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1);
H A Dphy_lcn.c2281 s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1) wlc_lcnphy_tssi2dbm() argument
2286 b = (1024 * b0) + (64 * b1 * tssi); wlc_lcnphy_tssi2dbm()
3084 s32 a1, b0, b1; wlc_lcnphy_tx_pwr_ctrl_init() local
3120 b1 = pi->txpa_2g[1]; wlc_lcnphy_tx_pwr_ctrl_init()
3122 maxtargetpwr = wlc_lcnphy_tssi2dbm(10, a1, b0, b1); wlc_lcnphy_tx_pwr_ctrl_init()
3123 mintargetpwr = wlc_lcnphy_tssi2dbm(125, a1, b0, b1); wlc_lcnphy_tx_pwr_ctrl_init()
3131 pwr = wlc_lcnphy_tssi2dbm(tssi, a1, b0, b1); wlc_lcnphy_tx_pwr_ctrl_init()
4219 s32 a1, b0, b1; wlc_lcnphy_periodic_cal() local
4255 b1 = pi->txpa_2g[1]; wlc_lcnphy_periodic_cal()
4257 maxtargetpwr = wlc_lcnphy_tssi2dbm(10, a1, b0, b1); wlc_lcnphy_periodic_cal()
4258 mintargetpwr = wlc_lcnphy_tssi2dbm(125, a1, b0, b1); wlc_lcnphy_periodic_cal()
4266 pwr = wlc_lcnphy_tssi2dbm(tssi, a1, b0, b1); wlc_lcnphy_periodic_cal()
H A Dphy_cmn.c224 u32 b0, b1, b2; read_radio_id() local
229 b1 = (u32) bcma_read16(pi->d11core, D11REGOFFS(radioregdata)); read_radio_id()
233 id = ((b0 & 0xf) << 28) | (((b2 << 8) | b1) << 12) | ((b0 >> 4) read_radio_id()
/linux-4.1.27/drivers/block/
H A Damiflop.c1132 register unsigned char *enc, b2, b1; dos_encode_byte() local
1136 b1=byte; dos_encode_byte()
1137 b2=b1>>4; dos_encode_byte()
1138 b1&=15; dos_encode_byte()
1139 word=enc[b2] <<8 | enc [b1]; dos_encode_byte()
/linux-4.1.27/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c403 u8 b1[] = { 0xaa, ++ttusb->c, 0x15, 1, 1 }; ttusb_init_controller() local
421 if ((err = ttusb_cmd(ttusb, b1, sizeof(b1), 0))) ttusb_init_controller()
/linux-4.1.27/drivers/isdn/i4l/
H A Disdnhdlc.c5 * 2009 Karsten Keil <keil@b1-systems.de>
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dtargaddrs.h429 /*b1-b3 reserved*/
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
H A Datl2.h269 unsigned update:1; /* always 1'b1 in tx_status_buf */
/linux-4.1.27/drivers/w1/masters/
H A Dds2482.c296 * @return b0=read1 b1=read2 b3=bit written
/linux-4.1.27/include/video/
H A Dnewport.h27 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member in struct:np_dcb::__anon13883
/linux-4.1.27/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c509 * 36 0b1 V kvmppc_mmu_book3s_64_mtsrin()
/linux-4.1.27/arch/arm/mach-davinci/
H A Dboard-dm365-evm.c676 * - port b1 == tvp7002 (mux lowbits == 1 or 6) evm_init_cpld()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dni_labpc_common.c368 /* set a0 for conversion frequency and b1 for scan frequency */ labpc_adc_timing()
388 /* make sure a0 and b1 values are acceptable */ labpc_adc_timing()
/linux-4.1.27/arch/x86/kernel/kprobes/
H A Dcore.c70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\
71 (((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) | \
/linux-4.1.27/arch/x86/kernel/
H A Duprobes.c58 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\
59 (((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) | \
/linux-4.1.27/drivers/usb/serial/
H A Diuu_phoenix.c344 static void iuu_rgbf_fill_buffer(u8 *buf, u8 r1, u8 r2, u8 g1, u8 g2, u8 b1, iuu_rgbf_fill_buffer() argument
352 *buf++ = b1; iuu_rgbf_fill_buffer()
H A Dcypress_m8.c89 packet_format_1, /* b0:status, b1:payload count */
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dhw.c1180 * write 0xCC bit[2] = 1'b1 _rtl8192ee_reset_pcie_interface_dma()
1190 * write 0x284 bit[18] = 1'b1 _rtl8192ee_reset_pcie_interface_dma()
1240 * write 0xF8 bit[17] = 1'b1 _rtl8192ee_reset_pcie_interface_dma()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
H A Dhw.c1251 * write 0xCC bit[2] = 1'b1 _rtl8723be_reset_pcie_interface_dma()
1261 * write 0x284 bit[18] = 1'b1 _rtl8723be_reset_pcie_interface_dma()
1311 * write 0xF8 bit[17] = 1'b1 _rtl8723be_reset_pcie_interface_dma()
/linux-4.1.27/drivers/usb/misc/
H A Dftdi-elan.c1907 char b1 = ftdi->bulk_in_buffer[0]; ftdi_elan_flush_input_fifo() local
1909 b1); ftdi_elan_flush_input_fifo()
2185 char b1 = ftdi->bulk_in_buffer[0]; ftdi_elan_stuck_waiting() local
2186 dev_err(&ftdi->udev->dev, "only one byte flushed from FTDI = %02X\n", b1); ftdi_elan_stuck_waiting()
/linux-4.1.27/drivers/video/fbdev/
H A Dcyber2000fb.c569 #define ENCODE_BIT(v, b1, m, b2) ((((v) >> (b1)) & (m)) << (b2)) cyber2000fb_decode_crtc()
H A Dmx3fb.c357 uint32_t b0, b1, b2; member in struct:di_mapping
612 mx3fb_write_reg(mx3fb, map->b1, DI_DISP3_B1_MAP); sdc_init_panel()
/linux-4.1.27/arch/ia64/include/asm/
H A Dpal.h458 b1 : 1, /* Preserved bank one member in struct:pal_process_state_info_s
685 #define pmci_proc_preserved_bank1_gpr_valid pme_processor.b1
/linux-4.1.27/fs/ocfs2/
H A Ddir.c229 __u32 b0 = buf[0], b1 = buf[1]; TEA_transform() local
235 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); TEA_transform()
236 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); TEA_transform()
240 buf[1] += b1; TEA_transform()
/linux-4.1.27/drivers/media/i2c/
H A Dsaa7115.c737 int b1 = wss_bits[p[i] & 7]; saa711x_decode_wss() local
740 if (b1 == b2) saa711x_decode_wss()
/linux-4.1.27/drivers/media/platform/omap/
H A Domap_vout.c110 * g2 g1 g0 r4 r3 r2 r1 r0 b4 b3 b2 b1 b0 g5 g4 g3
115 * g2 g1 g0 b4 b3 b2 b1 b0 r4 r3 r2 r1 r0 g5 g4 g3
/linux-4.1.27/drivers/video/fbdev/sis/
H A Dinit.h523 {0x2d,0x27,0x28,0x90,0x2b,0xb1,0xbf,0x1f, /* b1 is a0 on 300 */
583 {0x2d,0x27,0x28,0x90,0x2b,0xb1,0xbf,0x1f, /* b1 is a0 on 300 */
/linux-4.1.27/include/linux/mfd/
H A Dcros_ec_commands.h1510 float b1; member in struct:ec_response_tmp006_get_calibration
1522 float b1; member in struct:ec_params_tmp006_set_calibration
/linux-4.1.27/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c316 * The controller offloads the last byte {CRC-7, end bit 1'b1} sd_send_cmd_get_rsp()
H A Drtsx_usb_sdmmc.c439 * The controller offloads the last byte {CRC-7, end bit 1'b1} sd_send_cmd_get_rsp()
/linux-4.1.27/drivers/mfd/
H A Drtsx_pcr.c1043 * bit[0] F_HIGH: for RC oscillator, Rst_value is 1'b1 rtsx_pci_init_hw()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1246 b7 b6 b5 b4 b3 b2 b1 b0 =
1357 b7 b6 b5 b4 b3 b2 b1 b0 =
2495 b7 b6 b5 b4 b3 b2 b1 b0 =
3684 b7 b6 b5 b4 b3 b2 b1 b0 =
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h2220 * bit 28 when 1'b1 EEE was requested.
2221 * bit 29 when 1'b1 tx lpi was requested.
2222 * bit 30 when 1'b1 EEE was negotiated. Tx lpi will be asserted iff
2225 * value. When 1'b1 those bits contains a value times 16 microseconds.
/linux-4.1.27/drivers/ata/
H A Dpata_ep93xx.c64 * b4 b3 b2 b1 b0

Completed in 9417 milliseconds

12