Home | History | Annotate | Download | only in inflate86

Lines Matching full:mask

101 .L_mask: /* mask[N] = ( 1 << N ) - 1 */
494 * len += hold & mask[op];
527 addl %eax, len_r /* len += hold & mask[op] */
578 * dist += hold & mask[op];
671 * this = lcode[this.val + (hold & mask[op])];
683 movl (%edx,%eax,4), %eax /* eax = lcode[val + (hold&mask[op])] */
689 * this = dcode[this.val + (hold & mask[op])];
701 movl (%edx,%eax,4), %eax /* eax = dcode[val + (hold&mask[op])] */
958 addl %ecx, len_r /* len += hold & mask[op] */
998 andl .L_mask(,%eax,4), %ecx /* ecx = hold & mask[op] */
999 addl %ecx, dist_r /* dist += hold & mask[op] */