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:_tm
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_timer.c
160
struct rtc_time
_tm
= {0};
in osal_rtc_time_to_tm()
local
163
rtc_time64_to_tm(time, &
_tm
);
in osal_rtc_time_to_tm()
165
rtc_time_to_tm(time, &
_tm
);
in osal_rtc_time_to_tm()
167
tm->tm_sec =
_tm
.tm_sec;
in osal_rtc_time_to_tm()
168
tm->tm_min =
_tm
.tm_min;
in osal_rtc_time_to_tm()
169
tm->tm_hour =
_tm
.tm_hour;
in osal_rtc_time_to_tm()
170
tm->tm_mday =
_tm
.tm_mday;
in osal_rtc_time_to_tm()
171
tm->tm_mon =
_tm
.tm_mon;
in osal_rtc_time_to_tm()
172
tm->tm_year =
_tm
.tm_year;
in osal_rtc_time_to_tm()
173
tm->tm_wday =
_tm
in osal_rtc_time_to_tm()
181
struct rtc_time
_tm
;
osal_rtc_tm_to_time()
local
208
struct rtc_time
_tm
;
osal_rtc_valid_tm()
local
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_timer.c
206
struct rtc_time
_tm
= { 0 };
in osal_rtc_time_to_tm()
local
209
rtc_time64_to_tm(time, &
_tm
);
in osal_rtc_time_to_tm()
211
rtc_time_to_tm(time, &
_tm
);
in osal_rtc_time_to_tm()
214
tm->tm_sec =
_tm
.tm_sec;
in osal_rtc_time_to_tm()
215
tm->tm_min =
_tm
.tm_min;
in osal_rtc_time_to_tm()
216
tm->tm_hour =
_tm
.tm_hour;
in osal_rtc_time_to_tm()
217
tm->tm_mday =
_tm
.tm_mday;
in osal_rtc_time_to_tm()
218
tm->tm_mon =
_tm
.tm_mon;
in osal_rtc_time_to_tm()
219
tm->tm_year =
_tm
.tm_year;
in osal_rtc_time_to_tm()
220
tm->tm_wday =
_tm
in osal_rtc_time_to_tm()
228
struct rtc_time
_tm
;
osal_rtc_tm_to_time()
local
249
struct rtc_time
_tm
;
osal_rtc_valid_tm()
local
[all...]
Completed in 2 milliseconds