Searched refs:operator (Results 1 – 9 of 9) sorted by relevance
/qemu/qga/vss-win32/ |
H A D | vss-common.h | 81 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 D | xml-preprocess.py | 154 for ifelif, tag, left, operator, right in matches: 155 if "<" in operator or ">" in operator:
|
/qemu/scripts/qapi/ |
H A D | common.py | 221 def gen_infix(operator: str, operands: Sequence[Any]) -> str: 222 return operator.join([do_gen(o, True) for o in operands])
|
H A D | expr.py | 294 def _check_infix(operator: str, operands: object) -> None: 299 % (operator, source))
|
/qemu/tests/qemu-iotests/tests/ |
H A D | migrate-bitmaps-test | 23 import operator 211 mc = operator.methodcaller(method, *args, **kwargs)
|
/qemu/hw/scsi/ |
H A D | lsi53c895a.c | 1430 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 D | edu.rst | 50 It is a simple value inversion (``~`` C operator).
|
/qemu/target/hexagon/idef-parser/ |
H A D | README.rst | 93 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 D | bitmaps.rst | 703 remembered by QEMU; it is up to the operator or management layer to
|