Searched refs:b1 (Results 76 - 100 of 143) sorted by relevance

123456

/freebsd-11-stable/contrib/ncurses/progs/
H A Dinfocmp.c427 int b1, b2; local
436 b1 = e1->tterm.Booleans[idx];
440 if (!(b1 == ABSENT_BOOLEAN && b2 == ABSENT_BOOLEAN) && b1 != b2)
443 dump_boolean(b1),
449 if (b1 != ABSENT_BOOLEAN) {
453 if (b1 != b2) {
459 (void) printf("\t%s= %s.\n", name, dump_boolean(b1));
465 if (b1 == ABSENT_BOOLEAN) {
469 if (b1 !
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpsim.c19 int determine_recv_buf_ordering(const struct recvbuf *b1,
56 const struct recvbuf *b1,
64 LFPTOD(&b1->recv_time, recv_time1);
55 determine_recv_buf_ordering( const struct recvbuf *b1, const struct recvbuf *b2 ) argument
/freebsd-11-stable/gnu/usr.bin/rcs/
H A Drcstest241 rcs -b1.1.1 $q a.c &&
242 test " `co -p $q a.c`" = ' 1.1.1.2' || { echo "#rcs -b1.1.1 failed"; exit 1; }
342 co -p2.2 $q a.c | sed -e s/2.2/2.3/ -e s/b/b1/ >a.c &&
348 b1
359 b1
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c313 const BN_ULONG b1, const BN_ULONG b0)
317 bn_GF2m_mul_1x1(r + 3, r + 2, a1, b1);
319 bn_GF2m_mul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1);
325 void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1,
729 BN_ULONG u0, u1, b0, b1, mask; local
739 b1 = bdp[i + 1] ^ (p->d[i + 1] & mask);
740 bdp[i] = ((b0 >> 1) | (b1 << (BN_BITS2 - 1))) & BN_MASK2;
741 b0 = b1;
312 bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0, const BN_ULONG b1, const BN_ULONG b0) argument
/freebsd-11-stable/usr.bin/sort/
H A Dcoll.c996 char *b1, *b2; local
1014 b1 = MD5End(&ctx1, NULL);
1016 if (b1 == NULL) {
1024 sort_free(b1);
1029 cmp_res = strcmp(b1,b2);
1030 sort_free(b1);
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_lib.c590 BIGNUM *a1, *a2, *a3, *b1, *b2, *b3; local
611 b1 = BN_CTX_get(ctx);
626 !b->meth->group_get_curve(b, b1, b2, b3, ctx))
629 if (r || BN_cmp(a1, b1) || BN_cmp(a2, b2) || BN_cmp(a3, b3))
640 !EC_GROUP_get_order(b, b1, ctx) ||
648 if (BN_cmp(a1, b1) || BN_cmp(a2, b2))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h9201 unsigned char b1 = b0 + 1; local
9203 (vector unsigned char)(b0, b1, b0, b1, b0, b1, b0, b1, b0, b1,
9204 b0, b1, b0, b1, b0, b1));
9210 unsigned char b1 local
9219 unsigned char b1 = b0 + 1; local
9228 unsigned char b1 = b0 + 1; local
9237 unsigned char b1 = b0 + 1, b2 = b0 + 2, b3 = b0 + 3; local
9246 unsigned char b1 = b0 + 1, b2 = b0 + 2, b3 = b0 + 3; local
9255 unsigned char b1 = b0 + 1, b2 = b0 + 2, b3 = b0 + 3; local
9264 unsigned char b1 = b0 + 1, b2 = b0 + 2, b3 = b0 + 3; local
9274 unsigned char b1 = b0 + 1, b2 = b0 + 2, b3 = b0 + 3, b4 = b0 + 4, b5 = b0 + 5, local
9283 unsigned char b1 = b0 + 1, b2 = b0 + 2, b3 = b0 + 3, b4 = b0 + 4, b5 = b0 + 5, local
9292 unsigned char b1 = b0 + 1, b2 = b0 + 2, b3 = b0 + 3, b4 = b0 + 4, b5 = b0 + 5, local
9301 unsigned char b1 = b0 + 1, b2 = b0 + 2, b3 = b0 + 3, b4 = b0 + 4, b5 = b0 + 5, local
9335 unsigned char b1 = __b + 1; local
9344 unsigned char b1 = __b + 1; local
9353 unsigned char b1 = __b + 1; local
9362 unsigned char b1 = __b + 1; local
9375 unsigned char b1 = __b + 1, b2 = __b + 2, b3 = __b + 3; local
9384 unsigned char b1 = __b + 1, b2 = __b + 2, b3 = __b + 3; local
9393 unsigned char b1 = __b + 1, b2 = __b + 2, b3 = __b + 3; local
9402 unsigned char b1 = __b + 1, b2 = __b + 2, b3 = __b + 3; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c1477 u64 b0, b1, b2, b3, b4; local
1534 b1 = ROL64((a11^d1), 44);
1538 a00 = b0 ^((~b1)& b2 );
1540 a11 = b1 ^((~b2)& b3 );
1543 a44 = b4 ^((~b0)& b1 );
1549 b1 = ROL64((a14^d4), 20);
1550 a20 = b0 ^((~b1)& b2 );
1551 a31 = b1 ^((~b2)& b3 );
1554 a14 = b4 ^((~b0)& b1 );
1558 b1
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_hpet.c917 struct bintime b0, b1, b2; local
922 binuptime(&b1);
929 bintime_sub(&b2, &b1);
930 bintime_sub(&b1, &b0);
931 bintime_sub(&b2, &b1);
/freebsd-11-stable/contrib/gcc/
H A Ddfp.c346 REAL_VALUE_TYPE a1, b1; local
356 decimal_from_binary (&b1, b);
357 b = &b1;
H A Dlibgcc2.c601 UWtype c0, c1, b1;
622 b1 = d >> 1; /* d/2, between 2^30 and 2^31 - 1 */
626 if (a1 < b1) /* A < 2^32*b1, so A/2 < 2^31*b1 */
628 sdiv_qrnnd (q, r, c1, c0, b1); /* (A/2) / (d/2) */
630 r = 2*r + (a0 & 1); /* Remainder from A/(2*b1) */
647 else if (c1 < b1) /* So 2^31 <= (A/2)/b1 < 2^32 */
649 c1 = (b1
586 UWtype c0, c1, b1; local
[all...]
/freebsd-11-stable/contrib/gdtoa/
H A Ddtoa.c126 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
521 b1 = mult(mhi, b);
523 b = b1;
H A Dgdtoa.c160 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local
542 b1 = mult(mhi, b);
544 b = b1;
H A Dstrtodg.c55 Bigint *b1; local
82 b1 = Balloc(b->k+1);
83 Bcopy(b1,b);
85 b = b1;
/freebsd-11-stable/contrib/gcc/cp/
H A Dcvt.c180 tree b1;
186 b1 = TYPE_PTRMEM_CLASS_TYPE (type);
188 binfo = lookup_base (b1, b2, ba_check, &bk);
191 binfo = lookup_base (b2, b1, ba_check, &bk);
179 tree b1; local
/freebsd-11-stable/contrib/blacklist/bin/
H A Dconf.c499 char b1[256], b2[256]; local
501 blhexdump(b1, sizeof(b1), "a1", v1, len);
504 b1, b2, omask);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Ds390x-gf2m.pl46 $b1="%r5";
175 bras $ra,_mul_1x1 # a1��b1
187 bras $ra,_mul_1x1 # (a0+a1)��(b0+b1)
/freebsd-11-stable/sys/dev/joy/
H A Djoy.c209 c.b1 = ~state & 1;
/freebsd-11-stable/sys/sys/
H A Dlibkern.h133 int memcmp(const void *b1, const void *b2, size_t len);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_ha.c651 int error, b1, b2, b3, b4, p, num; local
663 &b1, &b2, &b3, &b4, &p)) >= 4) {
667 &b1, &b2, &b3, &b4, &p)) >= 4) {
685 htonl((b1 << 24) + (b2 << 16) + (b3 << 8) + b4);
/freebsd-11-stable/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp1443 const char *b = strrchr(s, DIR_SEPS[0]), *b1;
1448 b1 = strrchr(s, *sep);
1449 if (b1 && (!b || b1 > b))
1450 b = b1;
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dchannel.c1029 char b1[8]; local
1032 memset(b1, 0, sizeof(b1));
1035 i = sscanf(req, "%5[^:]:%6s", b1, b2);
1038 if (strlen(req) != strlen(b1))
1042 if (strlen(req) != (strlen(b1) + 1 + strlen(b2)))
1074 if (strcasecmp(afmt_tab[i].name, b1) != 0) {
1077 if (strcasecmp(afmt_tab[i].alias1, b1) != 0) {
1080 if (strcasecmp(afmt_tab[i].alias2, b1) != 0)
H A Dfeeder_eq.c181 w += (intpcm64_t)info->treble.i1[i] * treble->b1; \
194 w += (intpcm64_t)info->bass.i1[i] * bass->b1; \
/freebsd-11-stable/sys/net80211/
H A Dieee80211_crypto_ccmp.c205 READ_6(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) argument
207 uint32_t iv32 = (b0 << 0) | (b1 << 8) | (b2 << 16) | (b3 << 24);
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder.c86 const uint32_t b1 = a1 + rc_bit_1_price(lc->choice2); local
99 prices[i] = b1 + rc_bittree_price(lc->high, LEN_HIGH_BITS,

Completed in 324 milliseconds

123456