/PHP-5.6/ext/standard/tests/array/ |
H A D | 005.phpt | 107 Output after shift is : 124 Output after shift is : 137 Output after shift is : 153 Output after shift is : 166 Output after shift is : 179 Output after shift is : 192 Output after shift is : 212 Output after shift is : 224 Output after shift is : 252 Output after shift is : [all …]
|
H A D | array_shift_basic.phpt | 17 echo "\n-- Before shift: --\n"; 20 echo "\n-- After shift: --\n"; 31 -- Before shift: -- 43 -- After shift: --
|
H A D | array_shift_variation4.phpt | 18 echo "\n-- Before shift: --\n"; 24 echo "\n-- After shift: --\n"; 42 -- Before shift: -- 76 -- After shift: --
|
/PHP-5.6/ext/spl/tests/ |
H A D | splDoublyLinkedList_shift_noParams.phpt | 2 Checks that the shift() method of DoublyLinkedList does not accept args. 11 var_dump($ll->shift(1)); 14 Warning: SplDoublyLinkedList::shift() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | dllist_005.phpt | 13 $queue->shift(); 50 Exception: Can't shift from an empty datastructure 51 Exception: Can't shift from an empty datastructure
|
H A D | dllist_001.phpt | 13 $dll->shift(); 25 echo $dll->shift()."\n"; 53 Exception: Can't shift from an empty datastructure
|
H A D | dllist_004.phpt | 13 $stack->shift(); 51 Exception: Can't shift from an empty datastructure
|
/PHP-5.6/ext/opcache/Optimizer/ |
H A D | nop_removal.c | 8 zend_uint new_count, i, shift; in nop_removal() local 14 i = new_count = shift = 0; in nop_removal() 42 shiftlist[i++] = shift; in nop_removal() 44 shift++; in nop_removal() 46 if (shift) { in nop_removal() 53 if (shift) { in nop_removal()
|
/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativePPC_64.c | 41 #define PUSH_RLDICR(reg, shift) \ argument 42 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1)) 47 sljit_uw shift; in load_immediate() local 64 ASM_SLJIT_CLZ(tmp, shift); in load_immediate() 65 SLJIT_ASSERT(shift > 0); in load_immediate() 66 shift--; in load_immediate() 67 tmp = (imm << shift); in load_immediate() 71 shift += 15; in load_immediate() 78 shift += 31; in load_immediate() 83 shift += 15; in load_immediate() [all …]
|
H A D | sljitNativeMIPS_64.c | 31 sljit_si shift = 32; in load_immediate() local 56 shift -= 8; in load_immediate() 61 shift -= 4; in load_immediate() 66 shift -= 2; in load_immediate() 72 shift += 1; in load_immediate() 74 …SLJIT_ASSERT(((uimm & 0xc000000000000000l) == 0x4000000000000000l) && (shift > 0) && (shift <= 32)… in load_immediate() 83 imm &= (1l << shift) - 1; in load_immediate() 85 ins = (shift == 32) ? DSLL32 : DSLL; in load_immediate() 86 if (shift < 32) in load_immediate() 87 ins |= SH_IMM(shift); in load_immediate() [all …]
|
H A D | sljitNativeARM_64.c | 830 sljit_ui shift = MEM_SIZE_SHIFT(flags); in getput_arg_fast() local 842 | (shift << 30) | RT(reg) | RN(arg) | (argw << 12))); in getput_arg_fast() 850 if (argw && argw != shift) in getput_arg_fast() 862 if (argw >= 0 && (argw >> shift) <= 0xfff && (argw & ((1 << shift) - 1)) == 0) { in getput_arg_fast() 867 | RT(reg) | RN(arg) | (argw << (10 - shift)))); in getput_arg_fast() 912 sljit_ui shift = MEM_SIZE_SHIFT(flags); in getput_arg() local 970 if (!argw || argw == shift) { in getput_arg() 1552 sljit_ui shift = MEM_SIZE_SHIFT(flags); in emit_fop_mem() local 1553 sljit_ins ins_bits = (shift << 30); in emit_fop_mem() 1564 if (!argw || argw == shift) in emit_fop_mem() [all …]
|
H A D | sljitNativeARM_T2_32.c | 799 #define OFFSET_CHECK(imm, shift) (!(argw & ~(imm << shift))) argument 893 sljit_si other_r, shift; in getput_arg_fast() local 940 shift = 3; in getput_arg_fast() 943 shift = 2; in getput_arg_fast() 948 shift = 0; in getput_arg_fast() 953 shift = 1; in getput_arg_fast() 956 if (shift != 3) { in getput_arg_fast() 957 …L_IF(push_inst16(compiler, sljit_mem16_imm5[flags] | RD3(reg) | RN3(arg) | (argw << (6 - shift)))); in getput_arg_fast()
|
H A D | sljitNativeTILEGX-encoder.c | 1611 int shift = (int)(sizeof(int) * 8 - num_bits); in sign_extend() local 1612 return (n << shift) >> shift; in sign_extend() 9563 int shift = (int)((sizeof(int) * 8) - op->num_bits); in parse_insn_tilegx() local 9564 raw_opval = (raw_opval << shift) >> shift; in parse_insn_tilegx()
|
/PHP-5.6/ext/spl/internal/ |
H A D | splqueue.inc | 18 * - dequeue() is an alias of shift() 57 return parent::shift(); 62 * @note enqueue is an alias of shift() 63 * @see splDoublyLinkedList::shift()
|
H A D | splstack.inc | 14 * extends SplDoublyLinkedList, shift() and unshift() are still available even
|
H A D | spldoublylinkedlist.inc | 62 public function shift() 65 throw new RuntimeException("Can't shift from an empty datastructure"); 186 $this->shift();
|
/PHP-5.6/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 116 _bc_shift_addsub (bc_num accum, bc_num val, int shift, int sub) in _bc_shift_addsub() argument 124 assert (accum->n_len+accum->n_scale >= shift+count); in _bc_shift_addsub() 128 accum->n_len + accum->n_scale - shift - 1); in _bc_shift_addsub()
|
/PHP-5.6/ext/mbstring/oniguruma/enc/ |
H A D | utf8.c | 142 #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) in code_to_mbc() argument
|
/PHP-5.6/ext/standard/ |
H A D | string.c | 2850 SHIFT_TAB *shift; /* table mapping hash to allowed shift */ member 2878 shift->entries[i] = max_shift; 2882 HASH h = php_strtr_hash(&S(&patterns[i].pat)[j], B) & shift->table_mask; 2884 shift->entries[h] = MIN(shift->entries[h], m - j - B); 3004 res->shift = safe_emalloc(SHIFT_TAB_SIZE, sizeof(*res->shift->entries), sizeof(*res->shift)); 3005 res->shift->table_mask = SHIFT_TAB_SIZE - 1; 3006 php_strtr_populate_shift(patterns, patnum, B, res->m, res->shift); 3059 efree(d->shift); 3077 STRLEN shift = d->shift->entries[h]; local 3079 if (shift > 0) { [all …]
|
/PHP-5.6/ext/spl/ |
H A D | spl_dllist.c | 622 SPL_METHOD(SplDoublyLinkedList, shift) in SPL_METHOD() argument 1362 SPL_MA(SplQueue, dequeue, SplDoublyLinkedList, shift, arginfo_dllist_void, ZEND_ACC_PUBLIC) 1368 SPL_ME(SplDoublyLinkedList, shift, arginfo_dllist_void, ZEND_ACC_PUBLIC)
|
/PHP-5.6/ext/pcre/tests/ |
H A D | 005.phpt | 45 conflicts: 2 shift/reduce
|
/PHP-5.6/ |
H A D | acinclude.m4 | 1891 dnl autoconf undefines the builtin "shift" :-( 1892 dnl If possible, we use the builtin shift anyway, otherwise we use 1894 ifdef([builtin],[builtin(define, phpshift, [builtin(shift, $@)])],[
|
/PHP-5.6/build/ |
H A D | libtool.m4 | 422 shift 436 shift
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 133333 #define GETVARINT_STEP(v, ptr, shift, mask1, mask2, var, ret) \ 133334 v = (v & mask1) | ( (*ptr++) << shift ); \ 133336 #define GETVARINT_INIT(v, ptr, shift, mask1, mask2, var, ret) \ 133349 int shift; 133357 for(shift=28; shift<=63; shift+=7){ 133359 b += (c&0x7F) << shift;
|