Lines Matching full:while
40 } while (--count != 0); in _insb()
55 } while (--count != 0); in _outsb()
73 } while (--count != 0); in _insw()
88 } while (--count != 0); in _outsw()
106 } while (--count != 0); in _insl()
121 } while (--count != 0); in _outsl()
137 while(n && !IO_CHECK_ALIGN(p, 4)) { in _memset_io()
142 while(n >= 4) { in _memset_io()
147 while(n) { in _memset_io()
162 while(n && (!IO_CHECK_ALIGN(vsrc, 4) || !IO_CHECK_ALIGN(dest, 4))) { in _memcpy_fromio()
169 while(n >= 4) { in _memcpy_fromio()
176 while(n) { in _memcpy_fromio()
192 while(n && (!IO_CHECK_ALIGN(vdest, 4) || !IO_CHECK_ALIGN(src, 4))) { in _memcpy_toio()
198 while(n >= 4) { in _memcpy_toio()
204 while(n) { in _memcpy_toio()