Searched defs:qf (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-shadow-intrinsics.c8 __m128i qf = _mm_setzero_si128(); local
9 qf = _mm_slli_si128(_mm_add_epi64(qf, _mm_srli_si128(qf, 8)), 8); // no-warning
10 (void) qf;
H A Daddress_spaces.c49 _AS1 ft qf; // expected-error {{function type may not be qualified with an address space}} variable
/external/qemu/qobject/
H A Dqfloat.c32 QFloat *qf; local
34 qf = g_malloc(sizeof(*qf));
35 qf->value = value;
36 QOBJECT_INIT(qf, &qfloat_type);
38 return qf;
44 double qfloat_get_double(const QFloat *qf) argument
46 return qf->value;
/external/qemu/android/
H A Ddisplay.c77 void android_display_init(DisplayState* ds, QFrameBuffer* qf) argument
81 qframebuffer_set_producer(qf, ds,
88 ds->opaque = qf;
89 ds->surface = qemu_create_displaysurface_from(qf->width,
90 qf->height,
91 qf->bits_per_pixel,
92 qf->pitch,
93 qf->pixels);
/external/e2fsprogs/lib/quota/
H A Dquotaio.c149 static unsigned int quota_write_nomount(struct quota_file *qf, argument
153 ext2_file_t e2_file = qf->e2_file;
173 static unsigned int quota_read_nomount(struct quota_file *qf, argument
177 ext2_file_t e2_file = qf->e2_file;
/external/qemu/
H A Dsavevm.c1089 const QField* qf = fields; local
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; local
[all...]

Completed in 1001 milliseconds