Home
last modified time | relevance | path

Searched refs:__ul (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gcc/
HDlonglong.h1268 UHWtype __ul, __vl, __uh, __vh; \
1270 __ul = __ll_lowpart (u); \
1275 __x0 = (UWtype) __ul * __vl; \
1276 __x1 = (UWtype) __ul * __vh; \
/trueos/contrib/libstdc++/include/bits/
Dlocale_facets.tcc898 _UIntPtrType __ul; in do_get() local
899 __beg = _M_extract_int(__beg, __end, __io, __err, __ul); in do_get()
905 __v = reinterpret_cast<void*>(__ul); in do_get()