Home | History | Annotate | Download | only in v8-v4

Lines Matching refs:sh

207   var i = s.length, mi = false, sh = 0;
215 if(sh == 0)
217 else if(sh+k > BI_DB) {
218 this_array[this.t-1] |= (x&((1<<(BI_DB-sh))-1))<<sh;
219 this_array[this.t++] = (x>>(BI_DB-sh));
222 this_array[this.t-1] |= x<<sh;
223 sh += k;
224 if(sh >= BI_DB) sh -= BI_DB;
228 if(sh > 0) this_array[this.t-1] |= ((1<<(BI_DB-sh))-1)<<sh;