Home
last modified time | relevance | path

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

12

/PHP-5.5/win32/
H A Dphp_stdint.h82 #ifndef int64_t
83 typedef __int64 int64_t; typedef
101 typedef int64_t int_least64_t;
111 typedef int64_t int_fast64_t;
128 typedef int64_t intmax_t;
143 #define INT64_MIN ((int64_t)_I64_MIN)
250 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.5/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.c96 int64_t lval = 0; in ps_fetch_from_1_to_8_bytes()
98 case 8:lval = (int64_t) sint8korr(*row);break; in ps_fetch_from_1_to_8_bytes()
103 case 4:lval = (int64_t) sint4korr(*row);break; in ps_fetch_from_1_to_8_bytes()
104 case 3:lval = (int64_t) sint3korr(*row);break; in ps_fetch_from_1_to_8_bytes()
105 case 2:lval = (int64_t) sint2korr(*row);break; in ps_fetch_from_1_to_8_bytes()
106 case 1:lval = (int64_t) *(int8_t*)*row;break; in ps_fetch_from_1_to_8_bytes()
110 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.m453 …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.c1677 int64_t v = in php_mysqlnd_rowp_read_text_protocol()
1697 (uns == FALSE && (( L64(2147483647) < (int64_t) v) || in php_mysqlnd_rowp_read_text_protocol()
1698 (L64(-2147483648) > (int64_t) v)))) in php_mysqlnd_rowp_read_text_protocol()
H A Dmysqlnd_result.c182 int64_t row; in MYSQLND_METHOD()
196 int64_t col; in MYSQLND_METHOD()
H A Dmysqlnd_structs.h253 …_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int64_t change TSRMLS_DC);
/PHP-5.5/ext/zip/lib/
H A Dzipconf.h43 typedef int64_t zip_int64_t;
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_atomic.h56 typedef int64_t atomic_int_t;
85 typedef int64_t atomic_int_t;
/PHP-5.5/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.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp523 int64_t tInt64 = 0; in umsg_format_helper()
532 tInt64 = (int64_t)Z_DVAL_PP(elem); in umsg_format_helper()
536 tInt64 = (int64_t)Z_LVAL_PP(elem); in umsg_format_helper()
582 formattable.setInt64((int64_t)Z_LVAL_PP(elem)); in umsg_format_helper()
585 formattable.setInt64((int64_t)0); in umsg_format_helper()
652 int64_t aInt64; in umsg_parse_helper()
/PHP-5.5/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()
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h72 typedef int64_t timelib_sll;
H A Dparse_tz.c92 *tzf += (sizeof(int64_t) * tz->bit64.timecnt); in skip_64bit_transistions()
132 *tzf += sizeof(int64_t) * tz->bit64.leapcnt * 2; in skip_64bit_types()
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp279 int64_t pos = utext_getNativeIndex(this->fText); in refreshInputText()
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h191 typedef int64_t my_longlong;
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp1250 int64_t ts; in PHP_FUNCTION()
1264 ts = (int64_t)date; in PHP_FUNCTION()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h242 #if defined INT64_MAX || defined int64_t
243 #define INT64_OR_DOUBLE int64_t
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3026 + p->fld += cast (int64_t)m->num_mask; \
3030 + p->fld -= cast (int64_t)m->num_mask; \
3034 + p->fld *= cast (int64_t)m->num_mask; \
3038 + p->fld /= cast (int64_t)m->num_mask; \

Completed in 96 milliseconds

12