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:host_is_bigendian
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/traceevent/
H
A
D
kbuffer-parse.c
66
static int
host_is_bigendian
(void)
in host_is_bigendian()
function
196
if (
host_is_bigendian
())
in kbuffer_alloc()
429
kbuf.flags =
host_is_bigendian
() ? 0 : KBUFFER_FL_BIG_ENDIAN;
in kbuffer_translate_data()
433
kbuf.flags =
host_is_bigendian
() ? KBUFFER_FL_BIG_ENDIAN: 0;
in kbuffer_translate_data()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
util.h
105
static inline bool
host_is_bigendian
(void)
in host_is_bigendian()
function
H
A
D
trace-event-info.c
74
if (
host_is_bigendian
())
in record_file()
571
if (
host_is_bigendian
())
in tracing_data_header()
H
A
D
trace-event-read.c
419
host_bigendian =
host_is_bigendian
() ? 1 : 0;
in trace_report()
H
A
D
evsel.c
2320
if (
host_is_bigendian
()) {
in evsel__bitfield_swap_branch_flags()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
code-reading.c
82
if (bytes_read > 1 && !
host_is_bigendian
()) {
in read_objdump_chunk()
H
A
D
sample-parsing.c
120
return ((
host_is_bigendian
()) ?
in samples_same()
Completed in 8 milliseconds