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:swab32p
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
xz_config.h
14
static inline uint32_t
swab32p
(void *p)
in swab32p()
function
26
return
swab32p
((u32 *)p);
in be32_to_cpup()
29
#define get_le32(p)
swab32p
(p)
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
xz_config.h
14
static inline uint32_t
swab32p
(void *p)
in swab32p()
function
26
return
swab32p
((u32 *)p);
in be32_to_cpup()
29
#define get_le32(p)
swab32p
(p)
/kernel/linux/linux-5.10/include/linux/
H
A
D
swab.h
14
# define
swab32p
__swab32p
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
swab.h
14
# define
swab32p
__swab32p
macro
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H
A
D
r8192E_firmware.c
124
*data =
swab32p
(data);
in _rtl92e_fw_prepare()
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H
A
D
r8192E_firmware.c
119
*data =
swab32p
(data);
in _rtl92e_fw_prepare()
/kernel/linux/linux-5.10/drivers/base/regmap/
H
A
D
regmap-spi-avmm.c
175
*p =
swab32p
(p);
in br_swap_words_32()
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi_fw.c
1038
login_req_pdu_header.isid_tabc =
swab32p
((u32 *)login_hdr->isid);
in qedi_send_iscsi_login()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi_fw.c
1001
login_req_pdu_header.isid_tabc =
swab32p
((u32 *)login_hdr->isid);
in qedi_send_iscsi_login()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
fec_main.c
328
*dst =
swab32p
(src);
in swap_buffer2()
Completed in 22 milliseconds