Searched refs:maskT (Results 1 – 2 of 2) sorted by relevance
618 #define maskT (sizeT - 1) macro665 if (bufferSize & maskT) { /* size not multiple of sizeT : implies end of block */ in LZ4IO_fwriteSparse()668 size_t const restSize = bufferSize & maskT; in LZ4IO_fwriteSparse()
2046 IRTemp maskT = newTemp(Ity_I64); in math_SWAPHELPER() local2049 assign(maskT, mkU64(mask)); in math_SWAPHELPER()2053 binop(Iop_And64,mkexpr(x),mkexpr(maskT)), in math_SWAPHELPER()2057 mkexpr(maskT)) in math_SWAPHELPER()