OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bswap_32
(Results
26 - 42
of
42
) sorted by null
1
2
/external/f2fs-tools/include/
f2fs_fs.h
50
*
bswap_32
- reverse bytes in a uint32_t value.
55
* printf("1024 is %u as four bytes reversed\n",
bswap_32
(1024));
57
static inline uint32_t
bswap_32
(uint32_t val)
function
98
#define le32_to_cpu(x)
bswap_32
(x)
101
#define cpu_to_le32(x)
bswap_32
(x)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
compiler.h
232
#define CPU_TO_LE32( x )
bswap_32
( x )
/external/elfutils/0.153/libelf/
gelf_xlate.c
120
case 4: STORE (32, dest,
bswap_32
(FETCH (32, ptr))); break; \
/external/fio/os/
os-android.h
212
#define fio_swap32(x)
bswap_32
(x)
/external/mesa3d/src/mesa/main/
compiler.h
232
#define CPU_TO_LE32( x )
bswap_32
( x )
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
datatypes.h
399
# define be32_to_cpu(x)
bswap_32
((x))
/external/elfutils/0.153/libdwfl/
link_map.c
65
# define LE32(x)
bswap_32
(x)
70
# define BE32(x)
bswap_32
(x)
/external/checkpolicy/test/
dismod.c
45
#define le32_to_cpu(x)
bswap_32
(x)
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c
78
#define FIXUP(x)
bswap_32
(x)
/external/libpcap/
pcap-usb-linux.c
87
#define htoll(l)
bswap_32
(l)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state_common.c
959
tmpPtr[i] =
bswap_32
(((uint32_t *)ptr)[i]);
[
all
...]
r600_asm.c
[
all
...]
r600_shader.c
77
ptr[i] =
bswap_32
(rshader->bc.bytecode[i]);
[
all
...]
/external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c
959
tmpPtr[i] =
bswap_32
(((uint32_t *)ptr)[i]);
[
all
...]
r600_asm.c
[
all
...]
r600_shader.c
77
ptr[i] =
bswap_32
(rshader->bc.bytecode[i]);
[
all
...]
/external/chromium_org/crypto/third_party/nss/
sha512.cc
134
#define SHA_HTONL(x)
bswap_32
(x)
[
all
...]
Completed in 1255 milliseconds
1
2