Searched refs:lastbyte (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc1469 int lastbyte; local
1472 lastbyte = kByteEndText;
1474 lastbyte = params->text.end()[0] & 0xFF;
1477 lastbyte = kByteEndText;
1479 lastbyte = params->text.begin()[-1] & 0xFF;
1483 State* ns = s->next_[ByteMap(lastbyte)];
1486 ns = RunStateOnByteUnlocked(s, lastbyte);
1494 ns = RunStateOnByteUnlocked(s, lastbyte);
/external/regex-re2/re2/
H A Ddfa.cc1467 int lastbyte; local
1470 lastbyte = kByteEndText;
1472 lastbyte = params->text.end()[0] & 0xFF;
1475 lastbyte = kByteEndText;
1477 lastbyte = params->text.begin()[-1] & 0xFF;
1481 State* ns = s->next_[ByteMap(lastbyte)];
1484 ns = RunStateOnByteUnlocked(s, lastbyte);
1492 ns = RunStateOnByteUnlocked(s, lastbyte);
/external/qemu/slirp/
H A Dtcp_input.c643 int lastbyte=ntohl(so->so_faddr.s_addr) & 0xff; local
644 if (lastbyte!=CTL_ALIAS && lastbyte!=CTL_DNS) {
646 if(lastbyte==CTL_CMD || lastbyte==CTL_EXEC) {
655 lastbyte == ex_ptr->ex_addr) {
/external/qemu/slirp-android/
H A Dtcp_input.c648 int lastbyte=so->so_faddr_ip & 0xff; local
649 if (lastbyte!=CTL_ALIAS && lastbyte!=CTL_DNS) {
651 if(lastbyte==CTL_CMD || lastbyte==CTL_EXEC) {
660 lastbyte == ex_ptr->ex_addr) {

Completed in 144 milliseconds