OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qf
(Results
1 - 4
of
4
) 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
/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
Completed in 147 milliseconds