Lines Matching defs:xff
4723 memset(mutable_array(t), 0xff, array_bytes);
7347 *instruction = (*instruction & ~0xff00) | ((ofs & 0xff) << 8);
8774 if (wire_type == (v & 0xff)) {
8777 } else if (wire_type == ((v >> 8) & 0xff)) {
8973 expected = (arg >> 8) & 0xff;
10529 output[1] = (val >> 8) & 0xff;
10530 output[2] = val & 0xff;
10573 output[1] = (val >> 8) & 0xff;