Home | History | Annotate | Download | only in qemu

Lines Matching defs:qf

701     const QField*  qf = fields;
704 while (qf->type != Q_FIELD_END) {
705 uint8_t* p = (uint8_t*)s + qf->offset;
707 switch (qf->type) {
721 if (qf[1].type != Q_FIELD_BUFFER_SIZE ||
722 qf[2].type != Q_FIELD_BUFFER_SIZE)
730 uint32_t size = ((uint32_t)qf[1].offset << 16) | (uint32_t)qf[2].offset;
733 qf += 2;
740 qf++;
746 const QField* qf = fields;
749 while (qf->type != Q_FIELD_END) {
750 uint8_t* p = (uint8_t*)s + qf->offset;
752 switch (qf->type) {
766 if (qf[1].type != Q_FIELD_BUFFER_SIZE ||
767 qf[2].type != Q_FIELD_BUFFER_SIZE)
775 uint32_t size = ((uint32_t)qf[1].offset << 16) | (uint32_t)qf[2].offset;
782 qf += 2;
789 qf++;