OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WEBP_MAX_ALLOCABLE_MEMORY
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/utils/
utils.c
28
if ((uint64_t)size >
WEBP_MAX_ALLOCABLE_MEMORY
/ nmemb) return 0;
utils.h
30
#define
WEBP_MAX_ALLOCABLE_MEMORY
(1ULL << 40)
/external/webp/src/utils/
utils.c
28
if ((uint64_t)size >
WEBP_MAX_ALLOCABLE_MEMORY
/ nmemb) return 0;
utils.h
30
#define
WEBP_MAX_ALLOCABLE_MEMORY
(1ULL << 40)
Completed in 68 milliseconds