Searched defs:base (Results 226 - 250 of 1167) sorted by relevance

1234567891011>>

/freebsd-current/tools/tools/pirtool/
H A Dpirtool.c138 find_pir_table(unsigned char *base) argument
/freebsd-current/stand/libsa/
H A Dzalloc.c279 zextendPool(MemPool *mp, void *base, uintptr_t bytes) argument
[all...]
H A Dzalloc_malloc.c85 char *base; local
/freebsd-current/sys/arm/annapurna/alpine/
H A Dalpine_machdep.c84 u_long base = 0; local
H A Dalpine_serdes.c146 void *base; local
/freebsd-current/sys/geom/label/
H A Dg_label_gpt.c46 struct g_part_entry base; member in struct:g_part_gpt_entry
/freebsd-current/sys/dev/pwm/
H A Dofw_pwmbus.c44 struct pwmbus_ivars base; member in struct:ofw_pwmbus_ivars
49 struct pwmbus_softc base; member in struct:ofw_pwmbus_softc
[all...]
/freebsd-current/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.cpp63 uint32_t base = ((r.length == 2) ? read32le(loc) : 0); local
/freebsd-current/contrib/expat/tests/
H A Dalloc_tests.c1834 const XML_Char *base = local
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dtake_while_view.h70 _LIBCPP_HIDE_FROM_ABI constexpr _View base() && { return std::move(__base_); } function in class:ranges::take_while_view
123 _LIBCPP_HIDE_FROM_ABI constexpr sentinel_t<_Base> base() const { return __end_; } function in class:ranges::take_while_view::__sentinel
H A Ddrop_while_view.h66 _LIBCPP_HIDE_FROM_ABI constexpr _View base() && { return std::move(__base_); } function in class:ranges::drop_while_view
H A Dreverse_view.h67 _LIBCPP_HIDE_FROM_ABI constexpr _View base() && { return std::move(__base_); } function in class:ranges::reverse_view
159 noexcept(noexcept(std::forward<_Range>(__range).base())) -> decltype(std::forward<_Range>(__range).base()) { function in struct:ranges::views::__reverse::__fn
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__iterator/
H A Dcounted_iterator.h103 _LIBCPP_HIDE_FROM_ABI constexpr _Iter base() && { return std::move(__current_); } function in class:counted_iterator
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.cpp97 static void visitASTNodeRecursive(ASTNode node, ASTNode base, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp141 llvm::dwarf::LocationAtom base = local
146 llvm::dwarf::LocationAtom base = local
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.h70 char *base; member in struct:kmp_str_fname
/freebsd-current/sys/dev/firmware/arm/
H A Dscmi_mailbox.c54 struct scmi_softc base; member in struct:scmi_mailbox_softc
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c135 resource_size_t base; member in struct:aperture_range
163 devm_aperture_acquire(struct device *dev, resource_size_t base, resource_size_t size, void (*detach)(struct device *)) argument
239 devm_aperture_acquire_for_platform_device(struct platform_device *pdev, resource_size_t base, resource_size_t size) argument
247 aperture_detach_devices(resource_size_t base, resource_size_t size) argument
285 aperture_remove_conflicting_devices(resource_size_t base, resource_size_t size, bool primary, const char *name) argument
330 resource_size_t base, size; local
[all...]
/freebsd-current/include/
H A Dstdlib.h352 static inline void qsort_r(void *base, size_t nmemb, size_t size, argument
/freebsd-current/contrib/kyua/store/
H A Dlayout_test.cpp59 const std::string base = (store_dir / ( local
/freebsd-current/contrib/com_err/
H A Dcom_err.c62 init_error_table(const char **msgs, long base, int count) argument
/freebsd-current/contrib/bzip2/
H A Dhuffman.c170 BZ2_hbCreateDecodeTables( Int32 *limit, Int32 *base, Int32 *perm, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize ) argument
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp27 typedef RecursiveASTVisitor<ZeroOutInDeallocRemover> base; typedef in class:__anon1498::ZeroOutInDeallocRemover
/freebsd-current/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c131 uint8_t *base; local
/freebsd-current/contrib/wpa/src/crypto/
H A Dcrypto_internal-modexp.c89 int crypto_mod_exp(const u8 *base, size_t base_len, argument

Completed in 395 milliseconds

1234567891011>>