Searched refs:lmask (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inffast_chunk.c | 94 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 D | inffast_chunk.c | 96 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 D | inffast.c | 75 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 D | inffast.c | 72 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 D | inffast_chunk.c | 96 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 D | inffast.c | 75 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 D | inffast.c | 68 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 D | inffast.c | 88 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 D | lp_bld_sample_aos.c | 232 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