Searched refs:__lx (Results 1 - 3 of 3) sorted by relevance
/third_party/FreeBSD/lib/msun/src/ |
H A D | math_private.h | 717 uint64_t __lx; \ 721 EXTRACT_LDBL80_WORDS(__hx, __lx, *xp); \ 722 __lx ^= DOPRINT_SWIZZLE; \ 723 INSERT_LDBL80_WORDS(*xp, __hx, __lx); \ 735 uint32_t __hx, __lx; \ 737 EXTRACT_WORDS(__hx, __lx, *xp); \ 738 __lx ^= DOPRINT_SWIZZLE; \ 739 INSERT_WORDS(*xp, __hx, __lx); \ 771 uint64_t __lx, __llx; \ 774 EXTRACT_LDBL128_WORDS(__hx, __lx, __ll [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | issue-493_1_0.hpp | 26 value_type __lx; member 31 union __ulx{__long __lx; __short __lxx;}; member
|
H A D | issue-493.hpp | 25 value_type __lx; member 30 union __ulx{__long __lx; __short __lxx;}; member
|
Completed in 3 milliseconds