OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:put_unaligned_be32
(Results
1 - 3
of
3
) sorted by null
/external/lzma/xz-embedded/
xz_config.h
105
#ifndef
put_unaligned_be32
106
static inline void
put_unaligned_be32
(uint32_t val, uint8_t *buf)
function
xz_dec_bcj.c
172
put_unaligned_be32
(instr, buf + i);
329
put_unaligned_be32
(instr, buf + i);
/external/toybox/toys/pending/
xzcat.c
359
#ifndef
put_unaligned_be32
360
static inline void
put_unaligned_be32
(uint32_t val, uint8_t *buf)
function
589
put_unaligned_be32
(instr, buf + i);
746
put_unaligned_be32
(instr, buf + i);
[
all
...]
Completed in 50 milliseconds