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

/external/regex-re2/re2/
H A Ddfa.cc1441 int lastbyte; local
1444 lastbyte = kByteEndText;
1446 lastbyte = params->text.end()[0] & 0xFF;
1449 lastbyte = kByteEndText;
1451 lastbyte = params->text.begin()[-1] & 0xFF;
1455 State* ns = s->next_[ByteMap(lastbyte)];
1457 ns = RunStateOnByteUnlocked(s, lastbyte);
1465 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 117 milliseconds