Home
last modified time | relevance | path

Searched refs:apply_mask (Results 1 - 3 of 3) sorted by relevance

/third_party/qrcodegen/rust-no-heap/src/
H A Dlib.rs342 result.apply_mask(&funcmods, i);
349 result.apply_mask(&funcmods, i); // Undoes the mask due to XOR
353 result.apply_mask(&funcmods, msk); // Apply the final choice of mask
677 // before masking. Due to the arithmetic of XOR, calling apply_mask() with
680 fn apply_mask(&mut self, functionmodules: &QrCode, mask: Mask) { in apply_mask() functions
/third_party/qrcodegen/rust/src/
H A Dlib.rs307 result.apply_mask(i); in encode_codewords()
314 result.apply_mask(i); // Undoes the mask due to XOR in encode_codewords()
319 result.apply_mask(msk); // Apply the final choice of mask in encode_codewords()
591 // before masking. Due to the arithmetic of XOR, calling apply_mask() with
594 fn apply_mask(&mut self, mask: Mask) { in apply_mask() functions
/third_party/ltp/tools/sparse/sparse-src/
H A Doptions.c182 static int apply_mask(unsigned long *val, const char *str, unsigned len, const struct mask_map *map, int neg) in apply_mask() function
201 apply_mask(flag, "", 0, map, 0); in handle_suboption_mask()
216 if (apply_mask(flag, opt, len, map, neg)) in handle_suboption_mask()

Completed in 6 milliseconds