Home
last modified time | relevance | path

Searched refs:uint64_t (Results 51 – 75 of 118) sorted by relevance

12345

/php-src/ext/opcache/jit/ir/
H A Dir_private.h84 IR_ALWAYS_INLINE uint64_t ir_rol64(uint64_t op1, uint64_t op2) in ir_rol64()
104 IR_ALWAYS_INLINE uint64_t ir_ror64(uint64_t op1, uint64_t op2) in ir_ror64()
138 IR_ALWAYS_INLINE uint32_t ir_ntzl(uint64_t num) in ir_ntzl()
194 IR_ALWAYS_INLINE int ir_nlzl(uint64_t num) in ir_nlzl()
208 uint64_t x; in ir_nlzl()
310 # define ir_bitset_base_t uint64_t
851 uint64_t key;
858 ir_ref ir_addrtab_find(const ir_hashtab *tab, uint64_t key);
859 void ir_addrtab_set(ir_hashtab *tab, uint64_t key, ir_ref val);
1238 typedef uint64_t ir_regset;
H A Dir_elf.h75 uint64_t size;
H A Dir.h131 _(U64, uint64_t, u64, IR_TYPE_UNSIGNED) \
409 uint64_t u64;
597uint64_t fixed_regset; /* fixed registers, excluded for regular register allo…
601uint64_t fixed_save_regset; /* registers that always saved/restored in prologue/ep…
622 uint64_t used_preserved_regs;
658 ir_ref ir_const_u64(ir_ctx *ctx, uint64_t c);
799 void ir_disasm_add_symbol(const char *name, uint64_t addr, uint64_t size);
800 const char* ir_disasm_find_symbol(uint64_t addr, int64_t *offset);
H A Dir_aarch64.dasc17 typedef struct _ir_mem {uint64_t v;} ir_mem;
21 typedef uint64_t ir_mem;
47 ((uint64_t)(uint32_t)offset |
48 ((uint64_t)(uint8_t)base << 32) |
49 ((uint64_t)(uint8_t)index << 40) |
50 ((uint64_t)(uint8_t)shift << 48));
1194 | movz Rx(reg), #((uint64_t)(val))
1196 | movn Rx(reg), #(~((uint64_t)(val)))
1197 } else if ((uint64_t)(val) & 0xffff) {
1230 | movz Rw(reg), #((uint64_t)(val))
[all …]
/php-src/ext/standard/
H A Dexec.c292 uint64_t estimate = (2 * (uint64_t)l) + 1; in php_escape_shell_cmd()
399 uint64_t estimate = (4 * (uint64_t)l) + 3; in php_escape_shell_arg()
H A Dcrc32_x86.c34 uint64_t k1k2[2];
35 uint64_t k3k4[2];
36 uint64_t k5k6[2];
37 uint64_t uPx[2];
H A Dpack.c61 typedef ZEND_SET_ALIGNED(1, uint64_t unaligned_uint64_t);
119 static inline uint64_t php_pack_reverse_int64(uint64_t arg) in php_pack_reverse_int64()
122 uint64_t i; in php_pack_reverse_int64()
161 uint64_t i; in php_pack_copy_double()
207 uint64_t i; in php_pack_parse_double()
1096 uint64_t x = *((unaligned_uint64_t*) &input[inputpos]); in PHP_FUNCTION()
/php-src/ext/random/
H A Dzend_utils.c30 uint64_t t[4]; in php_random_bytes_insecure_for_zend()
/php-src/ext/mysqlnd/
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.c123 uint64_t
130 return (uint64_t) *p; in php_mysqlnd_net_field_length_ll()
136 return (uint64_t) MYSQLND_NULL_LENGTH; in php_mysqlnd_net_field_length_ll()
139 return (uint64_t) uint2korr(p + 1); in php_mysqlnd_net_field_length_ll()
142 return (uint64_t) uint3korr(p + 1); in php_mysqlnd_net_field_length_ll()
145 return (uint64_t) uint8korr(p + 1); in php_mysqlnd_net_field_length_ll()
155 if (length < (uint64_t) L64(251)) { in php_mysqlnd_net_store_length()
160 if (length < (uint64_t) L64(65536)) { in php_mysqlnd_net_store_length()
182 if (length < (uint64_t) L64(251)) { in php_mysqlnd_net_store_length_size()
185 if (length < (uint64_t) L64(65536)) { in php_mysqlnd_net_store_length_size()
[all …]
H A Dmysqlnd_result.c627 uint64_t total_allocated_rows = 0; in MYSQLND_METHOD()
835 MYSQLND_METHOD(mysqlnd_res, data_seek)(MYSQLND_RES * const result, const uint64_t row) in MYSQLND_METHOD()
847 …METHOD(mysqlnd_result_buffered, data_seek)(MYSQLND_RES_BUFFERED * const result, const uint64_t row) in MYSQLND_METHOD()
863 static uint64_t
873 static uint64_t
882 static uint64_t
/php-src/main/
H A Dsnprintf.h133 PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits,
/php-src/Zend/
H A Dzend_hrtime.h75 typedef uint64_t zend_hrtime_t;
H A Dzend_gdb.c43 uint64_t symfile_size;
H A Dzend_long.h33 typedef uint64_t zend_ulong;
/php-src/ext/ffi/tests/
H A Dbug80847.phpt15 uint64_t b;
H A Dbug77706.phpt23 typedef uint64_t time_t;
H A Dgh11934.phpt19 'uint64_t' => PHP_INT_MAX - 100,
126 Positive test uint64_t: bool(true)
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddiyfp.c18 uint64_t significand;
/php-src/ext/hash/
H A Dphp_hash_whirlpool_tables.h22 static const uint64_t rc[R + 1] = {
36 static const uint64_t C0[256] = {
103 static const uint64_t C1[256] = {
170 static const uint64_t C2[256] = {
237 static const uint64_t C3[256] = {
304 static const uint64_t C4[256] = {
371 static const uint64_t C5[256] = {
438 static const uint64_t C6[256] = {
505 static const uint64_t C7[256] = {
H A Dhash.c152 alignment = __alignof__(uint64_t); /* usually 8 */ in parse_serialize_spec()
179 static uint64_t one_from_buffer(size_t sz, const unsigned char *buf) { in one_from_buffer()
187 const uint64_t *x = (const uint64_t *) buf; in one_from_buffer()
195 static void one_to_buffer(size_t sz, unsigned char *buf, uint64_t val) { in one_to_buffer()
203 uint64_t *x = (uint64_t *) buf; in one_to_buffer()
255 uint64_t val = one_from_buffer(sz, buf + pos); in php_hash_serialize_spec()
306 uint64_t val; in php_hash_unserialize_spec()
319 val += ((uint64_t) Z_LVAL_P(elt)) << 32; in php_hash_unserialize_spec()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h195 sljit_s32 align_offset = ((uint64_t)*str_ptr & 0xf); in FF_FUN()
196 *str_ptr = (sljit_u8 *) ((uint64_t)*str_ptr & ~0xf); in FF_FUN()
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c84 (CAST(uint64_t, NEED_SWAP ? _cdf_tole8(x) : CAST(uint64_t, x)))
93 CDF_TOLE8(CAST(uint64_t, x))))
142 static uint64_t
143 _cdf_tole8(uint64_t sv) in _cdf_tole8()
145 uint64_t rv; in _cdf_tole8()
189 uint64_t
190 cdf_tole8(uint64_t sv) in cdf_tole8()
262 d->d_created = CDF_TOLE8(CAST(uint64_t, d->d_created)); in cdf_swap_dir()
263 d->d_modified = CDF_TOLE8(CAST(uint64_t, d->d_modified)); in cdf_swap_dir()
1195 extract_catalog_field(uint64_t, ce_timestamp, 8); in cdf_unpack_catalog()
H A Dapprentice.c147 file_private uint64_t swap8(uint64_t);
1577 file_protected uint64_t
1845 uint64_t val; in parse_op_modifier()
1849 val = CAST(uint64_t, strtoull(l, &t, 0)); in parse_op_modifier()
2789 uint64_t ull; in getvalue()
2867 uint64_t x; in getvalue()
2882 x = CAST(uint64_t, ull & ~0xffULL); in getvalue()
2886 x = CAST(uint64_t, ull & ~0xffffULL); in getvalue()
3499 file_private uint64_t
3500 swap8(uint64_t sv)
[all …]
/php-src/ext/exif/
H A Dexif.c1476 | ((uint64_t)value[1] << 48) in php_ifd_get64u()
1477 | ((uint64_t)value[2] << 40) in php_ifd_get64u()
1478 | ((uint64_t)value[3] << 32) in php_ifd_get64u()
1479 | ((uint64_t)value[4] << 24) in php_ifd_get64u()
1480 | ((uint64_t)value[5] << 16) in php_ifd_get64u()
1481 | ((uint64_t)value[6] << 8 ) in php_ifd_get64u()
1485 | ((uint64_t)value[6] << 48) in php_ifd_get64u()
1486 | ((uint64_t)value[5] << 40) in php_ifd_get64u()
1487 | ((uint64_t)value[4] << 32) in php_ifd_get64u()
1488 | ((uint64_t)value[3] << 24) in php_ifd_get64u()
[all …]

Completed in 124 milliseconds

12345