Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 25 of 78) sorted by path

1234

/php-src/Zend/Optimizer/
H A Dnop_removal.c36 uint32_t new_count, i, shift; in zend_optimizer_nop_removal() local
42 i = new_count = shift = 0; in zend_optimizer_nop_removal()
60 shiftlist[i++] = shift; in zend_optimizer_nop_removal()
62 shift++; in zend_optimizer_nop_removal()
64 if (shift) { in zend_optimizer_nop_removal()
74 if (shift) { in zend_optimizer_nop_removal()
/php-src/Zend/asm/
H A Dmake_arm64_aapcs_elf_gas.S60 # shift address in x0 (allocated stack) to lower 16 byte boundary
H A Dmake_arm64_aapcs_macho_gas.S59 ; shift address in x0 (allocated stack) to lower 16 byte boundary
H A Dmake_arm64_aapcs_pe_armasm.asm68 ; shift address in x0 (allocated stack) to lower 16 byte boundary
H A Dmake_arm_aapcs_elf_gas.S48 @ shift address in A1 to lower 16 byte boundary
H A Dmake_arm_aapcs_macho_gas.S45 @ shift address in A1 to lower 16 byte boundary
H A Dmake_i386_ms_pe_masm.asm37 ; shift address in EAX to lower 16 byte boundary
H A Dmake_loongarch64_sysv_elf_gas.S47 # shift address in A0 to lower 16 byte boundary
H A Dmake_mips32_o32_elf_gas.S53 # shift address in A0 to lower 16 byte boundary
H A Dmake_mips64_n64_elf_gas.S60 # shift address in A0 to lower 16 byte boundary
H A Dmake_ppc32_sysv_elf_gas.S63 # shift address in R3 to lower 16 byte boundary
H A Dmake_ppc32_sysv_macho_gas.S84 ; shift address in R3 to lower 16 byte boundary
H A Dmake_ppc32_sysv_xcoff_gas.S72 # shift address in R3 to lower 16 byte boundary
H A Dmake_ppc64_sysv_elf_gas.S103 # shift address in R3 to lower 16 byte boundary
H A Dmake_ppc64_sysv_xcoff_gas.S84 # shift address in R3 to lower 16 byte boundary
H A Dmake_riscv64_sysv_elf_gas.S66 # shift address in a0 (allocated stack) to lower 16 byte boundary
H A Dmake_sparc64_sysv_elf_gas.S25 # shift address in %i0 (allocated stack) to lower 16 byte boundary
/php-src/Zend/tests/
H A Dbug69758.phpt2 Bug #69758 (Item added to array not being removed by array_pop/shift)
H A Dcompound_assign_with_numeric_strings.phpt2 Error cases of compound shift assignment on strings
45 Exception: Bit shift by negative number
48 Exception: Bit shift by negative number
/php-src/build/
H A Dlibtool.m4422 shift
436 shift
H A Dphp.m41448 dnl autoconf undefines the builtin "shift" :-(
1449 dnl If possible, we use the builtin shift anyway, otherwise we use the ubercool
1452 ifdef([builtin],[builtin(define, phpshift, [builtin(shift, $@)])],[
/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() argument
184 return lexbor_diyfp(v.significand << shift, v.exp - shift); in lexbor_diyfp_shift_left()
188 lexbor_diyfp_shift_right(lexbor_diyfp_t v, unsigned shift) in lexbor_diyfp_shift_right() argument
190 return lexbor_diyfp(v.significand >> shift, v.exp + 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
235 shift = prec_digits + LEXBOR_DENOM_LOG in lexbor_strtod_diyfp_strtod()
238 value = lexbor_diyfp_shift_right(value, shift); in lexbor_strtod_diyfp_strtod()
244 error = (error >> shift) + 1 + LEXBOR_DENOM; in lexbor_strtod_diyfp_strtod()
245 prec_digits -= shift; in lexbor_strtod_diyfp_strtod()
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h323 lxb_css_property_baseline_shift_t shift; member
/php-src/ext/dom/tests/modern/spec/
H A DHTMLDocument_importNode_01.phpt2 HTMLDocument::importNode() with namespace should not shift namespaces

Completed in 70 milliseconds

1234