| /freebsd-14.2/crypto/openssl/crypto/ |
| H A D | bsearch.c | 17 const char *base_ = base; in ossl_bsearch() local 27 p = &(base_[i * size]); in ossl_bsearch() 39 while (i > 0 && (*cmp) (key, &(base_[(i - 1) * size])) == 0) in ossl_bsearch() 41 p = &(base_[i * size]); in ossl_bsearch()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Syntax.td | 48 class External<NodeType base_> : NodeType { let base = base_; } 60 class Alternatives<NodeType base_ = Tree> : NodeType { let base = base_; } 64 class Unconstrained<NodeType base_ = Tree> : NodeType { let base = base_; } 79 class Sequence<NodeType base_ = Tree> : NodeType { 80 let base = base_;
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 236 return base_; in BaseGenerator() 260 base_(other.base_), in Iterator() 268 const ParamGeneratorInterface<T>* const base_; variable 318 : base_(base), iterator_(iterator) {} in Iterator() 322 return base_; in BaseGenerator() 357 base_(other.base_), in Iterator() 360 const ParamGeneratorInterface<T>* const base_; variable 847 : base_(base), in GTEST_DISABLE_MSC_WARNINGS_POP_() 856 return base_; in GTEST_DISABLE_MSC_WARNINGS_POP_() 969 : base_(base), it_(it), end_(end) { in Iterator() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix_libcdep.cpp | 338 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size, name) in Init() 343 return reinterpret_cast<uptr>(base_); in Init() 360 if (addr == reinterpret_cast<uptr>(base_)) in Unmap() 362 base_ = (size == size_) ? nullptr : reinterpret_cast<void*>(addr + size); in Unmap() 364 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_); in Unmap()
|
| H A D | sanitizer_fuchsia.cpp | 242 base_ = reinterpret_cast<void *>(base); in Init() 247 return reinterpret_cast<uptr>(base_); in Init() 281 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, in Map() 287 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, in MapOrDie() 316 if (addr == reinterpret_cast<uptr>(base_)) { in Unmap() 326 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_); in Unmap()
|
| H A D | sanitizer_win.cpp | 302 CHECK((addr == reinterpret_cast<uptr>(base_)) && (size == size_)); in Unmap() 304 base_ = nullptr; in Unmap() 327 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size); in Init() 331 return reinterpret_cast<uptr>(base_); in Init()
|
| H A D | sanitizer_common.h | 190 void *base() const { return base_; } in base() 194 void* base_;
|
| /freebsd-14.2/crypto/openssl/crypto/objects/ |
| H A D | obj_dat.c | 643 const char *base_ = base; in OBJ_bsearch_ex_() local 648 p1 = &(base_[i * size]); in OBJ_bsearch_ex_()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_mve_defs.td | 364 class IB_EltBit<int base_, Type type_ = Scalar> : ImmediateBounds { 365 int base = base_;
|
| H A D | arm_sve.td | 360 def SVST1_SCATTER_BASES_U : MInst<"svst1_scatter[_{2}base_{d}]", "vPud", "ilUiUlfd", [IsScatt… 361 def SVST1B_SCATTER_BASES_U : MInst<"svst1b_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt… 362 def SVST1H_SCATTER_BASES_U : MInst<"svst1h_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt… 363 def SVST1W_SCATTER_BASES_U : MInst<"svst1w_scatter[_{2}base_{d}]", "vPud", "lUl", [IsScatt… 1763 def SVSTNT1_SCATTER_BASES_U : MInst<"svstnt1_scatter[_{2}base_{d}]", "vPud", "ilUiUlfd", [IsScatt… 1764 def SVSTNT1B_SCATTER_BASES_U : MInst<"svstnt1b_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt… 1765 def SVSTNT1H_SCATTER_BASES_U : MInst<"svstnt1h_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt… 1766 def SVSTNT1W_SCATTER_BASES_U : MInst<"svstnt1w_scatter[_{2}base_{d}]", "vPud", "lUl", [IsScatt…
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-1.4 | 170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
|
| H A D | ChangeLog-2.0 | 1137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | ChangeLog-1.4 | 170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
|
| H A D | ChangeLog-2.0 | 1137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
|