Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/cryptofuzz/
Dxxd.c275 long have_off = 0, want_off = 0; in huntype() local
317 want_off = (want_off << 4) | n1; in huntype()
324 if (base_off + want_off != have_off) in huntype()
329 c = fseek(fpo, base_off + want_off - have_off, 1); in huntype()
331 have_off = base_off + want_off; in huntype()
333 if (base_off + want_off < have_off) in huntype()
338 for (; have_off < base_off + want_off; have_off++) in huntype()
348 want_off++; in huntype()
353 want_off = 0; in huntype()
365 want_off = 0; in huntype()