HomeSort by relevance Sort by last modified time
    Searched refs:sline (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
histrap.c 791 sline, /* looking for a null byte to end the line */ enumerator in enum:state
815 state = sline; break;
816 case sline:
935 state = sline;
937 case sline:
    [all...]
  /external/qemu/android/skin/
surface.c 603 uint8_t* sline = blit->src_line; local
608 for ( ; line != end; line += pitch, sline += spitch )
609 func( (uint32_t*)line + blit->x, (uint32_t*)sline + blit->sx, blit->w );

Completed in 971 milliseconds