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:bswap_32
(Results
1 - 25
of
55
) sorted by relevance
1
2
3
/third_party/elfutils/libelf/
H
A
D
version_xlate.h
86
ddest->vd_hash =
bswap_32
(dsrc->vd_hash);
in elf_cvt_Verdef()
87
ddest->vd_aux =
bswap_32
(dsrc->vd_aux);
in elf_cvt_Verdef()
88
ddest->vd_next =
bswap_32
(dsrc->vd_next);
in elf_cvt_Verdef()
122
adest->vda_name =
bswap_32
(asrc->vda_name);
in elf_cvt_Verdef()
123
adest->vda_next =
bswap_32
(asrc->vda_next);
in elf_cvt_Verdef()
145
ddest->vd_hash =
bswap_32
(dsrc->vd_hash);
in elf_cvt_Verdef()
146
ddest->vd_aux =
bswap_32
(dsrc->vd_aux);
in elf_cvt_Verdef()
147
ddest->vd_next =
bswap_32
(dsrc->vd_next);
in elf_cvt_Verdef()
207
ndest->vn_file =
bswap_32
(nsrc->vn_file);
in elf_cvt_Verneed()
208
ndest->vn_aux =
bswap_32
(nsr
in elf_cvt_Verneed()
[all...]
H
A
D
gnuhash_xlate.h
49
dest32[cnt] =
bswap_32
(src32[cnt]);
in elf_cvt_gnuhash()
71
*dest32++ =
bswap_32
(*src32++);
in elf_cvt_gnuhash()
H
A
D
common.h
141
?
bswap_32
(Var) \
150
?
bswap_32
(Var) \
/third_party/alsa-lib/src/pcm/
H
A
D
plugin_ops.h
275
conv_x123_321x: as_u32(dst) = sx24s(
bswap_32
(as_u32c(src))); goto CONV_END;
277
conv_x123_0321: as_u32(dst) =
bswap_32
(as_u32c(src)) >> 8; goto CONV_END;
282
conv_x123_329x: as_u32(dst) = sx24s(
bswap_32
(as_u32c(src)) ^ 0x8000); goto CONV_END;
284
conv_x123_0329: as_u32(dst) = (
bswap_32
(as_u32c(src)) >> 8) ^ 0x80; goto CONV_END;
288
conv_123x_x321: as_u32(dst) = sx24(
bswap_32
(as_u32c(src))); goto CONV_END;
290
conv_123x_3210: as_u32(dst) =
bswap_32
(as_u32c(src)) << 8; goto CONV_END;
295
conv_123x_xB21: as_u32(dst) = sx24(
bswap_32
(as_u32c(src)) ^ 0x800000); goto CONV_END;
297
conv_123x_B210: as_u32(dst) =
bswap_32
(as_u32c(src) ^ 0x8000) << 8; goto CONV_END;
303
conv_1234_321x: as_u32(dst) = sx24s(
bswap_32
(as_u32c(src)) << 8); goto CONV_END;
305
conv_1234_4321: as_u32(dst) =
bswap_32
(as_u32
[all...]
H
A
D
pcm_dmix_generic.c
333
sample = (signed int)
bswap_32
(*src) >> 8;
in generic_mix_areas_32_swap()
346
*dst =
bswap_32
(sample);
in generic_mix_areas_32_swap()
367
sample = (signed int)
bswap_32
(*src) >> 8;
in generic_remix_areas_32_swap()
370
*dst =
bswap_32
(-sample);
in generic_remix_areas_32_swap()
379
*dst =
bswap_32
(sample);
in generic_remix_areas_32_swap()
/third_party/alsa-utils/include/
H
A
D
bswap.h
28
#define
bswap_32
bswap32
macro
33
#define
bswap_32
swap32
macro
38
#define
bswap_32
BSWAP_32
macro
/third_party/alsa-lib/include/
H
A
D
bswap.h
28
#define
bswap_32
bswap32
macro
33
#define
bswap_32
swap32
macro
38
#define
bswap_32
BSWAP_32
macro
/third_party/protobuf/src/google/protobuf/stubs/
H
A
D
port.h
233
#define
bswap_32
(x) _byteswap_ulong(x)
macro
239
#define
bswap_32
(x) OSSwapInt32(x)
macro
251
#ifndef
bswap_32
252
static inline uint32
bswap_32
(uint32 x) {
in bswap_32()
function
258
#define
bswap_32
(x)
bswap_32
(x)
macro
351
static uint32 FromHost32(uint32 x) { return
bswap_32
(x); }
in FromHost32()
352
static uint32 ToHost32(uint32 x) { return
bswap_32
(x); }
in ToHost32()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
common.h
29
#define
bswap_32
swap32
macro
33
#define
bswap_32
bswap32
macro
50
static inline unsigned int
bswap_32
(unsigned int v)
in bswap_32()
function
63
#define
bswap_32
CPU_swap_u32
macro
182
#define be_to_host32(n)
bswap_32
((__force u32) (be32) (n))
183
#define host_to_be32(n) ((__force be32)
bswap_32
((n)))
193
#define le_to_host32(n)
bswap_32
(n)
194
#define host_to_le32(n)
bswap_32
(n)
398
#ifndef
bswap_32
399
#define
bswap_32
(
macro
[all...]
/third_party/elfutils/libcpu/
H
A
D
memory-access.h
65
?
bswap_32
(*((const uint32_t *) (Addr))) \
69
? (int32_t)
bswap_32
(*((const int32_t *) (Addr))) \
122
return
bswap_32
(up->u4);
in read_4ubyte_unaligned()
130
return (int32_t)
bswap_32
(up->u4);
in read_4sbyte_unaligned()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
common.h
41
#define
bswap_32
swap32
macro
45
#define
bswap_32
bswap32
macro
62
static inline unsigned int
bswap_32
(unsigned int v)
in bswap_32()
function
75
#define
bswap_32
CPU_swap_u32
macro
194
#define be_to_host32(n)
bswap_32
((__force u32) (be32) (n))
195
#define host_to_be32(n) ((__force be32)
bswap_32
((n)))
205
#define le_to_host32(n)
bswap_32
(n)
206
#define host_to_le32(n)
bswap_32
(n)
413
#ifndef
bswap_32
414
#define
bswap_32
(
macro
[all...]
/third_party/elfutils/libdw/
H
A
D
memory-access.h
212
?
bswap_32
(*((const uint32_t *) (Addr))) \
216
? (int32_t)
bswap_32
(*((const int32_t *) (Addr))) \
284
return
bswap_32
(up->u4);
in read_4ubyte_unaligned_1()
292
return (int32_t)
bswap_32
(up->u4);
in read_4sbyte_unaligned_1()
390
return
bswap_32
(d.u4);
in read_3ubyte_unaligned()
/third_party/alsa-lib/include/sound/
H
A
D
type_compat.h
28
#define __cpu_to_be32(x)
bswap_32
(x)
32
#define __cpu_to_le32(x)
bswap_32
(x)
/third_party/musl/src/passwd/
H
A
D
nscd_query.c
86
req_buf[i] =
bswap_32
(req_buf[i]);
in __nscd_query()
98
buf[i] =
bswap_32
(buf[i]);
in __nscd_query()
/third_party/musl/porting/liteos_a/user/src/passwd/
H
A
D
nscd_query.c
86
req_buf[i] =
bswap_32
(req_buf[i]);
in __nscd_query()
98
buf[i] =
bswap_32
(buf[i]);
in __nscd_query()
/third_party/toybox/lib/
H
A
D
portability.h
131
#define
bswap_32
(x) OSSwapInt32(x)
macro
163
#define SWAP_LE32(x)
bswap_32
(x)
168
#define SWAP_BE32(x)
bswap_32
(x)
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
endians.h
113
# define
bswap_32
(x) __ntfs_bswap_constant_32(x)
macro
136
#define __be32_to_cpu(x)
bswap_32
(x)
140
#define __cpu_to_be32(x)
bswap_32
(x)
154
#define __le32_to_cpu(x)
bswap_32
(x)
158
#define __cpu_to_le32(x)
bswap_32
(x)
/third_party/alsa-utils/aplay/
H
A
D
formats.h
51
#define BE_INT(v)
bswap_32
(v)
55
#define LE_INT(v)
bswap_32
(v)
/third_party/selinux/libsepol/src/
H
A
D
private.h
33
#define cpu_to_le32(x)
bswap_32
(x)
34
#define le32_to_cpu(x)
bswap_32
(x)
/third_party/elfutils/lib/
H
A
D
system.h
70
# define BE32(n)
bswap_32
(n)
75
# define LE32(n)
bswap_32
(n)
/third_party/musl/porting/liteos_a/kernel/src/network/
H
A
D
ntohl.c
7
return u.c ?
bswap_32
(n) : n;
in ntohl()
/third_party/musl/porting/liteos_m/kernel/src/network/
H
A
D
ntohl.c
7
return u.c ?
bswap_32
(n) : n;
in ntohl()
H
A
D
htonl.c
7
return u.c ?
bswap_32
(n) : n;
in htonl()
/third_party/musl/src/network/
H
A
D
htonl.c
7
return u.c ?
bswap_32
(n) : n;
in htonl()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/network/
H
A
D
ntohl.c
7
return u.c ?
bswap_32
(n) : n;
in ntohl()
Completed in 11 milliseconds
1
2
3