Lines Matching refs:functions
137 Wrapped version of standard library or GLib functions use a ``qemu_``
139 example ``qemu_strtol`` or ``qemu_mutex_lock``. Other utility functions
141 prefix, for example ``pstrcpy`` or bit manipulation functions such as
144 The ``qemu_`` prefix is also used for functions that modify global
149 Public functions from a file or subsystem (declared in headers) tend
151 ``tlb_`` for functions from ``cputlb.c`` or ``cpu_`` for functions
198 Rationale: a consistent (except for functions...) bracing style reduces
314 instantiate multiple similar functions. While such abuse of the macro
466 fall-back to a smaller one if need be we should use functions like
516 QEMU provides other useful string functions:
530 Printf-style functions
580 The GLib2 library provides a number of functions/macros for enabling