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
defs:FromHost
(Results
1 - 1
of
1
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H
A
D
endian.h
177
inline uint8_t
FromHost
(uint8_t x) { return x; }
in FromHost()
function
178
inline uint16_t
FromHost
(uint16_t x) { return FromHost16(x); }
in FromHost()
function
179
inline uint32_t
FromHost
(uint32_t x) { return FromHost32(x); }
in FromHost()
function
180
inline uint64_t
FromHost
(uint64_t x) { return FromHost64(x); }
in FromHost()
function
186
inline int8_t
FromHost
(int8_t x) { return x; }
in FromHost()
function
187
inline int16_t
FromHost
(int16_t x) {
in FromHost()
function
190
inline int32_t
FromHost
(int32_t x) {
in FromHost()
function
193
inline int64_t
FromHost
(int64_t x) {
in FromHost()
function
267
inline uint8_t
FromHost
(uint8_t x) { return x; }
in FromHost()
function
268
inline uint16_t
FromHost
(uint16_
in FromHost()
function
269
inline uint32_t
FromHost
(uint32_t x) { return
FromHost
32(x); }
FromHost()
function
270
inline uint64_t
FromHost
(uint64_t x) { return
FromHost
64(x); }
FromHost()
function
276
inline int8_t
FromHost
(int8_t x) { return x; }
FromHost()
function
277
inline int16_t
FromHost
(int16_t x) {
FromHost()
function
280
inline int32_t
FromHost
(int32_t x) {
FromHost()
function
283
inline int64_t
FromHost
(int64_t x) {
FromHost()
function
[all...]
Completed in 2 milliseconds