OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ldebug
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
dma.c
32
#define
ldebug
(...) fprintf (stderr, "dma: " __VA_ARGS__)
macro
35
#define
ldebug
(...)
macro
169
ldebug
("read_chan %#x -> %d\n", iport, val);
298
ldebug
("read_cont: nport %#06x, iport %#04x val %#x\n", nport, iport, val);
353
ldebug
("dma_pos %d size %d\n", n, (r->base[COUNT] + 1) << ncont);
/external/qemu/audio/
audio_int.h
258
static void GCC_ATTR
ldebug
(const char *fmt, ...)
function
268
#define
ldebug
(...)
macro
270
#define
ldebug
__noop
macro
272
static void GCC_ATTR
ldebug
(const char *fmt, ...)
function
Completed in 282 milliseconds