/freebsd/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/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/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 233 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 237 return base_; in BaseGenerator() 261 base_(other.base_), in Iterator() 269 const ParamGeneratorInterface<T>* const base_; variable 319 : base_(base), iterator_(iterator) {} in Iterator() 323 return base_; in BaseGenerator() 358 base_(other.base_), in Iterator() 361 const ParamGeneratorInterface<T>* const base_; variable 851 : base_(base), in GTEST_DISABLE_MSC_WARNINGS_POP_() 860 return base_; in GTEST_DISABLE_MSC_WARNINGS_POP_() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 359 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size, name) in Init() 364 return reinterpret_cast<uptr>(base_); in Init() 381 if (addr == reinterpret_cast<uptr>(base_)) in Unmap() 383 base_ = (size == size_) ? nullptr : reinterpret_cast<void*>(addr + size); in Unmap() 385 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() 314 if (addr == reinterpret_cast<uptr>(base_)) { in Unmap() 324 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_); in Unmap()
|
H A D | sanitizer_win.cpp | 299 CHECK((addr == reinterpret_cast<uptr>(base_)) && (size == size_)); in Unmap() 301 base_ = nullptr; in Unmap() 324 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size); in Init() 328 return reinterpret_cast<uptr>(base_); in Init()
|
H A D | sanitizer_common.h | 189 void *base() const { return base_; } in base() 193 void* base_;
|
/freebsd/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/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 | 368 def SVST1_SCATTER_BASES_U : MInst<"svst1_scatter[_{2}base_{d}]", "vPud", "ilUiUlfd", [IsScatt… 369 def SVST1B_SCATTER_BASES_U : MInst<"svst1b_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt… 370 def SVST1H_SCATTER_BASES_U : MInst<"svst1h_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt… 371 def SVST1W_SCATTER_BASES_U : MInst<"svst1w_scatter[_{2}base_{d}]", "vPud", "lUl", [IsScatt… 1784 def SVSTNT1_SCATTER_BASES_U : MInst<"svstnt1_scatter[_{2}base_{d}]", "vPud", "ilUiUlfd", [IsScatt… 1785 def SVSTNT1B_SCATTER_BASES_U : MInst<"svstnt1b_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt… 1786 def SVSTNT1H_SCATTER_BASES_U : MInst<"svstnt1h_scatter[_{2}base_{d}]", "vPud", "ilUiUl", [IsScatt… 1787 def SVSTNT1W_SCATTER_BASES_U : MInst<"svstnt1w_scatter[_{2}base_{d}]", "vPud", "lUl", [IsScatt…
|
/freebsd/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/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…
|