Searched refs:startValue (Results 1 – 1 of 1) sorted by relevance
572 long startValue, endValue; in processXjitop() local574 startValue = strtol(startPtr, &endPtr, 16); in processXjitop()577 startValue &= 0xff; in processXjitop()583 endValue = startValue; in processXjitop()586 for (; startValue <= endValue; startValue++) { in processXjitop()588 (unsigned int) startValue); in processXjitop()590 gDvmJit.opList[startValue >> 3] |= in processXjitop()591 1 << (startValue & 0x7); in processXjitop()