Home | History | Annotate | Download | only in cintltst

Lines Matching full:intvalue

833     uint16_t* intValue=0;
868 intValue=(uint16_t *)udata_getMemory(result);
869 /*printf("%d ..... %s", *(intValue), intValue+1));*/
870 if( *intValue != 2000 || strcmp((char*)(intValue+1), "YEAR") != 0 )
871 log_err("FAIL: udata_getMemory() failed: intValue :- Expected:2000 Got:%d \n\tstringValue:- Expected:YEAR Got:%s\n", *intValue, (intValue+1));
881 uint16_t* intValue=0;
961 intValue=(uint16_t*)udata_getMemory(NULL);
962 if(intValue != NULL){