Home
last modified time | relevance | path

Searched refs:uint64_t (Results 1 – 25 of 70) sorted by path

123

/PHP-7.4/Zend/
H A Dzend_long.h32 typedef uint64_t zend_ulong;
H A Dzend_multiply.h291 uint64_t res = (uint64_t) nmemb * (uint64_t) size + (uint64_t) offset; in zend_safe_address()
H A Dzend_string.h377 uint64_t chunk; in zend_inline_hash_func()
/PHP-7.4/build/
H A Dphp.m42428 …t, int64_t, uint8, uint16, uint32, uint64, uint8_t, uint16_t, uint32_t, uint64_t, u_int8_t, u_int1…
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c56 static inline uint64_t timelib_conv_int64_unsigned(uint64_t value) in timelib_conv_int64_unsigned()
70 static inline uint64_t timelib_conv_int64_unsigned(uint64_t value) in timelib_conv_int64_unsigned()
H A Dtimelib.h73 # ifndef uint64_t
74 typedef unsigned __int64 uint64_t; typedef
110 typedef uint64_t timelib_ulong;
127 typedef uint64_t timelib_ull;
159 uint64_t ttisgmtcnt;
160 uint64_t ttisstdcnt;
161 uint64_t leapcnt;
162 uint64_t timecnt;
163 uint64_t typecnt;
164 uint64_t charcnt;
/PHP-7.4/ext/exif/
H A Dexif.c1517 | ((uint64_t)value[1] << 48) in php_ifd_get64u()
1518 | ((uint64_t)value[2] << 40) in php_ifd_get64u()
1519 | ((uint64_t)value[3] << 32) in php_ifd_get64u()
1520 | ((uint64_t)value[4] << 24) in php_ifd_get64u()
1521 | ((uint64_t)value[5] << 16) in php_ifd_get64u()
1522 | ((uint64_t)value[6] << 8 ) in php_ifd_get64u()
1526 | ((uint64_t)value[6] << 48) in php_ifd_get64u()
1527 | ((uint64_t)value[5] << 40) in php_ifd_get64u()
1528 | ((uint64_t)value[4] << 32) in php_ifd_get64u()
1529 | ((uint64_t)value[3] << 24) in php_ifd_get64u()
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.c499 ZVAL_LONG(rv, *(uint64_t*)ptr); in zend_ffi_cdata_to_zval()
562 uint64_t val = 0; in zend_ffi_bit_field_read()
604 uint64_t shift = 64 - (field->bits % 64); in zend_ffi_bit_field_to_zval()
615 uint64_t val = zval_get_long(value); in zend_ffi_zval_to_bit_field()
706 *(uint64_t*)ptr = lval; in zend_ffi_zval_to_cdata()
1078 ZVAL_LONG(writeobj, *(uint64_t*)ptr); in zend_ffi_cdata_cast_object()
2502 *(uint64_t*)arg_values[n] = (uint64_t)lval; in zend_ffi_pass_arg()
5615 *min = MIN((uint64_t)*min, (uint64_t)value);
5616 *max = MAX((uint64_t)*max, (uint64_t)value);
5618 && (uint64_t)*max <= 0xFFULL) {
[all …]
H A Dphp_ffi.h200 uint64_t u64;
/PHP-7.4/ext/ffi/tests/
H A D002.phpt44 typedef unsigned long type25; /* uint32_t or uint64_t */
45 typedef unsigned long int type25_2; /* uint32_t or uint64_t */
50 typedef unsigned long long type30; /* uint64_t */
51 typedef unsigned long long int type31; /* uint64_t */
H A Dbug77706.phpt22 typedef uint64_t time_t;
H A Dbug79096.phpt13 uint64_t a;
14 uint64_t b;
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch66 private uint64_t swap8(uint64_t);
1085 CDF_TOLE8(CAST(uint64_t, x))))
1768 protected const char *file_fmttime(uint64_t, int, char *);
3516 - v = CAST(uint64_t, -1);
3613 - v = CAST(uint64_t, -1);
3620 - if (v == CAST(uint64_t, -1))
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c147 private uint64_t swap8(uint64_t);
1401 protected uint64_t
1658 uint64_t val; in parse_op_modifier()
1662 val = CAST(uint64_t, strtoull(l, &t, 0)); in parse_op_modifier()
2573 uint64_t ull; in getvalue()
2643 uint64_t x; in getvalue()
2657 x = CAST(uint64_t, ull & ~0xffULL); in getvalue()
2660 x = CAST(uint64_t, ull & ~0xffffULL); in getvalue()
3330 private uint64_t
3331 swap8(uint64_t sv)
[all …]
H A Dcdf.c82 (CAST(uint64_t, NEED_SWAP ? _cdf_tole8(x) : CAST(uint64_t, x)))
91 CDF_TOLE8(CAST(uint64_t, x))))
131 static uint64_t
132 _cdf_tole8(uint64_t sv) in _cdf_tole8()
134 uint64_t rv; in _cdf_tole8()
177 uint64_t
178 cdf_tole8(uint64_t sv) in cdf_tole8()
250 d->d_created = CDF_TOLE8(CAST(uint64_t, d->d_created)); in cdf_swap_dir()
251 d->d_modified = CDF_TOLE8(CAST(uint64_t, d->d_modified)); in cdf_swap_dir()
1170 extract_catalog_field(uint64_t, ce_timestamp, 8); in cdf_unpack_catalog()
H A Dcdf.h60 uint64_t h_magic;
62 uint64_t h_uuid[2];
108 uint64_t d_storage_uuid[2];
172 uint64_t _pi_u64;
276 uint64_t ce_timestamp;
336 uint64_t cdf_tole8(uint64_t);
H A Dfile.h167 uint64_t q;
312 uint64_t _mask; /* for use with numeric and date types */
454 protected const char *file_fmttime(uint64_t, int, char *);
486 protected uint64_t file_signextend(struct magic_set *, struct magic *,
487 uint64_t);
H A Dprint.c236 file_fmttime(uint64_t v, int flags, char *buf) in file_fmttime()
H A Dreadcdf.c79 uint64_t clsid[2];
100 cdf_clsid_to_mime(const uint64_t clsid[2], const struct cv *cv) in cdf_clsid_to_mime()
347 format_clsid(char *buf, size_t len, const uint64_t uuid[2]) { in format_clsid()
350 (uuid[0] >> 32) & (uint64_t)0x000000000ffffffffULL, in format_clsid()
351 (uuid[0] >> 16) & (uint64_t)0x0000000000000ffffULL, in format_clsid()
352 (uuid[0] >> 0) & (uint64_t)0x0000000000000ffffULL, in format_clsid()
353 (uuid[1] >> 48) & (uint64_t)0x0000000000000ffffULL, in format_clsid()
354 (uuid[1] >> 0) & (uint64_t)0x0000fffffffffffffULL); in format_clsid()
H A Dsoftmagic.c83 (CAST(uint64_t, (p)->hq[7])))
92 (CAST(uint64_t, (p)->hq[0])))
552 uint64_t v; in mprint()
1090 DO_CVT(q, uint64_t); in cvt_64()
1203 p->q = CAST(uint64_t, BE64(p)); in mconvert()
1223 p->q = CAST(uint64_t, LE64(p)); in mconvert()
1827 private uint64_t
1839 uint64_t v; in file_strncmp()
1895 private uint64_t
1965 uint64_t l = m->value.q; in magiccheck()
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic30068 # uint64_t drr_magic;
30069 # uint64_t drr_version;
30070 # uint64_t drr_creation_time;
30073 # uint64_t drr_toguid;
30074 # uint64_t drr_fromguid;
30089 # Almost all uint64_t fields are printed as the 32-bit ones (with high
H A Dmagic私はガラスを食べられます30068 # uint64_t drr_magic;
30069 # uint64_t drr_version;
30070 # uint64_t drr_creation_time;
30073 # uint64_t drr_toguid;
30074 # uint64_t drr_fromguid;
30089 # Almost all uint64_t fields are printed as the 32-bit ones (with high
/PHP-7.4/ext/hash/
H A Dhash_fnv.c195 static uint64_t
196 fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate) in fnv_64_buf()
211 hval ^= (uint64_t)*bp++; in fnv_64_buf()
216 hval ^= (uint64_t)*bp++; in fnv_64_buf()
H A Dhash_sha.c704 static const uint64_t SHA512_K[128] = {
758 ((uint64_t) input[j + 7]) | (((uint64_t) input[j + 6]) << 8) | in SHADecode64()
759 (((uint64_t) input[j + 5]) << 16) | (((uint64_t) input[j + 4]) << 24) | in SHADecode64()
760 (((uint64_t) input[j + 3]) << 32) | (((uint64_t) input[j + 2]) << 40) | in SHADecode64()
761 (((uint64_t) input[j + 1]) << 48) | (((uint64_t) input[j]) << 56); in SHADecode64()
790 uint64_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform()
792 uint64_t x[16], T1, T2, W[80]; in SHA512Transform()
839 if ((context->count[0] += ((uint64_t) inputLen << 3)) < ((uint64_t) inputLen << 3)) { in PHP_SHA384Update()
842 context->count[1] += ((uint64_t) inputLen >> 61); in PHP_SHA384Update()
988 if ((context->count[0] += ((uint64_t) inputLen << 3)) < ((uint64_t) inputLen << 3)) { in PHP_SHA512Update()
[all …]
H A Dhash_sha3.c36 static inline uint64_t rol64(uint64_t v, unsigned char b) { in rol64()
44 static inline uint64_t load64(const unsigned char* x) { in load64()
46 uint64_t ret = 0; in load64()
53 static inline void store64(unsigned char* x, uint64_t val) { in store64()
60 static inline void xor64(unsigned char* x, uint64_t val) { in xor64()
96 uint64_t C[5], D; in permute()
112 uint64_t current = readLane(x, y); in permute()
116 uint64_t temp; in permute()
128 uint64_t temp[5]; in permute()
142 uint64_t bitPos = (1<<j) - 1; in permute()
[all …]

Completed in 236 milliseconds

123