Home
last modified time | relevance | path

Searched refs:shift (Results 51 – 67 of 67) sorted by relevance

123

/PHP-8.1/ext/standard/
H A Dbase64.c170 const uint8x16_t shift = vbslq_u8(eq_2f, vdupq_n_u8(16), sh); in decode_fromascii() local
174 return vaddq_u8(input, shift); in decode_fromascii()
/PHP-8.1/ext/gmp/
H A Dgmp.c333 zend_long shift = zval_get_long(op2); in shift_operator_helper() local
335 if (shift < 0) { in shift_operator_helper()
348 op(gmpnum_result, gmpnum_op, (gmp_ulong) shift); in shift_operator_helper()
/PHP-8.1/ext/mbstring/tests/data/
H A DJISX0201.txt24 # Column #1 is the shift JIS code (in hex as 0xXX)
H A DSHIFTJIS.txt24 # Column #1 is the shift-JIS code (in hex)
H A DJISX0208.txt24 # Column #1 is the shift-JIS code (in hex)
/PHP-8.1/ext/mbstring/
H A Dmbstring.c2517 int shift = 0; in remove_non_encodings_from_elist() local
2521 shift++; /* Remove this encoding from the list */ in remove_non_encodings_from_elist()
2522 } else if (shift) { in remove_non_encodings_from_elist()
2523 elist[i - shift] = encoding; in remove_non_encodings_from_elist()
2526 *size -= shift; in remove_non_encodings_from_elist()
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h2696 XXH_FORCE_INLINE xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) in XXH_xorshift64() argument
2698 XXH_ASSERT(0 <= shift && shift < 64); in XXH_xorshift64()
2699 return v64 ^ (v64 >> shift); in XXH_xorshift64()
/PHP-8.1/ext/spl/
H A Dspl_dllist.c542 PHP_METHOD(SplDoublyLinkedList, shift) in PHP_METHOD() argument
/PHP-8.1/ext/pcre/tests/
H A D005.phpt45 conflicts: 2 shift/reduce
/PHP-8.1/build/
H A Dphp.m41570 dnl autoconf undefines the builtin "shift" :-(
1571 dnl If possible, we use the builtin shift anyway, otherwise we use the ubercool
1574 ifdef([builtin],[builtin(define, phpshift, [builtin(shift, $@)])],[
H A Dlibtool.m4422 shift
436 shift
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c879 #define OFFSET_CHECK(imm, shift) (!(argw & ~(imm << shift))) argument
/PHP-8.1/ext/ffi/
H A Dffi.c627 uint64_t shift = 64 - (field->bits % 64); in zend_ffi_bit_field_to_zval() local
628 if (shift != 0) { in zend_ffi_bit_field_to_zval()
629 val = (int64_t)(val << shift) >> shift; in zend_ffi_bit_field_to_zval()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_arm64.dasc710 /* Update IP with register 'reg'. Note: shift variant is handled by ADD_IP_SHIFT. */
721 |.macro ADD_IP_SHIFT, reg, shift, tmp_reg
723 | add IP, IP, reg, shift
726 | add tmp_reg, tmp_reg, reg, shift
2168 | LOAD_ADDR CARG2, "Bit shift by negative number"
H A Dzend_jit_x86.dasc2147 | LOAD_ADDR CARG2, "Bit shift by negative number"
2151 | push "Bit shift by negative number"
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic13610 >44 lelong x \b, block shift %d
H A Dmagic私はガラスを食べられます13610 >44 lelong x \b, block shift %d

Completed in 398 milliseconds

123