Home | History | Annotate | Download | only in arm

Lines Matching full:sequential

1153   // Check for both being sequential ASCII strings, and inline if that is the
2879 // (1) Sequential string? If yes, go to (5).
2880 // (2) Anything but sequential or cons? If yes, go to (6).
2884 // (5) Sequential string. Load regexp code according to encoding.
2890 // (7) External string. Make it, offset-wise, look like a sequential string.
2899 // (1) Sequential string? If yes, go to (5).
2909 // (2) Anything but sequential or cons? If yes, go to (6).
2935 // (5) Sequential string. Load regexp code according to encoding.
2937 // subject: sequential subject string (or look-alike, external string)
2941 // to look like a sequential string when it actually is an external string.
3181 // (7) External string. Make it, offset-wise, look like a sequential string.
3187 // Sequential strings have already been ruled out.
3193 // Move the pointer so that offset-wise, it looks like a sequential string.
4024 // "string" is a sequential string,
4084 // If the string is not indirect, it can only be sequential or external.
4113 // Sequential or external string. Just move string to the expected register.
4175 // Sequential acii string. Allocate the result.
4370 // Check that both objects are sequential ASCII strings.
4593 // Handle creating a flat result from either external or sequential strings.
4967 // Check that both strings are sequential ASCII.