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:bigendian
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
trace-event-info.c
33
int
bigendian
(void)
in bigendian()
function
74
if (
bigendian
())
in record_file()
471
if (
bigendian
())
in tracing_data_header()
H
A
D
trace-event.h
29
int
bigendian
(void);
H
A
D
trace-event-read.c
417
host_bigendian =
bigendian
();
in trace_report()
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H
A
D
stnic.c
142
ei_status.
bigendian
= 0;
in stnic_probe()
144
ei_status.
bigendian
= 1;
in stnic_probe()
H
A
D
8390.h
86
unsigned
bigendian
:1; /* 16-bit big endian mode. Do NOT
member
H
A
D
hydra.c
153
ei_status.
bigendian
= 1;
in hydra_init()
H
A
D
lib8390.c
1021
? (0x48 | ENDCFG_WTS | (ei_local->
bigendian
? ENDCFG_BOS : 0))
in __NS8390_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H
A
D
stnic.c
138
ei_status.
bigendian
= 0;
in stnic_probe()
140
ei_status.
bigendian
= 1;
in stnic_probe()
H
A
D
8390.h
88
unsigned
bigendian
:1; /* 16-bit big endian mode. Do NOT
member
H
A
D
hydra.c
153
ei_status.
bigendian
= 1;
in hydra_init()
H
A
D
lib8390.c
1020
? (0x48 | ENDCFG_WTS | (ei_local->
bigendian
? ENDCFG_BOS : 0))
in __NS8390_init()
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H
A
D
jh7110-cryp.h
124
u32
bigendian
:1;
member
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
code-reading.c
90
if (bytes_read > 1 && !
bigendian
()) {
in read_objdump_chunk()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttv-driver.c
62
static unsigned int
bigendian
=1;
variable
64
static unsigned int
bigendian
;
variable
111
module_param(
bigendian
, int, 0644);
131
MODULE_PARM_DESC(
bigendian
, "byte order of the framebuffer, default is native endian");
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttv-driver.c
62
static unsigned int
bigendian
=1;
variable
64
static unsigned int
bigendian
;
variable
111
module_param(
bigendian
, int, 0644);
131
MODULE_PARM_DESC(
bigendian
, "byte order of the framebuffer, default is native endian");
Completed in 22 milliseconds