OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_le32
(Results
1 - 5
of
5
) sorted by null
/external/lzma/xz-embedded/
xz_private.h
43
# define
get_le32
(p) le32_to_cpup((const uint32_t *)(p))
macro
xz_config.h
117
* little endian systems, #define
get_le32
(ptr) (*(const uint32_t *)(ptr))
120
#ifndef
get_le32
121
# define
get_le32
get_unaligned_le32
macro
/external/syslinux/com32/include/
byteswap.h
113
static inline uint32_t
get_le32
(const uint32_t *p)
function
/hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp
48
static uint32_t
get_le32
(const uint8_t *pos)
function
[
all
...]
/external/toybox/toys/pending/
xzcat.c
371
* little endian systems, #define
get_le32
(ptr) (*(const uint32_t *)(ptr))
374
#ifndef
get_le32
375
# define
get_le32
get_unaligned_le32
macro
[
all
...]
Completed in 317 milliseconds