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:SECS_PER_MIN
(Results
1 - 9
of
9
) sorted by relevance
/kernel/liteos_m/kal/posix/src/
H
A
D
time.c
556
tp->tm_min = rem /
SECS_PER_MIN
;
in ConvertSecs2Utc()
557
tp->tm_sec = rem %
SECS_PER_MIN
;
in ConvertSecs2Utc()
672
seconds += tm->tm_hour * SECS_PER_HOUR + tm->tm_min *
SECS_PER_MIN
+ tm->tm_sec;
in ConvertUtc2Secs()
695
tmptr->__tm_gmtoff > (-TIME_ZONE_MIN *
SECS_PER_MIN
) ||
in mktime()
696
tmptr->__tm_gmtoff < (-TIME_ZONE_MAX *
SECS_PER_MIN
) ||
in mktime()
742
tz->tz_minuteswest = tempTimezone /
SECS_PER_MIN
;
in gettimeofday()
744
tz->tz_minuteswest = TIMEZONE /
SECS_PER_MIN
;
in gettimeofday()
772
TIMEZONE = tz->tz_minuteswest *
SECS_PER_MIN
;
in settimeofday()
H
A
D
time_internal.h
55
#define
SECS_PER_MIN
60
macro
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
misc.c
65
#define
SECS_PER_MIN
(60)
macro
66
#define TIMEZONE_SEC(x) ((x) * 15 *
SECS_PER_MIN
)
99
ts->tv_sec -= sbi->options.time_offset *
SECS_PER_MIN
;
in exfat_get_entry_time()
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
misc.c
49
#define
SECS_PER_MIN
(60)
macro
50
#define TIMEZONE_SEC(x) ((x) * 15 *
SECS_PER_MIN
)
89
ts->tv_sec -= exfat_tz_offset(sbi) *
SECS_PER_MIN
;
in exfat_get_entry_time()
/kernel/linux/linux-5.10/fs/fat/
H
A
D
misc.c
175
#define
SECS_PER_MIN
60
macro
194
sys_tz.tz_minuteswest) *
SECS_PER_MIN
;
in fat_tz_offset()
216
second += ((time >> 5) & 0x3f) *
SECS_PER_MIN
;
in fat_time_fat2unix()
/kernel/linux/linux-6.6/fs/fat/
H
A
D
misc.c
181
#define
SECS_PER_MIN
60
macro
200
sys_tz.tz_minuteswest) *
SECS_PER_MIN
;
in fat_tz_offset()
222
second += ((time >> 5) & 0x3f) *
SECS_PER_MIN
;
in fat_time_fat2unix()
/kernel/liteos_m/testsuites/unittest/xts/time/
H
A
D
alarm_test.h
52
#define
SECS_PER_MIN
60
macro
H
A
D
time_utils_test.c
62
long sysTimezone = (long)(-tz.tz_minuteswest) *
SECS_PER_MIN
;
/kernel/liteos_m/testsuites/unittest/posix/src/time/
H
A
D
time_func_test_01.c
52
#define
SECS_PER_MIN
60
macro
422
long sysTimezone = (long)(-tz.tz_minuteswest) *
SECS_PER_MIN
;
Completed in 5 milliseconds