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

  /external/clang/test/Sema/
warn-shadow-intrinsics.c 8 __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;
address_spaces.c 49 _AS1 ft qf; // expected-error {{function type may not be qualified with an address space}} variable
  /external/qemu/qobject/
qfloat.c 32 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)
46 return qf->value;
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 293 Object q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, qa, qb, qc, qd, qe, qf; field in class:Exchanger.Node
  /external/qemu/
savevm.c 1089 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 296 milliseconds