OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:put_unaligned_le32
(Results
1 - 5
of
5
) sorted by null
/external/lzma/xz-embedded/
xz_config.h
95
#ifndef
put_unaligned_le32
96
static inline void
put_unaligned_le32
(uint32_t val, uint8_t *buf)
function
xz_dec_bcj.c
146
put_unaligned_le32
(dest, buf + i + 1);
/external/syslinux/com32/tools/include/tools/
le_byteshift.h
60
static inline void
put_unaligned_le32
(__u32 val, void *p)
function
/external/toybox/toys/pending/
xzcat.c
349
#ifndef
put_unaligned_le32
350
static inline void
put_unaligned_le32
(uint32_t val, uint8_t *buf)
function
563
put_unaligned_le32
(dest, buf + i + 1);
[
all
...]
/external/syslinux/com32/tools/
relocs.c
661
put_unaligned_le32
(v, buf);
Completed in 63 milliseconds