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:Bswap
(Results
1 - 7
of
7
) sorted by relevance
/third_party/json/tests/thirdparty/Fuzzer/
H
A
D
FuzzerDefs.h
82
inline uint8_t
Bswap
(uint8_t x) { return x; }
in Bswap()
function
83
inline uint16_t
Bswap
(uint16_t x) { return __builtin_bswap16(x); }
in Bswap()
function
84
inline uint32_t
Bswap
(uint32_t x) { return __builtin_bswap32(x); }
in Bswap()
function
85
inline uint64_t
Bswap
(uint64_t x) { return __builtin_bswap64(x); }
in Bswap()
function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceIntrinsics.h
43
Bswap
,
enumerator
H
A
D
IceInstX8632.h
206
Bswap
,
enumerator
H
A
D
IceInstX8664.h
147
Bswap
,
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
ExpandMemCmp.cpp
464
Function *
Bswap
= Intrinsic::getDeclaration(CI->getModule(),
in emitLoadCompareBlock()
local
585
Function *
Bswap
= Intrinsic::getDeclaration(CI->getModule(),
in getMemCmpOneBlock()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H
A
D
InstCombineCasts.cpp
2542
Function *
Bswap
=
in visitBitCast()
local
H
A
D
InstCombineCalls.cpp
1996
Function *
Bswap
= Intrinsic::getDeclaration(Mod, Intrinsic::bswap, Ty);
in visitCallInst()
local
Completed in 31 milliseconds