Home
last modified time | relevance | path

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

12

/PHP-7.4/Zend/
H A Dzend_long.h31 typedef int64_t zend_long;
33 typedef int64_t zend_off_t;
H A Dzend_multiply.h130 int64_t __result = (int64_t) (a) * (int64_t) (b); \
/PHP-7.4/build/
H A Dphp.m42428 …AC_CHECK_TYPES([int8, int16, int32, int64, int8_t, int16_t, int32_t, int64_t, uint8, uint16, uint3…
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c85 #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()
H A Dtimelib.h70 # ifndef int64_t
71 typedef __int64 int64_t; typedef
98 #define INT64_MIN ((int64_t)_I64_MIN)
109 typedef int64_t timelib_long;
128 typedef int64_t timelib_sll;
167 int64_t *trans;
H A Dtimelib_private.h117 int64_t trans;
/PHP-7.4/ext/exif/
H A Dexif.c3295 int64_t byte_count_signed; in exif_process_IFD_TAG_impl()
3313 byte_count_signed = (int64_t)components * php_tiff_bytes_per_format[format]; in exif_process_IFD_TAG_impl()
/PHP-7.4/ext/ffi/
H A Dffi.c148 int64_t value;
502 ZVAL_LONG(rv, *(int64_t*)ptr); in zend_ffi_cdata_to_zval()
606 val = (int64_t)(val << shift) >> shift; in zend_ffi_bit_field_to_zval()
710 *(int64_t*)ptr = lval; in zend_ffi_zval_to_cdata()
1081 ZVAL_LONG(writeobj, *(int64_t*)ptr); in zend_ffi_cdata_cast_object()
2507 *(int64_t*)arg_values[n] = (int64_t)lval; in zend_ffi_pass_arg()
2611 *(int64_t*)arg_values[n] = Z_LVAL_P(arg); in zend_ffi_pass_var_arg()
5541 …dcl, const char *name, size_t name_len, zend_ffi_val *val, int64_t *min, int64_t *max, int64_t *la…
5545 int64_t value;
6828 val->u64 = val->u64 OP (int64_t)op2->d; \
[all …]
H A Dffi.g321 {int64_t min = 0, max = 0, last = -1;}
329 enumerator(zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *last):
H A Dffi_parser.c271 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l…
2516 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list()
2559 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l… in parse_enumerator()
H A Dphp_ffi.h201 int64_t i64;
221 …dcl, const char *name, size_t name_len, zend_ffi_val *val, int64_t *min, int64_t *max, int64_t *la…
/PHP-7.4/ext/ffi/tests/
H A Dbug77768.phpt20 typedef int64_t a;
21 typedef int64_t b;
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1451 v = CAST(int64_t, v); in file_signextend()
2654 ull = -CAST(int64_t, ull); in getvalue()
H A Dcdf.c1030 if (!cdf_copy_info(&inp[i], &q[o4], e, sizeof(int64_t))) in cdf_read_property_info()
H A Dcdf.h88 typedef int64_t cdf_timestamp_t;
173 int64_t _pi_s64;
H A Dsoftmagic.c555 int64_t t = 0; in mprint()
650 t = ms->offset + sizeof(int64_t); in mprint()
858 o = CAST(int32_t, (ms->offset + sizeof(int64_t))); in moffset()
2270 matched = CAST(int64_t, v) > CAST(int64_t, l); in magiccheck()
2289 matched = CAST(int64_t, v) < CAST(int64_t, l); in magiccheck()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1718 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse()
1757 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse()
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp286 int64_t pos = utext_getNativeIndex(this->fText); in refreshInputText()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp1219 int64_t ts; in PHP_FUNCTION()
1234 ts = (int64_t)date; in PHP_FUNCTION()
/PHP-7.4/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.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp507 int64_t tInt64 = 0; in umsg_format_helper()
516 tInt64 = (int64_t)Z_DVAL_P(elem); in umsg_format_helper()
520 tInt64 = (int64_t)Z_LVAL_P(elem); in umsg_format_helper()
522 tInt64 = (int64_t)zval_get_long(elem); in umsg_format_helper()
561 formattable.setInt64((int64_t)Z_LVAL_P(elem)); in umsg_format_helper()
565 formattable.setInt64((int64_t)0); in umsg_format_helper()
568 formattable.setInt64((int64_t)1); in umsg_format_helper()
636 int64_t aInt64; in umsg_parse_helper()
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h180 typedef int64_t my_longlong;
/PHP-7.4/ext/mysqlnd/
H A Dconfig-win.h84 #define sint8korr(A) (*((int64_t *) (A)))
H A Dmysqlnd_portability.h143 #define sint8korr(A) (*((int64_t *) (A)))
199 #define sint8korr(A) (int64_t) uint8korr(A)

Completed in 137 milliseconds

12