| /freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/utils/ |
| D | Range.h | 49 Iter b_; 60 constexpr Range() : b_(), e_() {} 61 constexpr Range(Iter begin, Iter end) : b_(begin), e_(end) {} 63 constexpr Range(Iter begin, size_type size) : b_(begin), e_(begin + size) {} 66 /* implicit */ Range(Iter str) : b_(str), e_(str + std::strlen(str)) {} 70 : b_(str.data()), e_(b_ + str.size()) {} 81 : b_(other.begin()), e_(other.end()) {} 90 return e_ - b_; 93 return b_ == e_; 96 return b_; [all …]
|
| /freebsd-12-stable/crypto/openssl/crypto/chacha/asm/ |
| D | chacha-x86.pl | 69 ($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_,&DWP(64+4*4,"esp")); 223 &add ($a,$b_); # elsewhere [all …]
|
| D | chacha-x86_64.pl | 2468 my ($a,$b,$c,$d, $a_,$b_,$c_,$d_,$fourz) = map("%zmm$_",(0..3,16..20)); 2537 vmovdqa32 $b,$b_ 2548 vmovdqa32 $b_,$b 2573 vpaddd $b_,$b,$b 2714 map(s/%z/%y/, $a,$b,$c,$d, $a_,$b_,$c_,$d_,$fourz); 2749 vmovdqa32 $b,$b_ 2783 vpaddd $b_,$b,$b 2825 vmovdqa32 $b_,$b
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | objects.h | 114 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-12-stable/contrib/googletest/googletest/test/ |
| D | googletest-tuple-test.cc | 264 b_(1, 0, 0, 0, 0, 0, 0, 0, 0, 3) {} in BigTupleTest() 266 BigTuple a_, b_; member in __anon8692a9350111::BigTupleTest 272 BigTuple b(b_); in TEST_F() 291 EXPECT_TRUE(a_ != b_); in TEST_F() 292 EXPECT_FALSE(a_ == b_); in TEST_F()
|
| D | gtest_unittest.cc | 3239 ASSERT_NE(a_++, b_++); in CompareAndIncrementInts() 3247 b_ = 0; in SingleEvaluationTest() 3256 static int b_; member in __anon37c923fa0111::SingleEvaluationTest 3264 int SingleEvaluationTest::b_; member in __anon37c923fa0111::SingleEvaluationTest 3295 EXPECT_EQ(1, b_); in TEST_F() 3309 EXPECT_GT(a_++, b_++); in TEST_F() 3311 EXPECT_EQ(1, b_); in TEST_F() 3314 EXPECT_NONFATAL_FAILURE(EXPECT_LT(a_++, b_++), "(a_++) < (b_++)"); in TEST_F() 3316 EXPECT_EQ(2, b_); in TEST_F() 3323 ASSERT_GT(a_++, b_++); in TEST_F() [all …]
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/ |
| D | t_cdb.c | 56 cmp_keys(const void *a_, const void *b_) in cmp_keys() argument 59 uint32_t b = *(const uint32_t *)b_; in cmp_keys()
|
| /freebsd-12-stable/contrib/googletest/googlemock/test/ |
| D | gmock-spec-builders_test.cc | 1392 EXPECT_CALL(b_, DoB()) in PartialOrderTest() 1403 MockB b_; member in __anon22841c0d0111::PartialOrderTest 1408 b_.DoB(); in TEST_F() 1413 b_.DoB(); in TEST_F() 1422 b_.DoB(); in TEST_F() 1423 b_.DoB(); in TEST_F() 1432 b_.DoB(); in TEST_F() 1433 b_.DoB(); in TEST_F() 1439 b_.DoB(); in TEST_F() 1440 b_.DoB(); in TEST_F()
|
| /freebsd-12-stable/tools/regression/nfsmmap/ |
| D | README | 3 b_{valid,dirty}{off,end} fields of struct buf is consistent with the
|
| /freebsd-12-stable/contrib/apr-util/hooks/ |
| D | apr_hooks.c | 75 static int crude_order(const void *a_,const void *b_) in crude_order() argument 78 const TSortData *b=b_; in crude_order()
|
| /freebsd-12-stable/crypto/openssl/crypto/x509v3/ |
| D | v3_asid.c | 123 const ASIdOrRange *const *b_) in ASIdOrRange_cmp() argument 125 const ASIdOrRange *a = *a_, *b = *b_; in ASIdOrRange_cmp()
|
| D | v3_addr.c | 684 const IPAddressFamily *const *b_) in IPAddressFamily_cmp() argument 687 const ASN1_OCTET_STRING *b = (*b_)->addressFamily; in IPAddressFamily_cmp()
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | os2 | 146 >>5 uleshort x \b_%u
|