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:TYPE_BIT
(Results
1 - 8
of
8
) sorted by relevance
/third_party/tzdata/
H
A
D
private.h
384
# define PTRDIFF_MAX MAXVAL(ptrdiff_t,
TYPE_BIT
(ptrdiff_t))
813
#define
TYPE_BIT
(type) (CHAR_BIT * (ptrdiff_t) sizeof(type))
macro
832
#define TIME_T_MIN_NO_PADDING MINVAL(time_t,
TYPE_BIT
(time_t))
833
#define TIME_T_MAX_NO_PADDING MAXVAL(time_t,
TYPE_BIT
(time_t))
870
|| TIME_T_MAX >> (
TYPE_BIT
(time_t) - 2) == 1);
879
((
TYPE_BIT
(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
H
A
D
zic.c
990
if (
TYPE_BIT
(zic_t) < 64) {
in main()
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
private.h
312
#ifndef
TYPE_BIT
313
#define
TYPE_BIT
(type) (sizeof (type) * CHAR_BIT)
macro
314
#endif /* !defined
TYPE_BIT
*/
338
((
TYPE_BIT
(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
H
A
D
localtime.c
320
if (
TYPE_BIT
(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
in differ_by_repeat()
1762
for (i = 0; i < (int)
TYPE_BIT
(time_t) - 1; ++i)
in time2sub()
H
A
D
zic.c
628
if (
TYPE_BIT
(zic_t) < 64) {
in main()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
private.h
320
#ifndef
TYPE_BIT
321
#define
TYPE_BIT
(type) (sizeof (type) * CHAR_BIT)
macro
322
#endif /* !defined
TYPE_BIT
*/
346
((
TYPE_BIT
(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
H
A
D
localtime.c
318
if (
TYPE_BIT
(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
in differ_by_repeat()
1760
for (i = 0; i < (int)
TYPE_BIT
(time_t) - 1; ++i)
in time2sub()
H
A
D
zic.c
627
if (
TYPE_BIT
(zic_t) < 64) {
in main()
Completed in 19 milliseconds