get_le32           72 third_party/libwebp/dec/webp.c       const uint32_t size = get_le32(*data + TAG_SIZE);
get_le32          115 third_party/libwebp/dec/webp.c     const uint32_t chunk_size = get_le32(*data + TAG_SIZE);
get_le32          124 third_party/libwebp/dec/webp.c     flags = get_le32(*data + 8);
get_le32          180 third_party/libwebp/dec/webp.c     chunk_size = get_le32(buf + TAG_SIZE);
get_le32          247 third_party/libwebp/dec/webp.c     const uint32_t size = get_le32(data + TAG_SIZE);