Searched defs:uint64_t (Results 1 – 16 of 16) sorted by relevance
74 typedef unsigned long long uint64_t; typedef
20 typedef unsigned long long uint64_t; typedef
54 typedef unsigned __int64 uint64_t; typedef
19 typedef unsigned long int uint64_t; typedef
82 typedef unsigned __int64 uint64_t; typedef
34 typedef unsigned long long int uint64_t; typedef
48 typedef unsigned long long uint64_t; typedef
56 typedef unsigned __int64 uint64_t; typedef80 typedef unsigned long long uint64_t; typedef
41 typedef unsigned __int64 uint64_t; typedef65 typedef unsigned long long uint64_t; typedef
1387 typedef unsigned long int uint64_t; typedef1390 typedef unsigned long long int uint64_t; typedef1400 typedef unsigned long long int uint64_t; typedef1406 typedef unsigned __int64 uint64_t; typedef
354 if (w * (uint64_t)h >= MAX_IMAGE_AREA) return WEBP_MUX_BAD_DATA; in MuxGetCanvasInfo() local
358 if (width * (uint64_t)height >= MAX_IMAGE_AREA) { in WebPMuxSetCanvasSize() local
124 if (width * (uint64_t)height >= MAX_IMAGE_AREA) { in ParseVP8X() local
Completed in 66 milliseconds