Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 9 of 9) sorted by relevance

/qemu/qga/vss-win32/
H A Dvss-common.h81 COMPointer &operator=(T *new_p)
97 operator T*() { return p; }
98 T *operator->(void) { return p; }
99 T &operator*(void) { return *p; }
100 operator bool() { return !!p; }
/qemu/scripts/
H A Dxml-preprocess.py154 for ifelif, tag, left, operator, right in matches:
155 if "<" in operator or ">" in operator:
/qemu/scripts/qapi/
H A Dcommon.py221 def gen_infix(operator: str, operands: Sequence[Any]) -> str:
222 return operator.join([do_gen(o, True) for o in operands])
H A Dexpr.py294 def _check_infix(operator: str, operands: object) -> None:
299 % (operator, source))
/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-test23 import operator
211 mc = operator.methodcaller(method, *args, **kwargs)
/qemu/hw/scsi/
H A Dlsi53c895a.c1430 int operator; in lsi_execute_script() local
1440 operator = (insn >> 24) & 7; in lsi_execute_script()
1443 operator_names[operator], data8, s->sfbr, in lsi_execute_script()
1452 if (operator) in lsi_execute_script()
1457 if (operator) in lsi_execute_script()
1467 switch (operator) { in lsi_execute_script()
/qemu/docs/specs/
H A Dedu.rst50 It is a simple value inversion (``~`` C operator).
/qemu/target/hexagon/idef-parser/
H A DREADME.rst93 Then, we are generating the sum tinycode operator between the selected
184 specified operator precedences and associativity rules.
386 do not reproduce short-circuiting of the ``&&`` operator, and use of the ``||``
387 operator is disallowed. All the predicated instructions, and in general all the
/qemu/docs/interop/
H A Dbitmaps.rst703 remembered by QEMU; it is up to the operator or management layer to