Home
last modified time | relevance | path

Searched refs:rep (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
Dfilesystem_common.h209 bool IsFloat = is_floating_point<typename FileTimeT::rep>::value>
211 using rep = typename FileTimeT::rep; member
213 using fs_seconds = duration<rep>;
214 using fs_nanoseconds = duration<rep, nano>;
215 using fs_microseconds = duration<rep, micro>;
217 static constexpr rep max_seconds =
220 static constexpr rep max_nsec =
225 static constexpr rep min_seconds =
228 static constexpr rep min_nsec_timespec =
248 if (sizeof(TimeT) == sizeof(rep)) { in check_range()
[all …]
Doperations.cpp495 typedef chrono::duration<rep> __secs; in now()
497 typedef chrono::duration<rep, nano> __nsecs; in now()
504 typedef chrono::duration<rep, micro> __microsecs; in now()
/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
Dfilesystem284 typedef __int128_t rep;
287 typedef long long rep;
291 typedef chrono::duration<rep, period> duration;
300 typedef chrono::duration<rep> __secs;
307 typedef chrono::duration<rep> __secs;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h584 } BWL_POST_PACKED_STRUCT rep; member