Searched refs:prevVal (Results 1 – 6 of 6) sorted by relevance
62 void test(A *prevVal, A *newVal) {63 [prevVal autorelease];64 prevVal = [newVal retain];
59 void test(A *prevVal, A *newVal) {60 prevVal = newVal;
536 LivenessValues &prevVal = LV->blocksEndToLiveness[block]; in computeLiveness() local549 else if (prevVal.equals(val)) in computeLiveness()552 prevVal = val; in computeLiveness()
1264 prevVal = 01266 newVal = args[i] + prevVal1267 prevVal = newVal
2069 prevVal = 02076 firstList[i] = defaultValue - prevVal2077 prevVal = defaultValue
24676 xmlSchemaValPtr prevVal = NULL, curVal = NULL; in xmlSchemaVCheckCVCSimpleType() local24717 xmlSchemaValueAppend(prevVal, curVal); in xmlSchemaVCheckCVCSimpleType()24718 prevVal = curVal; in xmlSchemaVCheckCVCSimpleType()