Home
last modified time | relevance | path

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

12

/PHP-7.2/win32/
H A Dphp_stdint.h86 #ifndef int64_t
87 typedef __int64 int64_t; typedef
102 typedef int64_t int_least64_t;
112 typedef int64_t int_fast64_t;
124 typedef int64_t intmax_t;
140 #define INT64_MIN ((int64_t)_I64_MIN)
248 static __inline int64_t llabs(int64_t i) in llabs()
/PHP-7.2/main/
H A Dphp_stdint.h168 typedef int64 int64_t; variable
170 typedef int int64_t;
172 typedef long int64_t;
174 typedef long long int64_t;
H A DSAPI.h123 int64_t read_post_bytes;
/PHP-7.2/ext/date/lib/
H A Dtimelib.h68 # ifndef int64_t
69 typedef __int64 int64_t; typedef
96 #define INT64_MIN ((int64_t)_I64_MIN)
107 typedef int64_t timelib_long;
126 typedef int64_t timelib_sll;
H A Dparse_tz.c152 *tzf += (sizeof(int64_t) * tz->bit64.timecnt); in skip_64bit_transitions()
198 *tzf += sizeof(int64_t) * tz->bit64.leapcnt * 2; in skip_64bit_types()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_atomic.h55 typedef int64_t atomic_int_t;
84 typedef int64_t atomic_int_t;
/PHP-7.2/Zend/
H A Dzend_long.h34 typedef int64_t zend_long;
36 typedef int64_t zend_off_t;
H A Dzend_multiply.h132 int64_t __result = (int64_t) (a) * (int64_t) (b); \
/PHP-7.2/ext/intl/formatter/
H A Dformatter_format.c94 int64_t value = (Z_TYPE_P(number) == IS_DOUBLE)?(int64_t)Z_DVAL_P(number):Z_LVAL_P(number); in PHP_FUNCTION()
H A Dformatter_parse.c46 int64_t val64; in PHP_FUNCTION()
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp539 int64_t tInt64 = 0; in umsg_format_helper()
548 tInt64 = (int64_t)Z_DVAL_P(elem); in umsg_format_helper()
552 tInt64 = (int64_t)Z_LVAL_P(elem); in umsg_format_helper()
599 formattable.setInt64((int64_t)Z_LVAL_P(elem)); in umsg_format_helper()
602 formattable.setInt64((int64_t)0); in umsg_format_helper()
670 int64_t aInt64; in umsg_parse_helper()
/PHP-7.2/ext/standard/
H A Dmt_rand.c297 int64_t n; in php_mt_rand_common()
305 n = (int64_t)php_mt_rand() >> 1; in php_mt_rand_common()
H A Dphp_fopen_wrapper.c83 if (!SG(post_read) && SG(read_post_bytes) < (int64_t)(input->position + count)) { in php_stream_input_read()
H A Dmath.c147 int64_t use_precision = precision_places < INT_MIN+1 ? INT_MIN+1 : precision_places; in _php_math_round()
/PHP-7.2/ext/mysqlnd/
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 Dmysqlnd_portability.h208 #define sint8korr(A) (*((int64_t *) (A)))
264 #define sint8korr(A) (int64_t) uint8korr(A)
H A Dmysqlnd_result.c220 int64_t row; in MYSQLND_METHOD()
224 int64_t col; in MYSQLND_METHOD()
256 int64_t row; in MYSQLND_METHOD()
/PHP-7.2/ext/zip/lib/
H A Dzipconf.h99 typedef int64_t zip_int64_t;
/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf.h90 typedef int64_t cdf_timestamp_t;
175 int64_t _pi_s64;
H A Dsoftmagic.c441 int64_t t = 0; in mprint()
528 t = ms->offset + sizeof(int64_t); in mprint()
731 o = CAST(int32_t, (ms->offset + sizeof(int64_t))); in moffset()
2009 matched = (int64_t) v > (int64_t) l; in magiccheck()
2027 matched = (int64_t) v < (int64_t) l; in magiccheck()
/PHP-7.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp281 int64_t pos = utext_getNativeIndex(this->fText); in refreshInputText()
/PHP-7.2/ext/mysqli/
H A Dphp_mysqli_structs.h196 typedef int64_t my_longlong;
/PHP-7.2/ext/zip/
H A Dconfig.m4171 AC_CHECK_TYPES([int64_t])
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_methods.cpp1222 int64_t ts; in PHP_FUNCTION()
1237 ts = (int64_t)date; in PHP_FUNCTION()

Completed in 57 milliseconds

12