Home
last modified time | relevance | path

Searched refs:__buf (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_buf.h56 (__buf)->paddr = 0; \
57 (__buf)->vaddr = NULL; \
58 (__buf)->dmat = (__tag); \
59 (__buf)->dmap = NULL; \
60 (__buf)->seg.ds_addr = 0; \
61 (__buf)->seg.ds_len = 0; \
62 (__buf)->nseg = 0; \
63 (__buf)->m = NULL; \
64 (__buf)->sgt = NULL; \
65 (__buf)->opt = (__opt); \
[all …]
/freebsd/include/ssp/
H A Dunistd.h46 __ssp_redirect0(ssize_t, _FORTIFY_SOURCE_read, (int __fd, void *__buf,
47 size_t __len), (__fd, __buf, __len));
50 char *__restrict __buf, size_t __len), (__path, __buf, __len));
52 __ssp_redirect_raw(char *, getcwd, getcwd, (char *__buf, size_t __len),
53 (__buf, __len), __buf != 0, __ssp_bos);
H A Dssp.h77 __ssp_check(__buf, __len, bos); \
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt.h74 uint32_t __p, uint8_t *__buf, size_t __buflen);
79 uint32_t __p, uint8_t *__buf, size_t __buflen);
84 uint32_t __p, uint8_t *__buf, size_t __buflen);
88 uint8_t *__buf, size_t __buflen);
92 uint8_t *__buf, size_t __buflen);
/freebsd/lib/libcrypt/
H A Dcrypt.c127 if (func(passwd, salt, data->__buf) != 0) in crypt_r()
129 return (data->__buf); in crypt_r()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_sort.h244 pair<value_type*, ptrdiff_t> __buf(0, 0); in __stable_sort_impl()
249 __buf = std::get_temporary_buffer<value_type>(__len); in __stable_sort_impl() local
251 __h.reset(__buf.first); in __stable_sort_impl()
254 …_AlgPolicy, __comp_ref_type<_Compare> >(__first, __last, __comp, __len, __buf.first, __buf.second); in __stable_sort_impl()
H A Dinplace_merge.h216 pair<value_type*, ptrdiff_t> __buf = std::get_temporary_buffer<value_type>(__buf_size); in __inplace_merge() local
218 unique_ptr<value_type, __return_temporary_buffer> __h(__buf.first); in __inplace_merge()
220 …first), std::move(__middle), std::move(__last), __comp, __len1, __len2, __buf.first, __buf.second); in __inplace_merge()
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h57 _LIBCPP_HIDE_FROM_ABI inline _Iterator __insert_sign(_Iterator __buf, bool __negative, __format_spe… in __insert_sign() argument
59 *__buf++ = '-'; in __insert_sign()
67 *__buf++ = '+'; in __insert_sign()
70 *__buf++ = ' '; in __insert_sign()
74 return __buf; in __insert_sign()
/freebsd/contrib/llvm-project/libcxx/include/
H A Ddeque1842 return insert(__p, move_iterator<__bi>(__buf.begin()), move_iterator<__bi>(__buf.end()));
1859 return insert(__p, move_iterator<__fwd>(__buf.begin()), move_iterator<__fwd>(__buf.end()));
2041 __buf.push_back(__hold.get());
2045 __buf.push_back(*__i);
2112 for (__map_pointer __i = __buf.begin(); __i != __buf.end(); ++__i)
2118 __buf.push_back(__map_.back());
2122 __buf.push_back(*__i);
2164 __buf.push_back(__hold.get());
2168 __buf.push_front(*--__i);
2237 for (__map_pointer __i = __buf.begin(); __i != __buf.end(); ++__i)
[all …]
H A Dlocale859 __buf.resize(__buf.capacity());
868 __buf.resize(2 * __buf.size());
869 __buf.resize(__buf.capacity());
908 __buf.resize(__buf.capacity());
917 __buf.resize(2 * __buf.size());
918 __buf.resize(__buf.capacity());
950 __buf.resize(__buf.capacity());
961 __buf.resize(2 * __buf.size());
962 __buf.resize(__buf.capacity());
1004 __buf.resize(__buf.capacity());
[all …]
H A D__locale1311 char __buf[__sz];
1314 … __r = do_out(__mb, (const char16_t*)__wb, (const char16_t*)__we, __wn, __buf, __buf + __sz, __bn);
1317 for (const char* __p = __buf; __p < __bn; ++__p, ++__s)
1339 char __buf[__sz];
1342 … __r = do_out(__mb, (const char32_t*)__wb, (const char32_t*)__we, __wn, __buf, __buf + __sz, __bn);
1345 for (const char* __p = __buf; __p < __bn; ++__p, ++__s)
1383 char16_t __buf[__sz];
1386 … = do_in(__mb, __nb, __ne - __nb > __sz ? __nb + __sz : __ne, __nn, __buf, __buf + __sz, __bn);
1389 for (const char16_t* __p = __buf; __p < __bn; ++__p, ++__s)
1411 char32_t __buf[__sz];
[all …]
H A Dany288 __any_imp::_Buffer __buf;
345 _Tp* __ret = static_cast<_Tp*>(static_cast<void*>(&__dest.__s_.__buf));
356 _Tp* __p = static_cast<_Tp*>(static_cast<void*>(&__this.__s_.__buf));
362 …lHandler::__create(__dest, *static_cast<_Tp const*>(static_cast<void const*>(&__this.__s_.__buf)));
366 …llHandler::__create(__dest, std::move(*static_cast<_Tp*>(static_cast<void*>(&__this.__s_.__buf))));
372 return static_cast<void*>(&__this.__s_.__buf);
H A D__split_buffer284 __split_buffer __buf(__new_cap, 0, __a);
285 for (pointer __p = __begin_; __p != __end_; ++__p, (void)++__buf.__end_)
286 … __alloc_traits::construct(__buf.__alloc(), std::__to_address(__buf.__end_), std::move(*__p));
287 swap(__buf);
H A Distream520 operator>>(basic_istream<_CharT, _Traits>& __is, _CharT (&__buf)[_Np]) {
524 return std::__input_c_string(__is, __buf, __n);
529 operator>>(basic_istream<char, _Traits>& __is, unsigned char (&__buf)[_Np]) {
530 return __is >> (char(&)[_Np])__buf;
535 operator>>(basic_istream<char, _Traits>& __is, signed char (&__buf)[_Np]) {
536 return __is >> (char(&)[_Np])__buf;
/freebsd/tools/build/cross-build/include/common/
H A Dunistd.h42 char __buf[256]; /* Buffer returned by crypt_r(). */ member
/freebsd/sys/dev/hptmv/
H A Dglobal.h184 #define DECLARE_BUFFER(type, ptr) UCHAR ptr##__buf[512]; type ptr=(type)ptr##__buf
/freebsd/sys/arm64/linux/
H A Dlinux.h179 l_uintptr_t __buf; member
/freebsd/sys/amd64/linux/
H A Dlinux.h195 l_uintptr_t __buf; member
/freebsd/sys/i386/linux/
H A Dlinux.h276 l_uintptr_t __buf; member
/freebsd/sys/amd64/linux32/
H A Dlinux.h302 l_uintptr_t __buf; member
/freebsd/include/
H A Dunistd.h491 char __buf[256]; /* Buffer returned by crypt_r(). */ member
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h606 …_LIBCPP_HIDE_FROM_ABI static _Rp __call_impl(const __policy_storage* __buf, __fast_forward<_ArgTyp…
607 …_Fun* __f = reinterpret_cast<_Fun*>(__use_small_storage<_Fun>::value ? &__buf->__small : __buf->__…
/freebsd/sys/dev/usb/net/
H A Duhso.c318 const char *__buf = (const char *)_buf; \
320 printf("%02hhx ", *__buf++); \