Searched defs:FX_INT64 (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_system.h94 typedef __int64 FX_INT64; typedef
97 typedef long long int FX_INT64; typedef
101 typedef FX_INT64 FX_INTPTR;
267 FX_INT64 FXSYS_atoi64(FX_LPCSTR str);
268 FX_INT64 FXSYS_wtoi64(FX_LPCWSTR str);
269 FX_LPCSTR FXSYS_i64toa(FX_INT64 value, FX_LPSTR str, int radix);
270 FX_LPCWSTR FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix);

Completed in 316 milliseconds