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:zi_read32
(Results
1 - 5
of
5
) sorted by relevance
/third_party/musl/porting/linux/user/src/time/
H
A
D
__tz.c
139
static uint32_t
zi_read32
(const unsigned char *z)
in zi_read32()
function
149
x =
zi_read32
(z);
in zi_dotprod()
292
index = trans + (
zi_read32
(trans-12) << scale);
in do_tzset()
293
types = index +
zi_read32
(trans-12);
in do_tzset()
294
abbrevs = types + 6*
zi_read32
(trans-8);
in do_tzset()
295
abbrevs_end = abbrevs +
zi_read32
(trans-4);
in do_tzset()
306
__timezone = -
zi_read32
(p);
in do_tzset()
310
dst_off = -
zi_read32
(p);
in do_tzset()
364
x =
zi_read32
(trans + (m<<scale));
in scan_trans()
365
if (scale == 3) x = (x<<32) |
zi_read32
(tran
in scan_trans()
[all...]
/third_party/musl/src/time/
H
A
D
__tz.c
122
static uint32_t
zi_read32
(const unsigned char *z)
in zi_read32()
function
132
x =
zi_read32
(z);
in zi_dotprod()
366
index = trans + (
zi_read32
(trans-12) << scale);
in do_tzset()
367
types = index +
zi_read32
(trans-12);
in do_tzset()
368
abbrevs = types + 6*
zi_read32
(trans-8);
in do_tzset()
369
abbrevs_end = abbrevs +
zi_read32
(trans-4);
in do_tzset()
380
__timezone = -
zi_read32
(p);
in do_tzset()
384
dst_off = -
zi_read32
(p);
in do_tzset()
438
x =
zi_read32
(trans + (m<<scale));
in scan_trans()
439
if (scale == 3) x = x<<32 |
zi_read32
(tran
in scan_trans()
[all...]
/third_party/musl/porting/liteos_a/kernel/src/time/
H
A
D
__tz.c
40
static uint32_t
zi_read32
(const unsigned char *z)
in zi_read32()
function
68
x =
zi_read32
(trans + (m<<scale));
in scan_trans()
69
if (scale == 3) x = x<<32 |
zi_read32
(trans + (m<<scale) + 4);
in scan_trans()
71
if (local) off = (int32_t)
zi_read32
(types + 6 * index[m-1]);
in scan_trans()
85
x =
zi_read32
(trans);
in scan_trans()
86
if (scale == 3) x = x<<32 |
zi_read32
(trans + 4);
in scan_trans()
93
if (local) off = (int32_t)
zi_read32
(types + j);
in scan_trans()
164
*offset = (int32_t)
zi_read32
(types+6*i);
in __secs_to_zone()
166
if (oppoff) *oppoff = (int32_t)
zi_read32
(types+6*alt);
in __secs_to_zone()
/third_party/musl/porting/uniproton/kernel/src/time/
H
A
D
__tz.c
44
static uint32_t
zi_read32
(const unsigned char *z)
in zi_read32()
function
72
x =
zi_read32
(trans + (m<<scale));
in scan_trans()
73
if (scale == 3) x = x<<32 |
zi_read32
(trans + (m<<scale) + 4);
in scan_trans()
75
if (local) off = (int32_t)
zi_read32
(types + 6 * index_local[m-1]);
in scan_trans()
89
x =
zi_read32
(trans + (a<<scale));
in scan_trans()
90
if (scale == 3) x = x<<32 |
zi_read32
(trans + (a<<scale) + 4);
in scan_trans()
92
if (local) off = (int32_t)
zi_read32
(types + 6 * index_local[a-1]);
in scan_trans()
170
*offset = (int32_t)
zi_read32
(types+6*i);
in __secs_to_zone()
172
if (oppoff) *oppoff = (int32_t)
zi_read32
(types+6*alt);
in __secs_to_zone()
/third_party/musl/porting/liteos_m/kernel/src/time/
H
A
D
__tz.c
44
static uint32_t
zi_read32
(const unsigned char *z)
in zi_read32()
function
72
x =
zi_read32
(trans + (m<<scale));
in scan_trans()
73
if (scale == 3) x = x<<32 |
zi_read32
(trans + (m<<scale) + 4);
in scan_trans()
75
if (local) off = (int32_t)
zi_read32
(types + 6 * index_local[m-1]);
in scan_trans()
89
x =
zi_read32
(trans + (a<<scale));
in scan_trans()
90
if (scale == 3) x = x<<32 |
zi_read32
(trans + (a<<scale) + 4);
in scan_trans()
92
if (local) off = (int32_t)
zi_read32
(types + 6 * index_local[a-1]);
in scan_trans()
170
*offset = (int32_t)
zi_read32
(types+6*i);
in __secs_to_zone()
172
if (oppoff) *oppoff = (int32_t)
zi_read32
(types+6*alt);
in __secs_to_zone()
Completed in 4 milliseconds