Home
last modified time | relevance | path

Searched refs:__time (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dreent.h124 #define _times_r(__reent, __time) times(__time) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dreent.h124 #define _times_r(__reent, __time) times(__time) argument
/OK3568_Linux_fs/kernel/fs/fat/
H A Dmisc.c199 __le16 __time, __le16 __date, u8 time_cs) in fat_time_fat2unix() argument
201 u16 time = le16_to_cpu(__time), date = le16_to_cpu(__date); in fat_time_fat2unix()
H A Dfat.h444 __le16 __time, __le16 __date, u8 time_cs);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dlocale_facets_nonio.h224 _M_time_formats(const _CharT** __time) const in _GLIBCXX_VISIBILITY()
227 __time[0] = _M_data->_M_time_format; in _GLIBCXX_VISIBILITY()
228 __time[1] = _M_data->_M_time_era_format; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dlocale_facets_nonio.h224 _M_time_formats(const _CharT** __time) const in _GLIBCXX_VISIBILITY()
227 __time[0] = _M_data->_M_time_format; in _GLIBCXX_VISIBILITY()
228 __time[1] = _M_data->_M_time_era_format; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsvghelper.c58 static double time2pixels(u64 __time) in time2pixels() argument
62 X = 1.0 * svg_page_width * (__time - first_time) / (last_time - first_time); in time2pixels()