Home
last modified time | relevance | path

Searched refs:base_ (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dbsearch.c17 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 DSyntax.td48 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 Dgtest-param-util.h233 : 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 Dsanitizer_posix_libcdep.cpp359 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 Dsanitizer_fuchsia.cpp242 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 Dsanitizer_win.cpp299 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 Dsanitizer_common.h189 void *base() const { return base_; } in base()
193 void* base_;
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.c643 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 Darm_mve_defs.td364 class IB_EltBit<int base_, Type type_ = Scalar> : ImmediateBounds {
365 int base = base_;
H A Darm_sve.td368 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 DChangeLog-1.4170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
H A DChangeLog-2.01137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
/freebsd/contrib/libevent/
H A DChangeLog-1.4170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
H A DChangeLog-2.01137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…