OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_unaligned_be32
(Results
1 - 3
of
3
) sorted by null
/external/lzma/xz-embedded/
xz_config.h
85
#ifndef
get_unaligned_be32
86
static inline uint32_t
get_unaligned_be32
(const uint8_t *buf)
function
xz_dec_bcj.c
166
instr =
get_unaligned_be32
(buf + i);
322
instr =
get_unaligned_be32
(buf + i);
/external/toybox/toys/pending/
xzcat.c
339
#ifndef
get_unaligned_be32
340
static inline uint32_t
get_unaligned_be32
(const uint8_t *buf)
function
583
instr =
get_unaligned_be32
(buf + i);
739
instr =
get_unaligned_be32
(buf + i);
[
all
...]
Completed in 107 milliseconds