OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_unaligned_le32
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/utils/
platform.h
19
#define
get_unaligned_le32
(p) le32_to_cpu(get_unaligned((uint32_t *)(p)))
macro
radiotap.c
110
iterator->_bitmap_shifter =
get_unaligned_le32
(&radiotap_header->it_present);
131
while (
get_unaligned_le32
(iterator->_arg) &
376
get_unaligned_le32
(iterator->_next_bitmap);
/external/lzma/xz-embedded/
xz_config.h
75
#ifndef
get_unaligned_le32
76
static inline uint32_t
get_unaligned_le32
(const uint8_t *buf)
function
116
* Use
get_unaligned_le32
() also for aligned access for simplicity. On
121
# define get_le32
get_unaligned_le32
xz_dec_bcj.c
130
src =
get_unaligned_le32
(buf + i + 1);
/external/toybox/toys/pending/
xzcat.c
329
#ifndef
get_unaligned_le32
330
static inline uint32_t
get_unaligned_le32
(const uint8_t *buf)
function
370
* Use
get_unaligned_le32
() also for aligned access for simplicity. On
375
# define get_le32
get_unaligned_le32
547
src =
get_unaligned_le32
(buf + i + 1);
[
all
...]
Completed in 358 milliseconds