Home
last modified time | relevance | path

Searched refs:uint64_t (Results 76 – 100 of 118) sorted by relevance

12345

/php-src/ext/opcache/jit/ir/
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 …]
H A Dir_fold.h605 uint64_t max = ((uint64_t)0xffffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD()
619 int64_t max = ((uint64_t)0x7fffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD()
647 int64_t max = ((uint64_t)0x7fffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD()
663 uint64_t max = ((uint64_t)0xffffffffffffffff) >> (64 - ir_type_size[type] * 8); in IR_FOLD()
664 uint64_t res; in IR_FOLD()
1165 IR_FOLD_CONST_U((uint64_t)op1_insn->val.u8); in IR_FOLD()
1173 IR_FOLD_CONST_U((uint64_t)op1_insn->val.u16); in IR_FOLD()
1181 IR_FOLD_CONST_U((uint64_t)op1_insn->val.u32); in IR_FOLD()
1306 IR_FOLD_CONST_U((uint64_t)op1_insn->val.f); in IR_FOLD()
1331 IR_FOLD_CONST_U((uint64_t)op1_insn->val.d); in IR_FOLD()
[all …]
H A Dir_gdb.c493 uint64_t symfile_size;
/php-src/ext/date/lib/
H A Dparse_tz.c63 static inline uint64_t timelib_conv_int64_unsigned(uint64_t value) in timelib_conv_int64_unsigned()
77 static inline uint64_t timelib_conv_int64_unsigned(uint64_t value) in timelib_conv_int64_unsigned()
379 uint64_t i; in find_ttinfo_index()
/php-src/ext/mysqlnd/
H A Dmysqlnd_statistics.c218 (*stats)->values = pecalloc(statistic_count, sizeof(uint64_t), persistent); in mysqlnd_stats_init()
H A Dmysqlnd_libmysql_compat.h30 #define my_ulonglong uint64_t
H A Dmysqlnd_ps.c1359 static uint64_t
1369 static uint64_t
1379 static uint64_t
1460 MYSQLND_METHOD(mysqlnd_stmt, data_seek)(const MYSQLND_STMT * const s, uint64_t row) in MYSQLND_METHOD()
H A Dmysqlnd_connection.c59 upsert_status->affected_rows = (uint64_t) ~0; in MYSQLND_METHOD()
1164 static uint64_t
1173 static uint64_t
1252 static uint64_t
/php-src/sapi/phpdbg/
H A Dphpdbg.h307 uint64_t flags; /* phpdbg flags */
/php-src/main/
H A Dphp_open_temporary_file.c102 uint64_t random; in php_do_open_temporary_file()
H A Dphp_variables.c336 uint64_t cnt;
395 uint64_t max_vars = REQUEST_PARSE_BODY_OPTION_GET(max_input_vars, PG(max_input_vars)); in add_post_vars()
/php-src/ext/standard/
H A Dbase64.c226 union {uint8_t mem[16]; uint64_t dw[2]; } error; in neon_base64_decode()
592 …const uint64_t mask = _mm512_movepi8_mask(_mm512_or_epi64(str, input)); /* convert MSBs to the mas… in php_base64_decode_ex_avx512_vbmi()
718 const uint64_t match = _mm512_test_epi8_mask(M, bit); in php_base64_decode_ex_avx512()
719 if (match != (uint64_t)-1) { in php_base64_decode_ex_avx512()
H A Dbasic_functions.c1196 uint64_t current_ns, target_ns, diff_ns;
1197 const uint64_t ns_per_sec = 1000000000;
1207 target_ns = (uint64_t) (target_secs * ns_per_sec);
1208 current_ns = ((uint64_t) tm.tv_sec) * ns_per_sec + ((uint64_t) tm.tv_usec) * 1000;
/php-src/ext/sodium/
H A Dlibsodium.c1401 (uint64_t) ic, key) != 0) { in PHP_FUNCTION()
3225 (size_t) subkey_len, (uint64_t) subkey_id, in PHP_FUNCTION()
3228 salt[0] = (unsigned char) (((uint64_t) subkey_id) ); in PHP_FUNCTION()
3229 salt[1] = (unsigned char) (((uint64_t) subkey_id) >> 8); in PHP_FUNCTION()
3230 salt[2] = (unsigned char) (((uint64_t) subkey_id) >> 16); in PHP_FUNCTION()
3231 salt[3] = (unsigned char) (((uint64_t) subkey_id) >> 24); in PHP_FUNCTION()
3232 salt[4] = (unsigned char) (((uint64_t) subkey_id) >> 32); in PHP_FUNCTION()
3233 salt[5] = (unsigned char) (((uint64_t) subkey_id) >> 40); in PHP_FUNCTION()
3234 salt[6] = (unsigned char) (((uint64_t) subkey_id) >> 48); in PHP_FUNCTION()
3235 salt[7] = (unsigned char) (((uint64_t) subkey_id) >> 56); in PHP_FUNCTION()
[all …]
/php-src/ext/ffi/
H A Dffi.c581 ZVAL_LONG(rv, *(uint64_t*)ptr); in zend_ffi_cdata_to_zval()
644 uint64_t val = 0; in zend_ffi_bit_field_read()
662 val |= (uint64_t) *p++ << insert_pos; in zend_ffi_bit_field_read()
697 uint64_t val = zval_get_long(value); in zend_ffi_zval_to_bit_field()
796 *(uint64_t*)ptr = lval; in zend_ffi_zval_to_cdata()
1186 ZVAL_LONG(writeobj, *(uint64_t*)ptr); in zend_ffi_cdata_cast_object()
2607 *(uint64_t*)arg_values[n] = (uint64_t)lval; in zend_ffi_pass_arg()
5996 *min = MIN((uint64_t)*min, (uint64_t)value);
5997 *max = MAX((uint64_t)*max, (uint64_t)value);
5999 && (uint64_t)*max <= 0xFFULL) {
[all …]
H A Dphp_ffi.h198 uint64_t u64;
/php-src/ext/fileinfo/libmagic/
H A Dprint.c272 file_fmtdatetime(char *buf, size_t bsize, uint64_t v, int flags) in file_fmtdatetime()
H A Dfuncs.c769 file_parse_guid(const char *s, uint64_t *guid) in file_parse_guid()
794 file_print_guid(char *str, size_t len, const uint64_t *guid) in file_print_guid()
/php-src/ext/random/
H A Dengine_mt19937.c162 .result = (uint64_t) (s1 ^ (s1 >> 18)), in generate()
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf7imap.c683 uint64_t bits; in mb_wchar_to_utf7imap()
688 bits = ((uint64_t)cache << 32) | 0xD800DC00L | ((w & 0xFFC00) << 6) | (w & 0x3FF); in mb_wchar_to_utf7imap()
H A Dmbfilter_utf7.c671 uint64_t bits; in mb_wchar_to_utf7()
676 bits = ((uint64_t)cache << 32) | 0xD800DC00L | ((w & 0xFFC00) << 6) | (w & 0x3FF); in mb_wchar_to_utf7()
/php-src/ext/gd/libgd/
H A Dgd_avif.c171 static avifResult readFromCtx(avifIO *io, uint32_t readFlags, uint64_t offset, size_t size, avifROD… in readFromCtx()
/php-src/win32/
H A Dioutil.c853 (*((uint64_t*) &(filetime)) - 116444736000000000ULL)
920 buf->st_ino = (((uint64_t)data->nFileIndexHigh) << 32) + data->nFileIndexLow; in php_win32_ioutil_fstat_int()
/php-src/Zend/
H A Dzend.h239 uint64_t opaque[5];
/php-src/ext/hash/
H A Dphp_hash_tiger_tables.h23 static const uint64_t table[4*256] = {

Completed in 150 milliseconds

12345