Searched defs:__d (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | math-compat.h | 105 float __d; member
|
/third_party/musl/arch/riscv64/bits/ |
D | signal.h | 29 struct __riscv_mc_d_ext_state __d; member
|
/third_party/exfatprogs/include/ |
D | libexfat.h | 26 #define DIV_ROUND_UP(__i, __d) (((__i) + (__d) - 1) / (__d)) argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 6889 div(long long __n, long long __d) in div() 12271 typename iterator_traits<_InputIterator>::difference_type __d = __n; in advance() local 21275 _S_copy(_CharT* __d, const _CharT* __s, size_type __n) in _S_copy() 21284 _S_move(_CharT* __d, const _CharT* __s, size_type __n) in _S_move() 21293 _S_assign(_CharT* __d, size_type __n, _CharT __c) in _S_assign() 21332 const difference_type __d = difference_type(__n1 - __n2); in _S_compare() local 42969 __distr_type __d; in shuffle() local 49937 atomic_fetch_add_explicit(atomic<_ITp*>* __a, ptrdiff_t __d, in atomic_fetch_add_explicit() 49943 atomic_fetch_add_explicit(volatile atomic<_ITp*>* __a, ptrdiff_t __d, in atomic_fetch_add_explicit() 49949 atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept in atomic_fetch_add() [all …]
|