Home | History | Annotate | Download | only in inflate86

Lines Matching defs:dmask

185 #define dmask           4  /* unsigned int */
280 * dmask = ( 1 << state->distbits ) - 1;
299 movl %eax, dmask(%esp)
540 * this = dcode[hold & dmask];
558 movl dmask(%esp), %edx /* edx = dmask */
561 movl (%ecx,%edx,4), %eax /* eax = dcode[hold & dmask] */
896 movd dmask(%esp), dmask_mm