Home
last modified time | relevance | path

Searched refs:tstlow (Results 1 – 1 of 1) sorted by path

/dports/security/tthsum/tthsum/
H A Dthex_test.c46 char tstlow = (char)(*(((uint8_t*)&tstres[0]) + i) & 0xf); in thex_cmp() local
49 if (cmplow != tstlow) in thex_cmp()
50 hexbuf[2*i+1] = tstlow >= 10 ? 'a'+(tstlow-10) : '0'+tstlow; in thex_cmp()