Home
last modified time | relevance | path

Searched refs:lmask (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/zlib/contrib/optimizations/
H A Dinffast_chunk.c94 unsigned lmask; /* mask for first level of length codes */ in inflate_fast_chunk_() local
122 lmask = (1U << state->lenbits) - 1; in inflate_fast_chunk_()
148 here = lcode + (hold & lmask); in inflate_fast_chunk_()
157 here = lcode + (hold & lmask); in inflate_fast_chunk_()
165 here = lcode + (hold & lmask); in inflate_fast_chunk_()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinffast_chunk.c96 unsigned lmask; /* mask for first level of length codes */ local
124 lmask = (1U << state->lenbits) - 1;
142 here = lcode + (hold & lmask);
/third_party/node/deps/v8/third_party/zlib/
H A Dinffast.c75 unsigned lmask; /* mask for first level of length codes */ local
102 lmask = (1U << state->lenbits) - 1;
114 here = lcode + (hold & lmask);
/third_party/node/deps/zlib/
H A Dinffast.c72 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local
99 lmask = (1U << state->lenbits) - 1; in inflate_fast()
111 here = lcode + (hold & lmask); in inflate_fast()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinffast_chunk.c96 unsigned lmask; /* mask for first level of length codes */ local
124 lmask = (1U << state->lenbits) - 1;
142 here = lcode[hold & lmask];
/third_party/skia/third_party/externals/zlib/
H A Dinffast.c75 unsigned lmask; /* mask for first level of length codes */ local
102 lmask = (1U << state->lenbits) - 1;
114 here = lcode[hold & lmask];
/third_party/zlib/
H A Dinffast.c68 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local
95 lmask = (1U << state->lenbits) - 1; in inflate_fast()
107 here = lcode + (hold & lmask); in inflate_fast()
/third_party/libwebsockets/win32port/zlib/
H A Dinffast.c88 unsigned lmask; /* mask for first level of length codes */ local
115 lmask = (1U << state->lenbits) - 1;
127 here = lcode[hold & lmask];
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c232 LLVMValueRef lmask, umask, mask; in lp_build_sample_wrap_linear_int() local
334 lmask = lp_build_compare(int_coord_bld->gallivm, int_coord_bld->type, in lp_build_sample_wrap_linear_int()
339 coord0 = lp_build_select(int_coord_bld, lmask, coord0, int_coord_bld->zero); in lp_build_sample_wrap_linear_int()
342 mask = LLVMBuildAnd(builder, lmask, umask, ""); in lp_build_sample_wrap_linear_int()

Completed in 7 milliseconds