Lines Matching defs:startValue
572 long startValue, endValue;574 startValue = strtol(startPtr, &endPtr, 16);577 startValue %= kNumPackedOpcodes;583 endValue = startValue;586 for (; startValue <= endValue; startValue++) {588 (unsigned int) startValue);590 gDvmJit.opList[startValue >> 3] |= 1 << (startValue & 0x7);