Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:cbs

343   var cbs = BI_DB-bs;
344 var bm = (1<<cbs)-1;
347 r_array[i+ds+1] = (this_array[i]>>cbs)|c;
365 var cbs = BI_DB-bs;
369 r_array[i-ds-1] |= (this_array[i]&bm)<<cbs;
372 if(bs > 0) r_array[this.t-ds-1] |= (this.s&bm)<<cbs;