Home | History | Annotate | Download | only in qemu

Lines Matching refs:qf

1089     const QField*  qf = fields;
1092 while (qf->type != Q_FIELD_END) {
1093 uint8_t* p = (uint8_t*)s + qf->offset;
1095 switch (qf->type) {
1109 if (qf[1].type != Q_FIELD_BUFFER_SIZE ||
1110 qf[2].type != Q_FIELD_BUFFER_SIZE)
1118 uint32_t size = ((uint32_t)qf[1].offset << 16) | (uint32_t)qf[2].offset;
1121 qf += 2;
1128 qf++;
1134 const QField* qf = fields;
1137 while (qf->type != Q_FIELD_END) {
1138 uint8_t* p = (uint8_t*)s + qf->offset;
1140 switch (qf->type) {
1154 if (qf[1].type != Q_FIELD_BUFFER_SIZE ||
1155 qf[2].type != Q_FIELD_BUFFER_SIZE)
1163 uint32_t size = ((uint32_t)qf[1].offset << 16) | (uint32_t)qf[2].offset;
1170 qf += 2;
1177 qf++;