Lines Matching refs:def

33 (pathDef->def->iterationType != FRU_NOT_ITERATED)
178 if (iterPoss != path->def->iterationCount) { in getIterationOffset()
199 int length = ((path->def->payloadLen - ITER_CONT_BYTE_LEN) in getIterationOffset()
200 /path->def->iterationCount); in getIterationOffset()
202 rc = calcOffset(path->def->iterationType, in getIterationOffset()
236 calc_data_len = (path->def->payloadLen in readRecurse()
238 path->def->iterationCount; in readRecurse()
257 calc_data_len = path->def->payloadLen; in readRecurse()
263 if (path->def->dataType == FDTYPE_Record) { in readRecurse()
268 if (path->def->dataType == FDTYPE_Binary) { in readRecurse()
274 int bitLength = path->def->dataLength; in readRecurse()
278 path->def->iterationCount; in readRecurse()
289 } else if (path->def->dataType == FDTYPE_Enumeration) { in readRecurse()
327 newOffset += getOffsetIntoRecord(path->def, path->next->def); in readRecurse()
328 newLength = path->next->def->payloadLen; in readRecurse()
379 if (numPoss != path->def->iterationCount) { in update_iter_cont_bytes()
388 switch (path->def->iterationType) { in update_iter_cont_bytes()
446 if (path->def->dataType == FDTYPE_Record) { in updateRecurse()
456 calcLen = (path->def->payloadLen-ITER_CONT_BYTE_LEN)/ in updateRecurse()
457 path->def->iterationCount; in updateRecurse()
464 calcLen = path->def->payloadLen; in updateRecurse()
470 if (path->def->dataType == FDTYPE_Binary) { in updateRecurse()
471 int bitLength = path->def->dataLength; in updateRecurse()
473 if (path->def->iterationType != FRU_NOT_ITERATED) { in updateRecurse()
475 path->def->iterationCount; in updateRecurse()
482 } else if (path->def->dataType == FDTYPE_Enumeration) { in updateRecurse()
497 if (path->def->iterationType != FRU_NOT_ITERATED) { in updateRecurse()
505 newOffset += getOffsetIntoRecord(path->def, path->next->def); in updateRecurse()
506 newLength = path->next->def->payloadLen; in updateRecurse()
533 calcLen = (prev->def->payloadLen-ITER_CONT_BYTE_LEN)/ in updateData()
534 prev->def->iterationCount; in updateData()
536 calcLen = prev->def->payloadLen; in updateData()
540 if ((prev->def->dataType == FDTYPE_Enumeration) || in updateData()
541 (prev->def->dataType == FDTYPE_Binary)) { in updateData()