Searched refs:bs2 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/gdtoa/ |
H A D | strtod.c | 95 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, dsign, local 597 bs2 = bb2; 600 bs2++; 638 if (i > bs2) 639 i = bs2; 643 bs2 -= i; 657 if (bs2 > 0) 658 bs = lshift(bs, bs2);
|
H A D | strtodg.c | 325 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local 735 bs2 = bb2; 743 if (i > bs2) 744 i = bs2; 748 bs2 -= i; 765 if (bs2 > 0) 766 bs = lshift(bs, bs2);
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | check-der.c | 987 const heim_bit_string bs1 = { 8, "a" } , bs2 = { 7, "a" }; in test_misc_cmp() local 988 ret = der_heim_bit_string_cmp(&bs1, &bs2); in test_misc_cmp() 994 const heim_bit_string bs1 = { 7, "\x0f" } , bs2 = { 7, "\x02" }; in test_misc_cmp() local 995 ret = der_heim_bit_string_cmp(&bs1, &bs2); in test_misc_cmp() 1002 heim_bmp_string bs1 = { 1, NULL } , bs2 = { 0, NULL }; in test_misc_cmp() local 1004 ret = der_heim_bmp_string_cmp(&bs1, &bs2); in test_misc_cmp()
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 927 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12]; 945 &swapmove2x (@x[0,4,1,5],4,$bs2,$t2,$t3); 946 &swapmove2x (@x[2,6,3,7],4,$bs2,$t2,$t3);
|
H A D | bsaes-x86_64.pl | 954 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12]; 972 &swapmove2x (@x[0,4,1,5],4,$bs2,$t2,$t3); 973 &swapmove2x (@x[2,6,3,7],4,$bs2,$t2,$t3);
|