Home
last modified time | relevance | path

Searched refs:wmask (Results 1 – 8 of 8) sorted by relevance

/external/zlib/contrib/asm586/
Dmatch.S21 #define wmask 0 /* local copy of s->wmask */ macro
179 mov %edx, wmask(%esp)
227 movl wmask(%esp), %edx /* 2 V pipe */
314 movl wmask(%esp), %edx
335 movl wmask(%esp), %edx
/external/freetype/src/pshinter/
Dpshrec.c338 FT_Int wmask = 0x80; in ps_mask_table_set_bits() local
344 val = write[0] & ~wmask; in ps_mask_table_set_bits()
347 val |= wmask; in ps_mask_table_set_bits()
358 wmask >>= 1; in ps_mask_table_set_bits()
359 if ( wmask == 0 ) in ps_mask_table_set_bits()
362 wmask = 0x80; in ps_mask_table_set_bits()
/external/zlib/contrib/masmx86/
Dgvmat32.asm703 ;;; uInt wmask = s->w_mask;
720 ;;; It is then shifted into the high word, to make room for the wmask
795 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
805 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
Dmatch686.asm57 wmask equ dword ptr [esp+NbStack-52] define
121 ; low word: s->wmask
/external/zlib/contrib/masm686/
Dmatch.asm152 ; uInt wmask = s->w_mask;
169 ; It is then shifted into the high word, to make room for the wmask
/external/zlib/contrib/masmx64/
Dgvmat64.asm71 ; low word: s->wmask
/external/qemu/distrib/zlib-1.2.3/
Ddeflate.c1043 uInt wmask = s->w_mask; local
1163 } while ((cur_match = prev[cur_match & wmask]) > limit
/external/zlib/
Ddeflate.c1079 uInt wmask = s->w_mask; local
1199 } while ((cur_match = prev[cur_match & wmask]) > limit