Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:weekday
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/sun3/
H
A
D
intersil.c
47
todintersil->
weekday
= t->tm_wday;
in sun3_hwclk()
57
t->tm_wday = todintersil->
weekday
;
in sun3_hwclk()
/kernel/linux/linux-6.6/arch/m68k/sun3/
H
A
D
intersil.c
47
todintersil->
weekday
= t->tm_wday;
in sun3_hwclk()
57
t->tm_wday = todintersil->
weekday
;
in sun3_hwclk()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
xt_time.c
25
u_int8_t
weekday
; /* (1-7) */
member
96
* Here comes the rest (
weekday
, monthday). First, divide the SSTE
in localtime_2()
105
r->
weekday
= (4 + r->dse - 1) % 7 + 1;
in localtime_2()
193
* - 'now' is in the
weekday
mask
in time_mt()
230
if (!(info->weekdays_match & (1 << current_time.
weekday
)))
in time_mt()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
xt_time.c
25
u_int8_t
weekday
; /* (1-7) */
member
96
* Here comes the rest (
weekday
, monthday). First, divide the SSTE
in localtime_2()
105
r->
weekday
= (4 + r->dse - 1) % 7 + 1;
in localtime_2()
193
* - 'now' is in the
weekday
mask
in time_mt()
230
if (!(info->weekdays_match & (1 << current_time.
weekday
)))
in time_mt()
/kernel/linux/linux-5.10/arch/m68k/atari/
H
A
D
time.c
101
COPY(
weekday
) ; COPY(day_ones) ; COPY(day_tens) ;
in mste_read()
115
COPY(
weekday
) ; COPY(day_ones) ; COPY(day_tens) ;
in mste_write()
172
val.
weekday
= t->tm_wday;
in atari_mste_hwclk()
193
t->tm_wday = val.
weekday
;
in atari_mste_hwclk()
/kernel/linux/linux-6.6/arch/m68k/atari/
H
A
D
time.c
102
COPY(
weekday
) ; COPY(day_ones) ; COPY(day_tens) ;
in mste_read()
116
COPY(
weekday
) ; COPY(day_ones) ; COPY(day_tens) ;
in mste_write()
173
val.
weekday
= t->tm_wday;
in atari_mste_hwclk()
194
t->tm_wday = val.
weekday
;
in atari_mste_hwclk()
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-wilco-ec.c
71
* @
weekday
: Day of the week (0=Saturday)
86
u8
weekday
;
member
131
* We DO need to set
weekday
because the EC controls battery charging
in wilco_ec_rtc_write()
146
rtc.
weekday
= bin2bcd(wday);
in wilco_ec_rtc_write()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-wilco-ec.c
71
* @
weekday
: Day of the week (0=Saturday)
86
u8
weekday
;
member
131
* We DO need to set
weekday
because the EC controls battery charging
in wilco_ec_rtc_write()
146
rtc.
weekday
= bin2bcd(wday);
in wilco_ec_rtc_write()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
intersil.h
36
unsigned char
weekday
;
member
H
A
D
amigahw.h
285
unsigned int :28,
weekday
:4;
member
313
unsigned int :28,
weekday
:4;
member
H
A
D
atarihw.h
783
u_char
weekday
;
member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
intersil.h
36
unsigned char
weekday
;
member
H
A
D
amigahw.h
285
unsigned int :28,
weekday
:4;
member
313
unsigned int :28,
weekday
:4;
member
H
A
D
atarihw.h
783
u_char
weekday
;
member
Completed in 10 milliseconds