OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Year
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/ia64/stand/efi/libefi/
time.c
70
// The value at index 13 is for the whole
year
.
103
int
Year
;
108
if ( ETime->
Year
< 1998 || ETime->
Year
> 2099 ||
123
for (
Year
= 1970;
Year
!= ETime->
Year
; ++
Year
) {
124
UTime += (CumulativeDays[isleap(
Year
)][13] * SECSPERDAY);
128
// UTime should now be set to 00:00:00 on Jan 1 of the file's
year
[
all
...]
/src/sys/arch/ia64/stand/ia64/ski/
time.c
65
int
Year
;
81
// The value at index 13 is for the whole
year
.
114
int
Year
;
116
ETime->
Year
+= 1900;
121
if ( ETime->
Year
< 1998 || ETime->
Year
> 2099 ||
134
for (
Year
= 1970;
Year
!= ETime->
Year
; ++
Year
) {
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h
82
UINT16
Year
; // 1998 - 20XX
/src/sys/external/bsd/gnu-efi/dist/lib/
print.c
1459
UINTN Hour,
Year
;
1473
Year
= Time->
Year
% 100;
1479
Year
,
/src/sbin/efi/
certs.c
136
uint16_t
Year
; // 1900 - 9999
162
et->
Year
,
/src/sys/external/bsd/acpica/dist/include/
acbuffer.h
191
UINT16
Year
;
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
207
UINT16
Year
; /* 1998 - 20XX */
Completed in 17 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025