| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/ |
| compile-cplus-inherit.cc | 26 B () : b_ (2) {} 27 int do_it (int amount) { return b_ - amount; } 29 int b_; member in struct:B
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/ |
| compile-cplus-inherit.cc | 26 B () : b_ (2) {} 27 int do_it (int amount) { return b_ - amount; } 29 int b_; member in struct:B
|
| /src/external/bsd/zstd/dist/contrib/pzstd/utils/ |
| Range.h | 51 Iter b_; member in class:pzstd::Range 62 constexpr Range() : b_(), e_() {} 63 constexpr Range(Iter begin, Iter end) : b_(begin), e_(end) {} 65 constexpr Range(Iter begin, size_type size) : b_(begin), e_(begin + size) {} 68 /* implicit */ Range(Iter str) : b_(str), e_(str + std::strlen(str)) {} 72 : b_(str.data()), e_(b_ + str.size()) {} 83 : b_(other.begin()), e_(other.end()) {} 92 return e_ - b_; 95 return b_ == e_ [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| insn-reverse-aarch64.c | 67 float64x2_t b_ = {0.0, 0.0}; local 73 : "w"(a_), "w"(b_)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| insn-reverse-aarch64.c | 67 float64x2_t b_ = {0.0, 0.0}; local 73 : "w"(a_), "w"(b_)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-format-string.c | 72 Deriv (int b_) : Base (42), b (b_) {}
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-format-string.c | 72 Deriv (int b_) : Base (42), b (b_) {}
|
| /src/crypto/external/apache2/openssl/dist/crypto/chacha/asm/ |
| chacha-x86.pl | 68 ($b,$b_)=("ebx","ebp"); 106 &mov (&DWP(4*$bp,"esp"),$b_) if ($i!=0); 112 &mov ($b_,&DWP(4*$bn,"esp")) if ($i<7); 113 &mov ($b_,&DWP(128,"esp")) if ($i==7); # loop counter 123 &add ($a,$b_) if ($i<7); # elsewhere 126 ($b,$b_)=($b_,$b); 195 &mov ($b_,&DWP(64+4*6,"esp")); 201 &mov (&DWP(4*6,"esp"),$b_); 210 &mov ($b_,&DWP(64+4*4,"esp")) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/chacha/asm/ |
| chacha-x86.pl | 68 ($b,$b_)=("ebx","ebp"); 106 &mov (&DWP(4*$bp,"esp"),$b_) if ($i!=0); 112 &mov ($b_,&DWP(4*$bn,"esp")) if ($i<7); 113 &mov ($b_,&DWP(128,"esp")) if ($i==7); # loop counter 123 &add ($a,$b_) if ($i<7); # elsewhere 126 ($b,$b_)=($b_,$b); 195 &mov ($b_,&DWP(64+4*6,"esp")); 201 &mov (&DWP(4*6,"esp"),$b_); 210 &mov ($b_,&DWP(64+4*4,"esp")) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/chacha/asm/ |
| 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")) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| 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_; \
|
| /src/tests/lib/libc/ |
| t_cdb.c | 56 cmp_keys(const void *a_, const void *b_) 59 uint32_t b = *(const uint32_t *)b_;
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| objects.h | 121 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 124 type2 const *b = b_; \ 135 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 138 type2 const *b = b_; \
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| objects.h | 122 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 125 type2 const *b = b_; \ 136 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 139 type2 const *b = b_; \
|
| /src/external/bsd/jemalloc.old/dist/test/include/test/ |
| test.h | 5 t b_ = (b); \ 6 if (!(a_ cmp b_)) { \ 14 #a, #b, a_, b_); \ 215 bool b_ = (b); \ 216 if (!(a_ == b_)) { \ 224 b_ ? "true" : "false"); \ 231 bool b_ = (b); \ 232 if (!(a_ != b_)) { \ 240 b_ ? "true" : "false"); \
|
| /src/external/bsd/jemalloc/dist/test/include/test/ |
| test.h | 5 const t b_ = (b); \ 6 if (!(a_ cmp b_)) { \ 14 #a, #b, a_, b_); \ 222 bool b_ = (b); \ 223 if (!(a_ == b_)) { \ 231 b_ ? "true" : "false"); \ 243 bool b_ = (b); \ 244 if (!(a_ != b_)) { \ 252 b_ ? "true" : "false"); \
|
| /src/usr.bin/nbperf/ |
| graph2.c | 81 static int sorting_cmp(const void *a_, const void *b_) 83 const uint32_t *a = a_, *b = b_;
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| benchmark_runner.cc | 129 BenchmarkRunner(const benchmark::internal::BenchmarkInstance& b_, 131 : b(b_),
|
| /src/external/mit/libuv/dist/test/ |
| task.h | 177 unsigned char* b_ = (unsigned char*)b; \ 192 fprintf(stderr, "%02X", b_[i]); \
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_asid.c | 123 const ASIdOrRange *const *b_) 125 const ASIdOrRange *a = *a_, *b = *b_;
|
| v3_addr.c | 678 const IPAddressFamily *const *b_) 681 const ASN1_OCTET_STRING *b = (*b_)->addressFamily;
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_asid.c | 124 const ASIdOrRange *const *b_) 126 const ASIdOrRange *a = *a_, *b = *b_;
|
| v3_addr.c | 685 const IPAddressFamily *const *b_) 688 const ASN1_OCTET_STRING *b = (*b_)->addressFamily;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| v3_asid.c | 123 const ASIdOrRange *const *b_) 125 const ASIdOrRange *a = *a_, *b = *b_;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-ch.cc | 765 ch_order_loops (const void *a_, const void *b_, void *order_) 769 const class loop *b = *(const class loop * const *)b_;
|