Searched defs:base (Results 126 - 150 of 1167) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/stdlib/
H A Dstrtol.c50 strtol_l(const char * __restrict nptr, char ** __restrict endptr, int base, argument
152 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) argument
[all...]
H A Dstrtoull.c50 strtoull_l(const char * __restrict nptr, char ** __restrict endptr, int base, argument
131 strtoull(const char * __restrict nptr, char ** __restrict endptr, int base) argument
[all...]
H A Dstrtoul.c50 strtoul_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
130 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) argument
[all...]
H A Dstrtoumax.c50 strtoumax_l(const char * __restrict nptr, char ** __restrict endptr, int base, argument
131 strtoumax(const char * __restrict nptr, char ** __restrict endptr, int base) argument
[all...]
H A Dstrtoimax.c50 strtoimax_l(const char * __restrict nptr, char ** __restrict endptr, int base, argument
153 strtoimax(const char * __restrict nptr, char ** __restrict endptr, int base) argument
[all...]
H A Dbsearch.c69 const char *base = base0; local
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Das_rvalue_view.h57 _LIBCPP_HIDE_FROM_ABI constexpr _View base() && { return std::move(__base_); } function in class:ranges::as_rvalue_view
H A Dcommon_view.h59 _LIBCPP_HIDE_FROM_ABI constexpr _View base() && { return std::move(__base_); } function in class:ranges::common_view
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.h44 ArrayRef<const hwasan_global> HwasanGlobalsFor(ElfW(Addr) base, member in namespace:__hwasan
H A Dhwasan_globals.cpp29 static void CheckCodeModel(ElfW(Addr) base, const ElfW(Phdr) * phdr, member in namespace:__hwasan
52 ArrayRef<const hwasan_global> HwasanGlobalsFor(ElfW(Addr) base, member in namespace:__hwasan
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp25 ObjectFilePlaceholder( const lldb::ModuleSP &module_sp, const lldb_private::ModuleSpec &module_spec, lldb::addr_t base, lldb::addr_t size) argument
/freebsd-current/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_mib.c173 uint32_t base, reg; local
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes.h15 PROV_CIPHER_CTX base; /* Must be first */ member in struct:prov_aes_ctx_st
/freebsd-current/stand/i386/libi386/
H A Dbiosacpi.c109 biosacpi_search_rsdp(char *base, int length) argument
/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Draw_storage_iterator.h77 _LIBCPP_HIDE_FROM_ABI _OutputIterator base() const { return __x_; } function in class:raw_storage_iterator
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cpp48 const char *base = GetProcessName(); local
/freebsd-current/contrib/llvm-project/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp18 locale_t newlocale(int category_mask, const char* locale, locale_t base) { argument
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_string_sprintf.c53 append_uint(struct archive_string *as, uintmax_t d, unsigned base) argument
62 append_int(struct archive_string *as, intmax_t d, unsigned base) argument
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Daperture.h30 static inline int aperture_remove_conflicting_devices(resource_size_t base, resource_size_t size, argument
23 devm_aperture_acquire_for_platform_device(struct platform_device *pdev, resource_size_t base, resource_size_t size) argument
/freebsd-current/sys/kern/
H A Dkern_physio.c46 char *base, *sa; local
/freebsd-current/contrib/elftoolchain/libelf/
H A Dlibelf_ar_util.c42 _libelf_ar_get_number(const char *src, size_t sz, unsigned int base, argument
/freebsd-current/contrib/com_err/
H A Derror.c80 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
[all...]
/freebsd-current/contrib/ldns/compat/
H A Dinet_ntop.c124 struct { int base, len; } best, cur; member in struct:__anon967
[all...]
/freebsd-current/contrib/unbound/compat/
H A Dinet_ntop.c124 struct { int base, len; } best, cur; member in struct:__anon6261
[all...]
/freebsd-current/crypto/heimdal/lib/com_err/
H A Derror.c83 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
[all...]

Completed in 294 milliseconds

1234567891011>>