Home
last modified time | relevance | path

Searched refs:uint64_t (Results 26 – 50 of 70) sorted by relevance

123

/PHP-7.4/ext/fileinfo/libmagic/
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 …]
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 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 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 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 Dprint.c236 file_fmttime(uint64_t v, int flags, char *buf) in file_fmttime()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h125 uint64_t affected_rows;
126 uint64_t last_insert_id;
309 uint64_t *values;
652 typedef uint64_t (*func_mysqlnd_res__num_rows)(const MYSQLND_RES * const result);
793 typedef uint64_t (*func_mysqlnd_stmt__get_num_rows)(const MYSQLND_STMT * const stmt);
930 uint64_t thread_id;
1153 uint64_t flags;
1195 uint64_t row_count; \
1196 uint64_t initialized_rows; \
1236 uint64_t current_row;
[all …]
H A Dmysqlnd_ps_codec.c66 uint64_t uval = 0; in ps_fetch_from_1_to_8_bytes()
69 case 8:uval = is_bit? (uint64_t) bit_uint8korr(*row):(uint64_t) uint8korr(*row);break; in ps_fetch_from_1_to_8_bytes()
73 case 4:uval = is_bit? (uint64_t) bit_uint4korr(*row):(uint64_t) uint4korr(*row);break; in ps_fetch_from_1_to_8_bytes()
74 case 3:uval = is_bit? (uint64_t) bit_uint3korr(*row):(uint64_t) uint3korr(*row);break; in ps_fetch_from_1_to_8_bytes()
75 case 2:uval = is_bit? (uint64_t) bit_uint2korr(*row):(uint64_t) uint2korr(*row);break; in ps_fetch_from_1_to_8_bytes()
76 case 1:uval = (uint64_t) uint1korr(*row);break; in ps_fetch_from_1_to_8_bytes()
H A Dmysqlnd_debug.h36 …*func_leave)(MYSQLND_DEBUG * self, unsigned int line, const char * const file, uint64_t call_time);
121 uint64_t __dbg_prof_start = 0; /* initialization is needed */ \
143 uint64_t this_call_duration = 0; \
H A Dmysqlnd_wireprotocol.c124 uint64_t
131 return (uint64_t) *p; in php_mysqlnd_net_field_length_ll()
140 return (uint64_t) uint2korr(p + 1); in php_mysqlnd_net_field_length_ll()
143 return (uint64_t) uint3korr(p + 1); in php_mysqlnd_net_field_length_ll()
146 return (uint64_t) uint8korr(p + 1); in php_mysqlnd_net_field_length_ll()
156 if (length < (uint64_t) L64(251)) { in php_mysqlnd_net_store_length()
161 if (length < (uint64_t) L64(65536)) { in php_mysqlnd_net_store_length()
183 if (length < (uint64_t) L64(251)) { in php_mysqlnd_net_store_length_size()
186 if (length < (uint64_t) L64(65536)) { in php_mysqlnd_net_store_length_size()
1656 uint64_t v = in php_mysqlnd_rowp_read_text_protocol_aux()
[all …]
H A Dmysqlnd_result.c41 const uint64_t row_count = result->row_count; in MYSQLND_METHOD()
97 const uint64_t row_count = result->row_count; in MYSQLND_METHOD()
987 uint64_t row_num = (set->data_cursor - set->data) / field_count; in MYSQLND_METHOD()
1275 uint64_t total_allocated_rows = 0; in MYSQLND_METHOD()
1531 MYSQLND_METHOD(mysqlnd_res, data_seek)(MYSQLND_RES * const result, const uint64_t row) in MYSQLND_METHOD()
1543 …D(mysqlnd_result_buffered_zval, data_seek)(MYSQLND_RES_BUFFERED * const result, const uint64_t row) in MYSQLND_METHOD()
1561 …THOD(mysqlnd_result_buffered_c, data_seek)(MYSQLND_RES_BUFFERED * const result, const uint64_t row) in MYSQLND_METHOD()
1578 static uint64_t
1588 static uint64_t
1597 static uint64_t
H A Dmysqlnd_statistics.c220 (*stats)->values = pecalloc(statistic_count, sizeof(uint64_t), persistent); in mysqlnd_stats_init()
/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;
/PHP-7.4/ext/standard/
H A Dhrtime.h50 typedef uint64_t php_hrtime_t;
H A Dmt_rand.c244 static uint64_t rand_range64(uint64_t umax) { in rand_range64()
245 uint64_t result, limit; in rand_range64()
H A Dexec.c296 uint64_t estimate = (2 * (uint64_t)l) + 1; in php_escape_shell_cmd()
404 uint64_t estimate = (4 * (uint64_t)l) + 3; in php_escape_shell_arg()
H A Dpack.c112 static inline uint64_t php_pack_reverse_int64(uint64_t arg) in php_pack_reverse_int64()
115 uint64_t i; in php_pack_reverse_int64()
156 uint64_t i; in php_pack_copy_double()
204 uint64_t i; in php_pack_parse_double()
/PHP-7.4/Zend/
H A Dzend_multiply.h291 uint64_t res = (uint64_t) nmemb * (uint64_t) size + (uint64_t) offset; in zend_safe_address()
H A Dzend_long.h32 typedef uint64_t zend_ulong;
/PHP-7.4/ext/hash/
H A Dphp_hash_whirlpool_tables.h24 static const uint64_t rc[R + 1] = {
38 static const uint64_t C0[256] = {
105 static const uint64_t C1[256] = {
172 static const uint64_t C2[256] = {
239 static const uint64_t C3[256] = {
306 static const uint64_t C4[256] = {
373 static const uint64_t C5[256] = {
440 static const uint64_t C6[256] = {
507 static const uint64_t C7[256] = {
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h184 sljit_s32 align_offset = ((uint64_t)str_ptr & 0xf); in FF_FUN()
185 str_ptr = (sljit_u8 *) ((uint64_t)str_ptr & ~0xf); in FF_FUN()
/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()
/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/sapi/phpdbg/
H A Dphpdbg.h321 uint64_t flags; /* phpdbg flags */

Completed in 93 milliseconds

123