Lines Matching refs:mask64
1089 const u64 mask64 = mask;1091 out[i] = ((limb)(in[i] & mask64)) | (out[i] & ~mask);