Home
last modified time | relevance | path

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

/system/core/libcutils/
Dopen_memstream.c57 # define DBUG(x) printf x
59 # define DBUG(x) ((void)0) macro
86 DBUG(("+++ ensureCap off=%d size=%d\n", stream->offset, writeSize)); in ensureCapacity()
103 DBUG(("+++ realloc %p->%p to size=%d\n", in ensureCapacity()
130 DBUG(("+++ zero-fill gap from %d to %d\n", in write_memstream()
142 DBUG(("+++ EOF advanced to %d, appending nul\n", stream->offset)); in write_memstream()
147 DBUG(("+++ within written area, saving '%c' at %d\n", in write_memstream()
175 DBUG(("+++ bogus seek offset %ld\n", (long) newPosn)); in seek_memstream()
185 DBUG(("+++ restoring char '%c' at %d\n", in seek_memstream()