Home
last modified time | relevance | path

Searched defs:lmask (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dldst_helper.c72 target_ulong lmask = get_lmask(env, arg2, 32); in helper_swl() local
96 target_ulong lmask = get_lmask(env, arg2, 32); in helper_swr() local
126 target_ulong lmask = get_lmask(env, arg2, 64); in helper_sdl() local
170 target_ulong lmask = get_lmask(env, arg2, 64); in helper_sdr() local
/openbmc/u-boot/lib/zlib/
H A Dinffast.c89 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local