Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 18 of 18) sorted by relevance

/php-src/Zend/Optimizer/
H A Dnop_removal.c36 uint32_t new_count, i, shift; in zend_optimizer_nop_removal() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddiyfp.h182 lexbor_diyfp_shift_left(lexbor_diyfp_t v, unsigned shift) in lexbor_diyfp_shift_left()
188 lexbor_diyfp_shift_right(lexbor_diyfp_t v, unsigned shift) in lexbor_diyfp_shift_right()
H A Dstrtod.c162 int remaining, dec_exp, adj_exp, orig_e, shift; in lexbor_strtod_diyfp_strtod() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c39 #define PUSH_SLDI_NEG(reg, shift) \ argument
45 sljit_uw shift; in load_immediate() local
H A DsljitNativeMIPS_64.c48 sljit_s32 shift = 32; in load_immediate() local
H A DsljitNativePPC_common.c263 #define SLWI(shift) (RLWINM | RLWI_SH(shift) | RLWI_MBE(0, 31 - (shift))) argument
264 #define SLDI(shift) (RLDICR | RLDI_SH(shift) | RLDI_ME(63 - (shift))) argument
266 #define SRWI(shift) (RLWINM | RLWI_SH(32 - (shift)) | RLWI_MBE((shift), 31)) argument
267 #define SRDI(shift) (RLDICL | RLDI_SH(64 - (shift)) | RLDI_MB(shift)) argument
270 #define SLWI_W(shift) SLWI(shift) argument
273 #define SLWI_W(shift) SLDI(shift) argument
H A DsljitNativeARM_64.c1135 sljit_u32 shift = MEM_SIZE_SHIFT(flags); in emit_op_mem() local
1916 sljit_u32 shift = MEM_SIZE_SHIFT(flags); in emit_fop_mem() local
H A DsljitNativeARM_T2_32.c1172 #define ALIGN_CHECK(argw, imm, shift) (!((argw) & ~((imm) << (shift)))) argument
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c195 int shift = 28, ret = 0; in mbfl_filt_conv_output_hex() local
351 int shift = 28; in convert_cp_to_hex() local
/php-src/ext/spl/
H A Dspl_dllist.stub.php23 public function shift(): mixed {} function in SplDoublyLinkedList
H A Dspl_dllist.c526 PHP_METHOD(SplDoublyLinkedList, shift) in PHP_METHOD() argument
/php-src/ext/standard/
H A Dbase64.c174 const uint8x16_t shift = vbslq_u8(eq_2f, vdupq_n_u8(16), sh); in decode_fromascii() local
724 const __m512i shift = _mm512_mask_mov_epi8(sh, eq_2f, _mm512_set1_epi8(16)); in php_base64_decode_ex_avx512() local
H A Dstring.c6143 size_t shift = php_strcspn( local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h323 lxb_css_property_baseline_shift_t shift; member
/php-src/ext/gmp/
H A Dgmp.c342 zend_long shift = zval_get_long(op2); in shift_operator_helper() local
/php-src/ext/mbstring/
H A Dmbstring.c2813 unsigned int shift = 0; in remove_non_encodings_from_elist() local
5258 #define _mm256_shift_epi8(hi, lo, shift) _mm256_alignr_epi8(lo, _mm256_permute2x128_si256(hi, lo, 3… argument
/php-src/ext/hash/xxhash/
H A Dxxhash.h3410 XXH_FORCE_INLINE xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) in XXH_xorshift64()
/php-src/ext/ffi/
H A Dffi.c687 uint64_t shift = 64 - (field->bits % 64); in zend_ffi_bit_field_to_zval() local

Completed in 169 milliseconds