Home | History | Annotate | Download | only in cintltst

Lines Matching refs:binResult

222     uint8_t *binResult = NULL;
243 binResult=(uint8_t*)ures_getBinary(binColl, &len2, &status);
255 if(memcmp(binColData, binResult, len1) != 0){