Home
last modified time | relevance | path

Searched refs:TYPES_INT (Results 1 – 3 of 3) sorted by relevance

/external/srec/shared/include/
DESR_VariableTypes.h29 TYPES_INT, enumerator
/external/srec/shared/src/
DSessionTypeImpl.c129 if ( ( pair->type != type) && ( ( ( pair->type != TYPES_INT ) && ( type != TYPES_SIZE_T ) ) || in ESR_SessionTypeGetPropertyImpl()
130 ( ( type != TYPES_INT ) && ( pair->type != TYPES_SIZE_T ) ) ) ) in ESR_SessionTypeGetPropertyImpl()
150 if ( ( pair->type != TYPES_INT ) && ( pair->type != TYPES_SIZE_T ) ) in ESR_SessionTypeGetIntImpl()
152 PLogError(L("ESR_INVALID_RESULT_TYPE: [got=%d, expected=%d]"), TYPES_INT, pair->type); in ESR_SessionTypeGetIntImpl()
191 if ( ( pair->type != TYPES_INT ) && ( pair->type != TYPES_SIZE_T ) ) in ESR_SessionTypeGetSize_tImpl()
357 return self->setProperty(self, name, clone, TYPES_INT); in ESR_SessionTypeSetIntImpl()
709 CHKLOG(rc, self->setProperty(self, key, newValue, TYPES_INT)); in ESR_SessionTypeConvertToIntImpl()
1092 case TYPES_INT: in addParMapping()
1160 VariableTypes Int = TYPES_INT; in ESR_SessionTypeImportParFileImpl()
/external/srec/srec/EventLog/src/
DEventLogImpl.c109 case TYPES_INT: in propertyChanged()
757 case TYPES_INT: in SR_EventLogEventSessionImpl()