Home
last modified time | relevance | path

Searched refs:i64 (Results 1 – 13 of 13) sorted by relevance

/PHP-5.6/ext/pdo/
H A Dpdo.c317 PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64 TSRMLS_DC) in php_pdo_int64_to_str()
325 if (i64 < 0) { in php_pdo_int64_to_str()
326 i64 = -i64; in php_pdo_int64_to_str()
330 if (i64 == 0) { in php_pdo_int64_to_str()
339 while ((pdo_uint64_t)i64 > (pdo_uint64_t)LONG_MAX) { in php_pdo_int64_to_str()
340 pdo_uint64_t quo = (pdo_uint64_t)i64 / (unsigned int)10; in php_pdo_int64_to_str()
341 unsigned int rem = (unsigned int)(i64 - quo*10U); in php_pdo_int64_to_str()
343 i64 = (pdo_int64_t)quo; in php_pdo_int64_to_str()
345 long_val = (long)i64; in php_pdo_int64_to_str()
H A Dphp_pdo_driver.h38 PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64 TSRMLS_DC);
/PHP-5.6/win32/
H A Dtime.c71 ff /= 10Ui64; /* convert to microseconds */ in getfilesystemtime()
72 ff -= 11644473600000000Ui64; /* convert to unix epoch */ in getfilesystemtime()
74 tv->tv_sec = (long)(ff / 1000000Ui64); in getfilesystemtime()
75 tv->tv_usec = (long)(ff % 1000000Ui64); in getfilesystemtime()
H A Dphp_stdint.h238 #define INT64_C(val) val##i64
/PHP-5.6/ext/fileinfo/libmagic/
H A Dreadcdf.c86 { 0x00000000000c1084ui64, 0x46000000000000c0ui64 },
98 { 0x00000000000c1084ui64, 0x46000000000000c0ui64 },
220 if (tp < 1000000000000000i64) {
H A Dcdf.h63 # define CDF_MAGIC 0xE11AB1A1E011CFD0i64
H A Dcdf.c1254 if (tp < 1000000000000000i64) {
/PHP-5.6/ext/date/lib/
H A Dtimelib_structs.h149 # define TIMELIB_LL_CONST(n) n ## i64
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c13433 SQLITE_PRIVATE int sqlite3AddInt64(i64*,i64);
13434 SQLITE_PRIVATE int sqlite3SubInt64(i64*,i64);
13435 SQLITE_PRIVATE int sqlite3MulInt64(i64*,i64);
29289 i64 newLimit = *(i64*)pArg;
36525 i64 newLimit = *(i64*)pArg;
43917 i64 ofst = (pgno-1)*(i64)pPager->pageSize;
50674 i64 nReq = ((i64)mxPage * szPage);
62542 const i64 iEnd = (i64)iSrcPg*(i64)nSrcPgsz;
62797 const i64 iSize = (i64)pgszSrc * (i64)nSrcPage;
68349 return (i64)*(i64*)&x;
[all …]
/PHP-5.6/ext/mysqli/
H A Dphp_mysqli_structs.h175 #define L64(x) x##i64
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_portability.h69 #define L64(x) x##i64
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch1045 + if (tp < 1000000000000000i64) {
2883 + if (tp < 1000000000000000i64) {
/PHP-5.6/Zend/
H A Dzend_alloc.c491 # define ZEND_MM_LONG_CONST(x) (x##i64)

Completed in 421 milliseconds