OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_le32
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/build/make/
obj_int_extract.c
606
#define
get_le32
(x) ((*(x)) | (*(x+1)) << 8 |(*(x+2)) << 16 | (*(x+3)) << 24 )
macro
620
symtab_ptr =
get_le32
(buf + 8);
621
symtab_sz =
get_le32
(buf + 12);
658
if (!strcmp(sectionname, ".rdata")) sectionrawdata_ptr =
get_le32
(ptr + 20);
690
// if(section > 0 && ptr[16] == 3 &&
get_le32
(ptr+8)) {
692
if (
get_le32
(ptr)) {
705
// buf + strtab_ptr +
get_le32
(ptr+4));
706
if ((buf + strtab_ptr +
get_le32
(ptr + 4))[0] == '_')
708
buf + strtab_ptr +
get_le32
(ptr + 4) + 1);
710
printf("%-40s EQU ", buf + strtab_ptr +
get_le32
(ptr + 4))
[
all
...]
/external/chromium_org/third_party/libwebp/dec/
webp.c
54
static WEBP_INLINE uint32_t
get_le32
(const uint8_t* const data) {
function
76
const uint32_t size =
get_le32
(*data + TAG_SIZE);
119
const uint32_t chunk_size =
get_le32
(*data + TAG_SIZE);
128
flags =
get_le32
(*data + 8);
184
chunk_size =
get_le32
(buf + TAG_SIZE);
251
const uint32_t size =
get_le32
(data + TAG_SIZE);
/external/webp/src/dec/
webp.c
54
static WEBP_INLINE uint32_t
get_le32
(const uint8_t* const data) {
function
76
const uint32_t size =
get_le32
(*data + TAG_SIZE);
119
const uint32_t chunk_size =
get_le32
(*data + TAG_SIZE);
128
flags =
get_le32
(*data + 8);
184
chunk_size =
get_le32
(buf + TAG_SIZE);
251
const uint32_t size =
get_le32
(data + TAG_SIZE);
Completed in 30 milliseconds