HomeSort by: relevance | last modified time | path
    Searched refs:last_byte (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
i2c_acc.c 82 unsigned char acc_i2c_read_byte(unsigned char busnum, int last_byte);
730 acc_i2c_read_byte(unsigned char busnum, int last_byte)
754 if (last_byte)
757 if (last_byte)
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
i2c_acc.c 182 unsigned char acc_i2c_read_byte(unsigned char busnum, int last_byte);
839 acc_i2c_read_byte(unsigned char busnum, int last_byte)
863 if (last_byte)
866 if (last_byte)
  /xsrc/external/mit/MesaLib/dist/src/broadcom/cle/
gen_pack_header.py 215 last_byte = field.end // 8
217 for b in range(first_byte, last_byte + 1):
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/
gen_pack_header.py 219 last_byte = field.end // 8
221 for b in range(first_byte, last_byte + 1):
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 2358 unsigned last_byte = this->fields.structure[i].offset + local
2360 size = MAX2(size, last_byte);

Completed in 13 milliseconds