Home
last modified time | relevance | path

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

/external/qemu/
Dcharpipe.c235 CharPipeState* cp_end = cp + MAX_CHAR_PIPES; in qemu_chr_open_charpipe() local
237 for ( ; cp < cp_end; cp++ ) { in qemu_chr_open_charpipe()
242 if (cp == cp_end) { /* can't allocate one */ in qemu_chr_open_charpipe()
446 CharPipeState* cp_end = cp + MAX_CHAR_PIPES; in charpipe_poll() local
452 for ( ; cp < cp_end; cp++ ) { in charpipe_poll()
/external/stlport/src/
Dtime_facets.cpp151 const char * cp_end = cp + format.size(); in __subformat() local
152 while (cp != cp_end) { in __subformat()