Home | History | Annotate | Download | only in ia32

Lines Matching full:sequential

1504   // (1) Sequential two byte?  If yes, go to (9).
1505 // (2) Sequential one byte? If yes, go to (6).
1506 // (3) Anything but sequential or cons? If yes, go to (7).
1509 // (5a) Is subject sequential two byte? If yes, go to (9).
1511 // (6) One byte sequential. Load regexp code for one byte.
1517 // (8) External string. Make it, offset-wise, look like a sequential string.
1519 // (9) Two byte sequential. Load regexp code for one byte. Go to (E).
1528 // (1) Sequential two byte? If yes, go to (9).
1536 // (2) Sequential one byte? If yes, go to (6).
1537 // Any other sequential string must be one byte.
1543 // (3) Anything but sequential or cons? If yes, go to (7).
1544 // We check whether the subject string is a cons, since sequential strings
1562 // (5a) Is subject sequential two byte? If yes, go to (9).
1573 // eax: sequential subject string (or look-alike, external string)
1576 // (6) One byte sequential. Load regexp code for one byte.
1580 // look like a sequential string when it actually is an external string.
1828 // Sequential strings have already been ruled out.
1833 // Move the pointer so that offset-wise, it looks like a sequential string.
1841 // eax: sequential subject string (or look-alike, external string)
1844 // (9) Two byte sequential. Load regexp code for one byte. Go to (E).
1848 // look like a sequential string when it actually is an external string.
3352 // If the string is not indirect, it can only be sequential or external.
3382 // Sequential or external string. Just move string to the expected register.
3426 // The subject string can only be external or sequential string of either
3440 // Move the pointer so that offset-wise, it looks like a sequential string.
3453 // Sequential ASCII string. Allocate the result.
3477 // Sequential two-byte string. Allocate the result.
3679 // Check that both objects are sequential ASCII strings.
3982 // Check that both strings are sequential ASCII.