Home
last modified time | relevance | path

Searched defs:mode_bits (Results 1 – 4 of 4) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_color_quantize.cpp965 static const int mode_bits[5][3] { in quantize_hdr_rgbo() local
1305 static const int mode_bits[8][4] { in quantize_hdr_rgb() local
/third_party/qrcodegen/rust/src/
Dlib.rs1171 fn mode_bits(self) -> u32 { in mode_bits() method
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs1310 fn mode_bits(self) -> u32 { in mode_bits() method
/third_party/python/Modules/
Dposixmodule.c13749 int follow_symlinks, unsigned short mode_bits) in DirEntry_test_mode()