Lines Matching refs:code
35 * Tab indents push your code to the right, making your screen seriously
62 .. code-block:: c
77 .. code-block:: c
131 Likewise, in device emulation code the common DeviceState is usually
174 .. code-block:: c
191 .. code-block:: c
210 .. code-block:: c
217 #ifdef or #ifndef block: if the code looks nicer, such declarations can
228 .. code-block:: c
250 .. code-block:: c
266 comment from the surrounding code.
279 .. code-block:: c
289 .. code-block:: c
315 processor isn't discouraged it can make debugging and code navigation
318 python scripting to generate grep friendly code.
363 target-independent code. It is guaranteed to be large enough to hold a
368 therefore be used only in target-specific code, and in some
369 performance-critical built-per-target core code such as the TLB code.
449 SoftMMU TLB code.
452 multiple exist paths you can also improve the readability of the code
466 .. code-block:: c
483 .. code-block:: c
489 .. code-block:: c
498 .. code-block:: c
524 C code in QEMU should be written to the C11 language specification. A
532 produce better code). In general, code in QEMU should follow the language
537 behave in the same way and writing strictly conformant code would be
575 .. code-block:: c
595 Using g_autofree/g_autoptr enables the code to be written as:
597 .. code-block:: c
611 While this generally results in simpler, less leak-prone code, there
623 .. code-block:: c
647 that declaration and the new code. It is also useful to separate
655 .. code-block:: c
686 .. code-block:: c
700 equivalent code without _GUARD macro makes us to carefully put
703 .. code-block:: c
721 .. code-block:: c
784 by the guest (e.g., some unimplemented corner case in guest code
800 .. code-block:: c
808 .. code-block:: c
815 .. code-block:: c