Searched defs:wmask (Results 1 - 7 of 7) sorted by relevance

/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm57 wmask equ dword ptr [esp+NbStack-52] define
121 ; low word: s->wmask
217 ;;; uInt wmask = s->w_mask;
234 ;;; It is then shifted into the high word, to make room for the wmask
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
319 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/external/freetype/src/pshinter/
H A Dpshrec.c335 FT_Int wmask = 0x80; local
341 val = write[0] & ~wmask;
344 val |= wmask;
355 wmask >>= 1;
356 if ( wmask == 0 )
359 wmask = 0x80;
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshrec.c338 FT_Int wmask = 0x80; local
344 val = write[0] & ~wmask;
347 val |= wmask;
358 wmask >>= 1;
359 if ( wmask == 0 )
362 wmask = 0x80;
/external/zlib/src/
H A Ddeflate.c1164 uInt wmask = s->w_mask; local
1284 } while ((cur_match = prev[cur_match & wmask]) > limit
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c475 int wmask = depth_stencil->stencil[1].writemask & 0xff; local
491 (wmask << BFM_STENCIL_WRITE_MASK_SHIFT));
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c1163 uInt wmask = s->w_mask; local
1283 } while ((cur_match = prev[cur_match & wmask]) > limit
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c2328 Bool dbm_DecodeBitMasks ( /*OUT*/ULong* wmask, /*OUT*/ULong* tmask, argument
2381 if (wmask) *wmask = dbm_RepTo64(esize, dbm_ROR(esize, elem_s, R));
2652 ULong wmask = 0, tmask = 0;
2653 Bool ok = dbm_DecodeBitMasks(&wmask, &tmask,
2669 binop(mkAND(ty), mkexpr(dst), mkU(ty, ~wmask)),
2671 mkU(ty, wmask))));

Completed in 351 milliseconds