Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformatter_output.h73 __padding_size(size_t __size, size_t __width, __format_spec::__alignment __align) { in __padding_size()
173 int __size = (__first - __begin) + // [sign][prefix] in __write_using_decimal_separators() local
300 ptrdiff_t __size = __last - __first; variable
359 size_t __size = variable
385 int __size = __formatter::__truncate(__str, __specs.__precision_); variable
Dformatter_integral.h87 _LIBCPP_HIDE_FROM_ABI inline string __determine_grouping(ptrdiff_t __size, const string& __grouping… in __determine_grouping()
227 ptrdiff_t __size = __last - __first; variable
255 int32_t __size = __first - __begin; variable
Dformat_args.h57 _LIBCPP_HIDE_FROM_ABI size_t __size() const noexcept { return __size_; } in __size() function
Dformat_arg.h81 constexpr bool __use_packed_format_arg_store(size_t __size) { return __size <= __packed_types_max; } in __use_packed_format_arg_store()
/external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/
Dtake_view.h89 auto __size = size(); in begin() local
104 auto __size = size(); in begin() local
Ddrop_view.h120 static constexpr auto __size(auto& __self) { in __size() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Daligned_alloc.h31 void* __libcpp_aligned_alloc(std::size_t __alignment, std::size_t __size) { in __libcpp_aligned_alloc()
/external/clang/lib/Headers/
Dmm_malloc.h46 _mm_malloc(size_t __size, size_t __align) in _mm_malloc()
D__clang_cuda_runtime_wrapper.h265 __device__ static inline void *malloc(size_t __size) { in malloc()
/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dranges_search_n.h49 auto __size = ranges::distance(__first, __last); in __ranges_search_n_impl() local
Dcopy.h87 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
Dmove.h88 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
Dmove_backward.h97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
Dcopy_backward.h97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
/external/mesa3d/src/util/
Dbitset.h153 #define BITSET_FOREACH_SET(__i, __set, __size) \ argument
209 #define BITSET_FOREACH_RANGE(__start, __end, __set, __size) \ argument
/external/AFLplusplus/include/
Dandroid-ashmem.h42 int shmget(key_t __key, size_t __size, int __shmflg) { in shmget()
/external/libcxx/src/experimental/
Dmemory_resource.cpp33 virtual void* do_allocate(size_t __size, size_t __align) in do_allocate()
/external/iptables/include/linux/netfilter/
Dx_tables.h56 #define XT_TARGET_INIT(__name, __size) \ argument
/external/kernel-headers/original/uapi/linux/netfilter/
Dx_tables.h57 #define XT_TARGET_INIT(__name, __size) \ argument
/external/iproute2/include/uapi/linux/netfilter/
Dx_tables.h57 #define XT_TARGET_INIT(__name, __size) \ argument
/external/libcxx/include/support/ibm/
Dxlocale.h214 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l()
/external/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h138 #define IP6T_ENTRY_INIT(__size) \ argument
/external/iproute2/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h140 #define IP6T_ENTRY_INIT(__size) \ argument
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
Dip6_tables.h142 #define IP6T_ENTRY_INIT(__size) \ argument
/external/python/cachetools/src/cachetools/
D__init__.py45 __size = _DefaultSize() variable in Cache