HomeSort by relevance Sort by last modified time
    Searched refs:qf (Results 1 - 9 of 9) 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/qemu/android/
display.c 77 void android_display_init(DisplayState* ds, QFrameBuffer* qf)
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/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
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump 196 `??nX???n???w-?|?>]??w%.???'7???5??!qf?j[i?gùe?_????ic??5?d@????=?n-???.??f????r!??f2?+?/?????5BYWL?Xa,+\V j]???3?}e6_?????d???%?h?t?:eRa???V???)??????`?d??-???{{?e?Se%?h????y?E{?I???$P??$_??????[g?  Uk?9"u%?|3?Z??I?:?oc?!?P~?Y*?c:i?Z?7??H?E'?>???Jc?$??_A????2?b??c???'?C]????K?c??K?????.? ??B??Z+hc??e??_?W?}? Ba???5+ZL??????????D???S? S?i.n????N?9??????A?j?????w?p??????M??'??a?_?????ô??/?t? V?5?+????m??c<5C?-?????gvq??%?????}?>'?t'?{b ;?????B??=?)?_???w2??F???^8T]&Z?|??I???z?? ??@???/????{'?p?r????QY?S?b??G????ZX??]O?I?????h?X;?y/?/?>%??W??????[<t!7??\q???=??$?w,????|??&????8?"l3?\?O???E??6?"G??:?N!G?_??]????E'?W??o1????????N7??5?sc[_??5???i????q??M?zk??n'??3OP?y??=?n8??.??f??x?r!?b,y?S6??}??8e??? ?q;?z?-?8F?@*?e???G?#b??/?w?<??']b?> rB?!O?7?F\??x???1??????w??=?nEl??.??f??x?r!?8Y???xX?o??=???_? ~???}]^? ???3n??a8i?????H??~
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 226 milliseconds