Searched refs:int64_t (Results 1 – 25 of 25) sorted by relevance
/PHP-5.3/win32/ |
H A D | php_stdint.h | 74 #ifndef int64_t 75 typedef __int64 int64_t; typedef 93 typedef int64_t int_least64_t; 103 typedef int64_t int_fast64_t; 120 typedef int64_t intmax_t; 135 #define INT64_MIN ((int64_t)_I64_MIN) 242 static __inline int64_t llabs(int64_t i) in llabs()
|
H A D | strtoi64.c | 8 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base) in _strtoi64() 11 int64_t acc; in _strtoi64() 12 int64_t val; in _strtoi64()
|
H A D | php_strtoi64.h | 5 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base);
|
/PHP-5.3/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 68 int64_t tInt64 = 0; in umsg_format_helper() 88 tInt64 = (int64_t)Z_DVAL_P(args[i]); in umsg_format_helper() 90 tInt64 = (int64_t)Z_LVAL_P(args[i]); in umsg_format_helper() 94 tInt64 = (Z_TYPE_P(args[i]) == IS_DOUBLE)?(int64_t)Z_DVAL_P(args[i]):Z_LVAL_P(args[i]); in umsg_format_helper() 150 int64_t aInt64; in umsg_parse_helper()
|
/PHP-5.3/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 134 typedef int64 int64_t; typedef 136 typedef signed int int64_t; typedef 138 typedef signed long int64_t; typedef 141 typedef __int64 int64_t; typedef 143 typedef signed long long int64_t; typedef 313 #define sint8korr(A) (*((int64_t *) (A))) 369 #define sint8korr(A) (int64_t) uint8korr(A)
|
H A D | mysqlnd_ps_codec.c | 95 int64_t lval = 0; in ps_fetch_from_1_to_8_bytes() 97 case 8:lval = (int64_t) sint8korr(*row);break; in ps_fetch_from_1_to_8_bytes() 102 case 4:lval = (int64_t) sint4korr(*row);break; in ps_fetch_from_1_to_8_bytes() 103 case 3:lval = (int64_t) sint3korr(*row);break; in ps_fetch_from_1_to_8_bytes() 104 case 2:lval = (int64_t) sint2korr(*row);break; in ps_fetch_from_1_to_8_bytes() 105 case 1:lval = (int64_t) *(int8_t*)*row;break; in ps_fetch_from_1_to_8_bytes() 109 if ((L64(2147483647) < (int64_t) lval) || (L64(-2147483648) > (int64_t) lval)) { in ps_fetch_from_1_to_8_bytes()
|
H A D | config-win.h | 85 #define sint8korr(A) (*((int64_t *) (A)))
|
H A D | config9.m4 | 42 …nt16 int32 uint32 uchar ulong int8_t uint8_t int16_t uint16_t int32_t uint32_t int64_t uint64_t], [
|
H A D | mysqlnd_wireprotocol.c | 1395 int64_t v = in php_mysqlnd_rowp_read_text_protocol() 1415 (uns == FALSE && (( L64(2147483647) < (int64_t) v) || in php_mysqlnd_rowp_read_text_protocol() 1416 (L64(-2147483648) > (int64_t) v)))) in php_mysqlnd_rowp_read_text_protocol()
|
H A D | mysqlnd_result.c | 195 int64_t row; in MYSQLND_METHOD() 209 int64_t col; in MYSQLND_METHOD()
|
H A D | mysqlnd_structs.h | 227 …_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int64_t change TSRMLS_DC);
|
/PHP-5.3/ext/zip/lib/ |
H A D | zipconf.h | 43 typedef int64_t zip_int64_t;
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_atomic.h | 56 typedef int64_t atomic_int_t; 85 typedef int64_t atomic_int_t;
|
/PHP-5.3/ext/intl/formatter/ |
H A D | formatter_format.c | 94 int64_t value = (Z_TYPE_PP(number) == IS_DOUBLE)?(int64_t)Z_DVAL_PP(number):Z_LVAL_PP(number); in PHP_FUNCTION()
|
H A D | formatter_parse.c | 45 int64_t val64; in PHP_FUNCTION()
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | cdf.h | 91 typedef int64_t cdf_timestamp_t; 175 int64_t _pi_s64;
|
H A D | softmagic.c | 347 int64_t t = 0; in mprint() 420 t = ms->offset + sizeof(int64_t); in mprint() 585 return CAST(int32_t, (ms->offset + sizeof(int64_t))); in moffset() 720 p->fld += cast (int64_t)m->num_mask; \ 723 p->fld -= cast (int64_t)m->num_mask; \ 726 p->fld *= cast (int64_t)m->num_mask; \ 729 p->fld /= cast (int64_t)m->num_mask; \ 2043 matched = (int64_t) v > (int64_t) l; 2061 matched = (int64_t) v < (int64_t) l;
|
H A D | cdf.c | 765 int64_t s64; in cdf_read_property_info()
|
H A D | apprentice.c | 959 v = (int64_t) v;
|
/PHP-5.3/ext/date/lib/ |
H A D | timelib_structs.h | 72 typedef int64_t timelib_sll;
|
/PHP-5.3/ext/mysqli/ |
H A D | php_mysqli_structs.h | 197 typedef int64_t my_longlong;
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_internal.h | 232 #if defined INT64_MAX || defined int64_t 233 #define INT64_OR_DOUBLE int64_t
|
H A D | ChangeLog | 1233 when building, a check for int64_t is made, and if it is found, it is used 1235 other use of FP in PCRE.) If int64_t is not found, the fallback is to
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 2887 + p->fld += cast (int64_t)m->num_mask; \ 2891 + p->fld -= cast (int64_t)m->num_mask; \ 2895 + p->fld *= cast (int64_t)m->num_mask; \ 2899 + p->fld /= cast (int64_t)m->num_mask; \
|
/PHP-5.3/ext/exif/ |
H A D | exif.c | 2834 int64_t byte_count_signed; in exif_process_IFD_TAG() 2864 byte_count_signed = (int64_t)components * php_tiff_bytes_per_format[format]; in exif_process_IFD_TAG()
|
Completed in 189 milliseconds