Searched refs:int64_t (Results 1 – 25 of 34) sorted by relevance
12
86 #ifndef int64_t87 typedef __int64 int64_t; typedef102 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()
171 typedef int64 int64_t; variable173 typedef int int64_t;175 typedef long int64_t;177 typedef long long int64_t;
121 int64_t read_post_bytes;
85 #define timelib_conv_int64_signed(value) ((int64_t) timelib_conv_int64_unsigned((int64_t) value))173 int64_t *buffer = NULL; in read_64bit_transitions()178 buffer = (int64_t*) timelib_malloc(tz->bit64.timecnt * sizeof(int64_t)); in read_64bit_transitions()182 memcpy(buffer, *tzf, sizeof(int64_t) * tz->bit64.timecnt); in read_64bit_transitions()183 *tzf += (sizeof(int64_t) * tz->bit64.timecnt); in read_64bit_transitions()254 leap_buffer = (int32_t *) timelib_malloc(tz->bit64.leapcnt * (sizeof(int64_t) + sizeof(int32_t))); in read_64bit_types()258 memcpy(leap_buffer, *tzf, tz->bit64.leapcnt * (sizeof(int64_t) + sizeof(int32_t))); in read_64bit_types()259 *tzf += tz->bit64.leapcnt * (sizeof(int64_t) + sizeof(int32_t)); in read_64bit_types()580 tmp->trans = (int64_t *) timelib_malloc(tz->bit64.timecnt * sizeof(int64_t)); in timelib_tzinfo_clone()582 memcpy(tmp->trans, tz->trans, tz->bit64.timecnt * sizeof(int64_t)); in timelib_tzinfo_clone()
70 # ifndef int64_t71 typedef __int64 int64_t; typedef98 #define INT64_MIN ((int64_t)_I64_MIN)109 typedef int64_t timelib_long;128 typedef int64_t timelib_sll;167 int64_t *trans;
117 int64_t trans;
529 int64_t tInt64 = 0; in umsg_format_helper()538 tInt64 = (int64_t)Z_DVAL_P(elem); in umsg_format_helper()542 tInt64 = (int64_t)Z_LVAL_P(elem); in umsg_format_helper()544 tInt64 = (int64_t)zval_get_long(elem); in umsg_format_helper()583 formattable.setInt64((int64_t)Z_LVAL_P(elem)); in umsg_format_helper()587 formattable.setInt64((int64_t)0); in umsg_format_helper()590 formattable.setInt64((int64_t)1); in umsg_format_helper()658 int64_t aInt64; in umsg_parse_helper()
54 typedef int64_t atomic_int_t;83 typedef int64_t atomic_int_t;
31 typedef int64_t zend_long;33 typedef int64_t zend_off_t;
130 int64_t __result = (int64_t) (a) * (int64_t) (b); \
94 int64_t value = (Z_TYPE_P(number) == IS_DOUBLE)?(int64_t)Z_DVAL_P(number):Z_LVAL_P(number); in PHP_FUNCTION()
46 int64_t val64; in PHP_FUNCTION()
296 int64_t n; in php_mt_rand_common()304 n = (int64_t)php_mt_rand() >> 1; in php_mt_rand_common()
83 if (!SG(post_read) && SG(read_post_bytes) < (int64_t)(input->position + count)) { in php_stream_input_read()
96 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()
85 #define sint8korr(A) (*((int64_t *) (A)))
208 #define sint8korr(A) (*((int64_t *) (A)))264 #define sint8korr(A) (int64_t) uint8korr(A)
99 typedef int64_t zip_int64_t;
88 typedef int64_t cdf_timestamp_t;173 int64_t _pi_s64;
508 int64_t t = 0; in mprint()601 t = ms->offset + sizeof(int64_t); in mprint()806 o = CAST(int32_t, (ms->offset + sizeof(int64_t))); in moffset()2133 matched = (int64_t) v > (int64_t) l; in magiccheck()2151 matched = (int64_t) v < (int64_t) l; in magiccheck()
282 int64_t pos = utext_getNativeIndex(this->fText); in refreshInputText()
184 typedef int64_t my_longlong;
169 AC_CHECK_TYPES([int64_t])
1227 int64_t ts; in PHP_FUNCTION()1242 ts = (int64_t)date; in PHP_FUNCTION()
162 #if defined INT64_MAX || defined int64_t163 #define INT64_OR_DOUBLE int64_t
Completed in 82 milliseconds