OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_32
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/lzo/
prepcore.c
109
static inline uint32_t
get_32
(const uint32_t * p)
function
244
start =
get_32
(&prefix->pfx_start);
245
offset =
get_32
(&prefix->pfx_compressed);
324
soff =
get_32
(&prefix->pfx_cdatalen);
327
soff =
get_32
(&prefix->pfx_checksum);
335
csum +=
get_32
((uint32_t *) (infile + ptr));
337
csum +=
get_32
((uint32_t *) (out + ptr));
344
if (offset+outfile_len >
get_32
(&prefix->pfx_maxlma))
347
(unsigned long)
get_32
(&prefix->pfx_maxlma));
/prebuilts/ndk/r11/sources/android/support/src/musl-locale/
iconv.c
139
static unsigned
get_32
(const unsigned char *s, int e)
function
199
c =
get_32
((void *)*in, type);
/prebuilts/ndk/r13/sources/android/support/src/musl-locale/
iconv.c
139
static unsigned
get_32
(const unsigned char *s, int e)
function
199
c =
get_32
((void *)*in, type);
/external/syslinux/libinstaller/
syslxint.h
56
static inline uint32_t
get_32
(const uint32_t * p)
function
74
return
get_32
(&pp[0]) + ((uint64_t)
get_32
(&pp[1]) << 32);
150
return
get_32
((const uint32_t _force *)p);
Completed in 387 milliseconds