Lines Matching full:while
39 } while (--count != 0); in _insb()
53 } while (--count != 0); in _outsb()
70 } while (--count != 0); in _insw_ns()
84 } while (--count != 0); in _outsw_ns()
101 } while (--count != 0); in _insl_ns()
115 } while (--count != 0); in _outsl_ns()
131 while(n && !IO_CHECK_ALIGN(p, 4)) { in _memset_io()
136 while(n >= 4) { in _memset_io()
141 while(n) { in _memset_io()
156 while(n && (!IO_CHECK_ALIGN(vsrc, 4) || !IO_CHECK_ALIGN(dest, 4))) { in _memcpy_fromio()
163 while(n >= 4) { in _memcpy_fromio()
170 while(n) { in _memcpy_fromio()
186 while(n && (!IO_CHECK_ALIGN(vdest, 4) || !IO_CHECK_ALIGN(src, 4))) { in _memcpy_toio()
192 while(n >= 4) { in _memcpy_toio()
198 while(n) { in _memcpy_toio()