HomeSort by relevance Sort by last modified time
    Searched defs:qf (Results 1 - 5 of 5) sorted by null

  /external/qemu/
qfloat.c 32 QFloat *qf; local
34 qf = qemu_malloc(sizeof(*qf));
35 qf->value = value;
36 QOBJECT_INIT(qf, &qfloat_type);
38 return qf;
44 double qfloat_get_double(const QFloat *qf)
46 return qf->value;
savevm.c 701 const QField* qf = fields; local
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; local
    [all...]
  /external/clang/test/Sema/
address_spaces.c 49 _AS1 ft qf; // expected-error {{function type may not be qualified with an address space}} variable
  /hardware/msm7k/libaudio/
AudioHardware.h 61 uint16_t qf; member in struct:android::eq_filter_type
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 119 uint16_t qf; member in struct:android::eq_filter_type

Completed in 153 milliseconds