OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORDINARY_MTIME_MIN
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/make-3.81/
filedef.h
132
#define FILE_TIMESTAMP_S(ts) (((ts) -
ORDINARY_MTIME_MIN
) \
134
#define FILE_TIMESTAMP_NS(ts) ((int) (((ts) -
ORDINARY_MTIME_MIN
) \
185
#define
ORDINARY_MTIME_MIN
(OLD_MTIME + 1)
188
+
ORDINARY_MTIME_MIN
+ FILE_TIMESTAMPS_PER_S - 1)
file.c
776
int offset =
ORDINARY_MTIME_MIN
+ (FILE_TIMESTAMP_HI_RES ? ns : 0);
784
ts = s <= OLD_MTIME ?
ORDINARY_MTIME_MIN
: ORDINARY_MTIME_MAX;
remake.c
438
else if (
ORDINARY_MTIME_MIN
<= this_mtime && this_mtime <= ORDINARY_MTIME_MAX
[
all
...]
Completed in 199 milliseconds