| /external/cronet/buildtools/third_party/libc++/trunk/include/__format/ |
| D | formatter_output.h | 73 __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
|
| D | formatter_integral.h | 87 _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
|
| D | format_args.h | 57 _LIBCPP_HIDE_FROM_ABI size_t __size() const noexcept { return __size_; } in __size() function
|
| D | format_arg.h | 81 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/ |
| D | take_view.h | 89 auto __size = size(); in begin() local 104 auto __size = size(); in begin() local
|
| D | drop_view.h | 120 static constexpr auto __size(auto& __self) { in __size() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__memory/ |
| D | aligned_alloc.h | 31 void* __libcpp_aligned_alloc(std::size_t __alignment, std::size_t __size) { in __libcpp_aligned_alloc()
|
| /external/clang/lib/Headers/ |
| D | mm_malloc.h | 46 _mm_malloc(size_t __size, size_t __align) in _mm_malloc()
|
| D | __clang_cuda_runtime_wrapper.h | 265 __device__ static inline void *malloc(size_t __size) { in malloc()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/ |
| D | ranges_search_n.h | 49 auto __size = ranges::distance(__first, __last); in __ranges_search_n_impl() local
|
| D | copy.h | 87 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
|
| D | move.h | 88 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
|
| D | move_backward.h | 97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
|
| D | copy_backward.h | 97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
|
| /external/mesa3d/src/util/ |
| D | bitset.h | 153 #define BITSET_FOREACH_SET(__i, __set, __size) \ argument 209 #define BITSET_FOREACH_RANGE(__start, __end, __set, __size) \ argument
|
| /external/AFLplusplus/include/ |
| D | android-ashmem.h | 42 int shmget(key_t __key, size_t __size, int __shmflg) { in shmget()
|
| /external/libcxx/src/experimental/ |
| D | memory_resource.cpp | 33 virtual void* do_allocate(size_t __size, size_t __align) in do_allocate()
|
| /external/iptables/include/linux/netfilter/ |
| D | x_tables.h | 56 #define XT_TARGET_INIT(__name, __size) \ argument
|
| /external/kernel-headers/original/uapi/linux/netfilter/ |
| D | x_tables.h | 57 #define XT_TARGET_INIT(__name, __size) \ argument
|
| /external/iproute2/include/uapi/linux/netfilter/ |
| D | x_tables.h | 57 #define XT_TARGET_INIT(__name, __size) \ argument
|
| /external/libcxx/include/support/ibm/ |
| D | xlocale.h | 214 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l()
|
| /external/iptables/include/linux/netfilter_ipv6/ |
| D | ip6_tables.h | 138 #define IP6T_ENTRY_INIT(__size) \ argument
|
| /external/iproute2/include/uapi/linux/netfilter_ipv6/ |
| D | ip6_tables.h | 140 #define IP6T_ENTRY_INIT(__size) \ argument
|
| /external/kernel-headers/original/uapi/linux/netfilter_ipv6/ |
| D | ip6_tables.h | 142 #define IP6T_ENTRY_INIT(__size) \ argument
|
| /external/python/cachetools/src/cachetools/ |
| D | __init__.py | 45 __size = _DefaultSize() variable in Cache
|