Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 25 of 25) sorted by relevance

/PHP-5.4/win32/
H A Dphp_stdint.h78 #ifndef int64_t
79 typedef __int64 int64_t; typedef
97 typedef int64_t int_least64_t;
107 typedef int64_t int_fast64_t;
124 typedef int64_t intmax_t;
139 #define INT64_MIN ((int64_t)_I64_MIN)
246 static __inline int64_t llabs(int64_t i) in llabs()
H A Dstrtoi64.c8 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 Dphp_strtoi64.h5 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base);
/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp68 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.4/ext/mysqlnd/
H A Dmysqlnd_portability.h134 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 Dmysqlnd_ps_codec.c95 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 Dconfig-win.h85 #define sint8korr(A) (*((int64_t *) (A)))
H A Dconfig9.m443 …nt16 int32 uint32 uchar ulong int8_t uint8_t int16_t uint16_t int32_t uint32_t int64_t uint64_t], [
H A Dmysqlnd_wireprotocol.c1615 int64_t v = in php_mysqlnd_rowp_read_text_protocol()
1635 (uns == FALSE && (( L64(2147483647) < (int64_t) v) || in php_mysqlnd_rowp_read_text_protocol()
1636 (L64(-2147483648) > (int64_t) v)))) in php_mysqlnd_rowp_read_text_protocol()
H A Dmysqlnd_result.c193 int64_t row; in MYSQLND_METHOD()
207 int64_t col; in MYSQLND_METHOD()
H A Dmysqlnd_structs.h243 …_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int64_t change TSRMLS_DC);
/PHP-5.4/ext/zip/lib/
H A Dzipconf.h43 typedef int64_t zip_int64_t;
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_atomic.h56 typedef int64_t atomic_int_t;
85 typedef int64_t atomic_int_t;
/PHP-5.4/ext/intl/formatter/
H A Dformatter_format.c94 int64_t value = (Z_TYPE_PP(number) == IS_DOUBLE)?(int64_t)Z_DVAL_PP(number):Z_LVAL_PP(number); in PHP_FUNCTION()
H A Dformatter_parse.c45 int64_t val64; in PHP_FUNCTION()
/PHP-5.4/ext/fileinfo/libmagic/
H A Dcdf.h93 typedef int64_t cdf_timestamp_t;
177 int64_t _pi_s64;
H A Dsoftmagic.c367 int64_t t = 0; in mprint()
440 t = ms->offset + sizeof(int64_t); in mprint()
638 return CAST(int32_t, (ms->offset + sizeof(int64_t))); in moffset()
823 p->fld += cast (int64_t)m->num_mask; \
826 p->fld -= cast (int64_t)m->num_mask; \
829 p->fld *= cast (int64_t)m->num_mask; \
832 p->fld /= cast (int64_t)m->num_mask; \
2239 matched = (int64_t) v > (int64_t) l; in magiccheck()
2257 matched = (int64_t) v < (int64_t) l; in magiccheck()
H A Dcdf.c765 int64_t s64; in cdf_read_property_info()
H A Dapprentice.c1311 v = (int64_t) v; in file_signextend()
/PHP-5.4/ext/date/lib/
H A Dtimelib_structs.h72 typedef int64_t timelib_sll;
/PHP-5.4/ext/mysqli/
H A Dphp_mysqli_structs.h203 typedef int64_t my_longlong;
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h242 #if defined INT64_MAX || defined int64_t
243 #define INT64_OR_DOUBLE int64_t
H A DChangeLog1993 when building, a check for int64_t is made, and if it is found, it is used
1995 other use of FP in PCRE.) If int64_t is not found, the fallback is to
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch3023 + p->fld += cast (int64_t)m->num_mask; \
3027 + p->fld -= cast (int64_t)m->num_mask; \
3031 + p->fld *= cast (int64_t)m->num_mask; \
3035 + p->fld /= cast (int64_t)m->num_mask; \
/PHP-5.4/ext/exif/
H A Dexif.c2812 int64_t byte_count_signed; in exif_process_IFD_TAG()
2842 byte_count_signed = (int64_t)components * php_tiff_bytes_per_format[format]; in exif_process_IFD_TAG()

Completed in 123 milliseconds