Lines Matching defs:control
62 // need to do the fixup when we set the control bytes.
87 // a whole group of control bytes.
132 LIBC_INLINE uint8_t &control(size_t i) {
137 LIBC_INLINE const uint8_t &control(size_t i) const {
143 // We duplicate a group of control bytes to the end. Thus, it is possible that
144 // we need to set two control bytes at the same time.
147 control(index) = value;
148 control(index2) = value;
156 Group ctrls = Group::load(&control(pos));
193 Group ctrls = Group::load(&control(pos));
285 memset(&table->control(0), 0x80, ctrl_sizes);
326 Group::load_aligned(&table.control(current_offset)).occupied();
335 Group::load_aligned(&control(0)).occupied(), *this};