Home
last modified time | relevance | path

Searched refs:nsec_out (Results 1 – 15 of 15) sorted by relevance

/dports/lang/python37/Python-3.7.12/Python/
H A Dfileutils.c735 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
742 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dfileutils.c867 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
874 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dfileutils.c867 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
874 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dfileutils.c867 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
874 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/lang/python38/Python-3.8.12/Python/
H A Dfileutils.c867 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
874 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dfileutils.c867 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
874 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/lang/python39/Python-3.9.9/Python/
H A Dfileutils.c975 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
982 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/scandir/
H A D_scandir.c142 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
149 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/lang/python310/Python-3.10.1/Python/
H A Dfileutils.c1038 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
1045 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/sysutils/py-scandir/scandir-1.10.0/
H A D_scandir.c142 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
149 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/scandir/
H A D_scandir.c142 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
149 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dfileutils.c1040 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
1047 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c874 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
881 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c1061 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
1068 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c1061 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
1068 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()