HomeSort by relevance Sort by last modified time
    Searched refs:TYPES_INT (Results 1 - 3 of 3) sorted by null

  /external/srec/shared/include/
ESR_VariableTypes.h 29 TYPES_INT,
  /external/srec/shared/src/
SessionTypeImpl.c 129 if ( ( pair->type != type) && ( ( ( pair->type != TYPES_INT ) && ( type != TYPES_SIZE_T ) ) ||
130 ( ( type != TYPES_INT ) && ( pair->type != TYPES_SIZE_T ) ) ) )
150 if ( ( pair->type != TYPES_INT ) && ( pair->type != TYPES_SIZE_T ) )
152 PLogError(L("ESR_INVALID_RESULT_TYPE: [got=%d, expected=%d]"), TYPES_INT, pair->type);
191 if ( ( pair->type != TYPES_INT ) && ( pair->type != TYPES_SIZE_T ) )
357 return self->setProperty(self, name, clone, TYPES_INT);
709 CHKLOG(rc, self->setProperty(self, key, newValue, TYPES_INT));
1092 case TYPES_INT:
1160 VariableTypes Int = TYPES_INT;
    [all...]
  /external/srec/srec/EventLog/src/
EventLogImpl.c 109 case TYPES_INT:
757 case TYPES_INT:

Completed in 465 milliseconds