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:DIVISOR
(Results
1 - 4
of
4
) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
zdump.c
902
#define
DIVISOR
10
in dumptime()
macro
903
trail = timeptr->tm_year %
DIVISOR
+ TM_YEAR_BASE %
DIVISOR
;
in dumptime()
904
lead = timeptr->tm_year /
DIVISOR
+ TM_YEAR_BASE /
DIVISOR
+
in dumptime()
905
trail /
DIVISOR
;
in dumptime()
906
trail %=
DIVISOR
;
in dumptime()
908
trail +=
DIVISOR
;
in dumptime()
911
trail -=
DIVISOR
;
in dumptime()
988
trail = loc.tm_year %
DIVISOR
in dumptimeICU()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
zdump.c
908
#define
DIVISOR
10
in dumptime()
macro
909
trail = timeptr->tm_year %
DIVISOR
+ TM_YEAR_BASE %
DIVISOR
;
in dumptime()
910
lead = timeptr->tm_year /
DIVISOR
+ TM_YEAR_BASE /
DIVISOR
+
in dumptime()
911
trail /
DIVISOR
;
in dumptime()
912
trail %=
DIVISOR
;
in dumptime()
914
trail +=
DIVISOR
;
in dumptime()
917
trail -=
DIVISOR
;
in dumptime()
994
trail = loc.tm_year %
DIVISOR
in dumptimeICU()
[all...]
/third_party/tzdata/
H
A
D
strftime.c
641
int
DIVISOR
= 100;
in _yconv()
local
642
trail = a %
DIVISOR
+ b %
DIVISOR
;
in _yconv()
643
lead = a /
DIVISOR
+ b /
DIVISOR
+ trail /
DIVISOR
;
in _yconv()
644
trail %=
DIVISOR
;
in _yconv()
646
trail +=
DIVISOR
;
in _yconv()
649
trail -=
DIVISOR
;
in _yconv()
H
A
D
zdump.c
1237
int
DIVISOR
= 10;
in dumptime()
local
1253
trail = timeptr->tm_year %
DIVISOR
+ TM_YEAR_BASE %
DIVISOR
;
in dumptime()
1254
lead = timeptr->tm_year /
DIVISOR
+ TM_YEAR_BASE /
DIVISOR
+
in dumptime()
1255
trail /
DIVISOR
;
in dumptime()
1256
trail %=
DIVISOR
;
in dumptime()
1258
trail +=
DIVISOR
;
in dumptime()
1261
trail -=
DIVISOR
;
in dumptime()
Completed in 5 milliseconds