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:byteswap
(Results
1 - 25
of
61
) sorted by relevance
1
2
3
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_iec958.c
62
unsigned int
byteswap
;
member
129
if (iec->
byteswap
)
in iec958_subframe()
137
if (iec->
byteswap
)
in iec958_to_s32()
349
iec->
byteswap
= iec->sformat != SND_PCM_FORMAT_IEC958_SUBFRAME;
in snd_pcm_iec958_hw_params()
353
iec->
byteswap
= format != SND_PCM_FORMAT_IEC958_SUBFRAME;
in snd_pcm_iec958_hw_params()
360
iec->
byteswap
= iec->sformat != SND_PCM_FORMAT_IEC958_SUBFRAME;
in snd_pcm_iec958_hw_params()
364
iec->
byteswap
= format != SND_PCM_FORMAT_IEC958_SUBFRAME;
in snd_pcm_iec958_hw_params()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H
A
D
kernel.cpp
327
byteswap
(T &v, pipe_endian e) {
in byteswap()
function
452
byteswap
(w, ctx.q->device().endianness());
in bind()
496
byteswap
(v, ctx.q->device().endianness());
in bind()
501
byteswap
(v, ctx.q->device().endianness());
in bind()
537
byteswap
(v, ctx.q->device().endianness());
in bind()
570
byteswap
(v, ctx.q->device().endianness());
in bind()
608
byteswap
(v, ctx.q->device().endianness());
in bind()
639
byteswap
(v, ctx.q->device().endianness());
in bind()
/third_party/musl/porting/liteos_a/kernel/src/network/
H
A
D
ntohl.c
2
#include <
byteswap
.h>
H
A
D
htons.c
2
#include <
byteswap
.h>
H
A
D
ntohs.c
2
#include <
byteswap
.h>
H
A
D
htonl.c
2
#include <
byteswap
.h>
/third_party/musl/porting/liteos_m/kernel/src/network/
H
A
D
ntohl.c
2
#include <
byteswap
.h>
H
A
D
htons.c
2
#include <
byteswap
.h>
H
A
D
ntohs.c
2
#include <
byteswap
.h>
H
A
D
htonl.c
2
#include <
byteswap
.h>
/third_party/musl/src/network/
H
A
D
htons.c
2
#include <
byteswap
.h>
H
A
D
htonl.c
2
#include <
byteswap
.h>
H
A
D
ntohl.c
2
#include <
byteswap
.h>
H
A
D
ntohs.c
2
#include <
byteswap
.h>
/third_party/musl/porting/liteos_m_iccarm/kernel/src/network/
H
A
D
ntohl.c
2
#include <
byteswap
.h>
H
A
D
htons.c
2
#include <
byteswap
.h>
H
A
D
ntohs.c
2
#include <
byteswap
.h>
H
A
D
htonl.c
2
#include <
byteswap
.h>
/third_party/musl/porting/uniproton/kernel/src/network/
H
A
D
htonl.c
2
#include <
byteswap
.h>
H
A
D
ntohl.c
2
#include <
byteswap
.h>
H
A
D
htons.c
2
#include <
byteswap
.h>
H
A
D
ntohs.c
2
#include <
byteswap
.h>
/third_party/alsa-utils/include/
H
A
D
bswap.h
41
#include <
byteswap
.h>
/third_party/alsa-lib/include/
H
A
D
bswap.h
41
#include <
byteswap
.h>
/third_party/elfutils/src/
H
A
D
arlib.h
23
#include <
byteswap
.h>
Completed in 6 milliseconds
1
2
3