Searched defs:__size (Results 1 - 25 of 45) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Darray6.C11 int __size = 5; local
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dmm_malloc.h33 _mm_malloc(size_t __size, size_t __align) { argument
H A D__clang_hip_runtime_wrapper.h83 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { argument
93 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { argument
100 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { argument
/openbsd-current/gnu/llvm/clang/lib/Headers/ppc_wrappers/
H A Dmm_malloc.h26 static __inline void *_mm_malloc(size_t __size, size_t __alignment) { argument
/openbsd-current/gnu/gcc/libssp/ssp/
H A Dunistd.h77 getcwd (char *__buf, size_t __size) argument
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, size_t __size) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dc_locale.h57 __convert_from_v(char* __out, const int __attribute__ ((__unused__)) __size, const char* __fmt, _Tv __v, const __c_locale&, int __prec = -1) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dc_locale.h67 __convert_from_v(char* __out, const int __size, const char* __fmt, argument
/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dmove.h88 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); local
H A Dcopy.h87 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); local
H A Dmove_backward.h97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); local
H A Dranges_search_n.h49 auto __size = ranges::distance(__first, __last); local
H A Dcopy_backward.h97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); local
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dbuiltin_new_allocator.h31 _LIBCPP_CONSTEXPR explicit __builtin_new_deleter(size_t __size, size_t __align) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstdio_filebuf.h120 stdio_filebuf(int __fd, std::ios_base::openmode __mode, bool __del, size_t __size) argument
145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, size_t __size) argument
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__ranges/
H A Dsize.h43 namespace __size { namespace in namespace:ranges
H A Ddrop_view.h115 static constexpr auto __size(auto& __self) { function in class:ranges::drop_view
/openbsd-current/gnu/gcc/libstdc++-v3/include/backward/
H A Ddefalloc.h68 inline _Tp* allocate(ptrdiff_t __size, _Tp*) { argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/backward/
H A Ddefalloc.h68 inline _Tp* allocate(ptrdiff_t __size, _Tp*) { argument
/openbsd-current/include/
H A Dnl_types.h80 int __size; member in struct:_nl_catd
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformatter_integral.h82 _LIBCPP_HIDE_FROM_ABI inline string __determine_grouping(ptrdiff_t __size, const string& __grouping) { argument
222 ptrdiff_t __size = __last - __first; local
250 int32_t __size local
[all...]
H A Dformat_arg.h80 constexpr bool __use_packed_format_arg_store(size_t __size) { return __size <= __packed_types_max; } argument
H A Dformatter_output.h68 __padding_size(size_t __size, size_t __width, __format_spec::__alignment __align) { argument
168 int __size = (__first - __begin) + // [sign][prefix] local
295 ptrdiff_t __size = __last - __first; local
380 int __size = __formatter::__truncate(__str, __specs.__precision_); local
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dcompatibility.cc84 streamsize __size = std::min(streamsize(__sb->egptr() local
149 streamsize __size = std::min(streamsize(__sb->egptr() local
H A Distream.cc59 streamsize __size = std::min(streamsize(__sb->egptr() local
135 streamsize __size = std::min(streamsize(__sb->egptr() local
220 streamsize __size = std::min(streamsize(__sb->egptr() local
296 streamsize __size = std::min(streamsize(__sb->egptr() local
369 streamsize __size = std::min(streamsize(__sb->egptr() local
439 streamsize __size = std::min(streamsize(__sb->egptr() local
515 streamsize __size = std::min(streamsize(__sb->egptr() local
598 streamsize __size = std::min(streamsize(__sb->egptr() local
[all...]

Completed in 206 milliseconds

12