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:UINT64_C
(Results
1 - 3
of
3
) sorted by relevance
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H
A
D
umachine.h
233
# ifndef
UINT64_C
236
* note: may be wrong for some 64 bit platforms - ensure your compiler provides
UINT64_C
239
# define
UINT64_C
(c) c ## ULL
macro
251
# define U_UINT64_MAX ((uint64_t)(
UINT64_C
(18446744073709551615)))
/interface/sdk_c/third_party/libuv/include/uv/
H
A
D
stdint-msvc2008.h
238
#define
UINT64_C
(val) val##ui64
macro
242
#define UINTMAX_C
UINT64_C
/interface/sdk_c/third_party/musl/ndk_musl_include/
H
A
D
stdint.h
107
#define
UINT64_C
(c) c ## UL
macro
112
#define
UINT64_C
(c) c ## ULL
macro
Completed in 2 milliseconds