Searched refs:b_ (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86.pl69 ($b,$b_)=("ebx","ebp");
107 &mov (&DWP(4*$bp,"esp"),$b_) if ($i!=0);
113 &mov ($b_,&DWP(4*$bn,"esp")) if ($i<7);
114 &mov ($b_,&DWP(128,"esp")) if ($i==7); # loop counter
124 &add ($a,$b_) if ($i<7); # elsewhere
127 ($b,$b_)=($b_,$b);
196 &mov ($b_,&DWP(64+4*6,"esp"));
202 &mov (&DWP(4*6,"esp"),$b_);
211 &mov ($b_,
[all...]
H A Dchacha-x86_64.pl2468 my ($a,$b,$c,$d, $a_,$b_,$c_,$d_,$fourz) = map("%zmm$_",(0..3,16..20));
2529 vmovdqa32 $b,$b_
2540 vmovdqa32 $b_,$b
2565 vpaddd $b_,$b,$b
2698 map(s/%z/%y/, $a,$b,$c,$d, $a_,$b_,$c_,$d_,$fourz);
2725 vmovdqa32 $b,$b_
2759 vpaddd $b_,$b,$b
2801 vmovdqa32 $b_,$b
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dobjects.h114 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \
117 type2 const *b = b_; \
128 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \
131 type2 const *b = b_; \
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-tuple-test.cc264 b_(1, 0, 0, 0, 0, 0, 0, 0, 0, 3) {}
266 BigTuple a_, b_; member in class:__anon852::BigTupleTest
272 BigTuple b(b_);
291 EXPECT_TRUE(a_ != b_);
292 EXPECT_FALSE(a_ == b_);
H A Dgtest_unittest.cc3239 ASSERT_NE(a_++, b_++);
3247 b_ = 0;
3256 static int b_; member in class:__anon859::SingleEvaluationTest
3264 int SingleEvaluationTest::b_; member in class:__anon859::SingleEvaluationTest
3293 "(a_++) != (b_++)");
3295 EXPECT_EQ(1, b_);
3309 EXPECT_GT(a_++, b_++);
3311 EXPECT_EQ(1, b_);
3314 EXPECT_NONFATAL_FAILURE(EXPECT_LT(a_++, b_++), "(a_++) < (b_
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/
H A Dt_cdb.c56 cmp_keys(const void *a_, const void *b_) argument
59 uint32_t b = *(const uint32_t *)b_;
/freebsd-13-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c75 static int crude_order(const void *a_,const void *b_) argument
78 const TSortData *b=b_;
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1392 EXPECT_CALL(b_, DoB())
1403 MockB b_; member in class:__anon800::PartialOrderTest
1408 b_.DoB();
1413 b_.DoB();
1422 b_.DoB();
1423 b_.DoB();
1432 b_.DoB();
1433 b_.DoB();
1439 b_.DoB();
1440 b_
[all...]
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dcstyle.pl352 if ($note_level || /\b_?NOTE\s*\(/) { # if in NOTE or this is NOTE
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_asid.c123 const ASIdOrRange *const *b_)
125 const ASIdOrRange *a = *a_, *b = *b_;
H A Dv3_addr.c670 const IPAddressFamily *const *b_)
673 const ASN1_OCTET_STRING *b = (*b_)->addressFamily;

Completed in 324 milliseconds