Home
last modified time | relevance | path

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

12

/PHP-5.6/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.6/main/
H A Dphp_stdint.h148 typedef int64 int64_t; variable
150 typedef int int64_t;
152 typedef long int64_t;
154 typedef long long int64_t;
H A DSAPI.h124 int64_t read_post_bytes;
/PHP-5.6/ext/date/lib/
H A Dtimelib_structs.h76 # ifndef int64_t
77 typedef __int64 int64_t; typedef
104 #define INT64_MIN ((int64_t)_I64_MIN)
129 typedef int64_t timelib_long;
148 typedef int64_t timelib_sll;
H A Dparse_tz.c98 *tzf += (sizeof(int64_t) * tz->bit64.timecnt); in skip_64bit_transistions()
138 *tzf += sizeof(int64_t) * tz->bit64.leapcnt * 2; in skip_64bit_types()
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_atomic.h56 typedef int64_t atomic_int_t;
85 typedef int64_t atomic_int_t;
/PHP-5.6/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.6/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp527 int64_t tInt64 = 0; in umsg_format_helper()
536 tInt64 = (int64_t)Z_DVAL_PP(elem); in umsg_format_helper()
540 tInt64 = (int64_t)Z_LVAL_PP(elem); in umsg_format_helper()
586 formattable.setInt64((int64_t)Z_LVAL_PP(elem)); in umsg_format_helper()
589 formattable.setInt64((int64_t)0); in umsg_format_helper()
656 int64_t aInt64; in umsg_parse_helper()
/PHP-5.6/ext/mysqlnd/
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 Dmysqlnd_portability.h208 #define sint8korr(A) (*((int64_t *) (A)))
264 #define sint8korr(A) (int64_t) uint8korr(A)
H A Dmysqlnd_result.c278 int64_t row; in MYSQLND_METHOD()
282 int64_t col; in MYSQLND_METHOD()
324 int64_t row; in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c1684 int64_t v = in php_mysqlnd_rowp_read_text_protocol_aux()
1704 (uns == FALSE && (( L64(2147483647) < (int64_t) v) || in php_mysqlnd_rowp_read_text_protocol_aux()
1705 (L64(-2147483648) > (int64_t) v)))) in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-5.6/ext/zip/lib/
H A Dzipconf.h95 typedef int64_t zip_int64_t;
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.h93 typedef int64_t cdf_timestamp_t;
177 int64_t _pi_s64;
H A Dsoftmagic.c383 int64_t t = 0; in mprint()
471 t = ms->offset + sizeof(int64_t); in mprint()
673 return CAST(int32_t, (ms->offset + sizeof(int64_t))); in moffset()
857 p->fld += cast (int64_t)m->num_mask; \
860 p->fld -= cast (int64_t)m->num_mask; \
863 p->fld *= cast (int64_t)m->num_mask; \
866 p->fld /= cast (int64_t)m->num_mask; \
2214 matched = (int64_t) v > (int64_t) l; in magiccheck()
2232 matched = (int64_t) v < (int64_t) l; in magiccheck()
/PHP-5.6/ext/hash/
H A Dphp_hash.h35 #define php_hash_int64 int64_t
/PHP-5.6/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp279 int64_t pos = utext_getNativeIndex(this->fText); in refreshInputText()
/PHP-5.6/ext/mysqli/
H A Dphp_mysqli_structs.h191 typedef int64_t my_longlong;
/PHP-5.6/ext/zip/
H A Dconfig.m4139 AC_CHECK_TYPES([int64_t])
/PHP-5.6/ext/intl/calendar/
H A Dcalendar_methods.cpp1250 int64_t ts; in PHP_FUNCTION()
1264 ts = (int64_t)date; in PHP_FUNCTION()
/PHP-5.6/ext/standard/
H A Dmath.c157 int64_t use_precision = precision_places < INT_MIN+1 ? INT_MIN+1 : precision_places; in _php_math_round()

Completed in 72 milliseconds

12