fmax             7158 tools/finsig_dryos.c     uint32_t fmax = 0;
fmax             7169 tools/finsig_dryos.c         if (hits[n] > fmax) fmax = hits[n];
fmax             7173 tools/finsig_dryos.c         bprintf("uncertain (%i of %u match), closest to ",fmax,used);
fmax             7176 tools/finsig_dryos.c             if (hits[n] == fmax)
fmax             6514 tools/finsig_thumb2.c     uint32_t fmax = 0;
fmax             6525 tools/finsig_thumb2.c         if (hits[n] > fmax) fmax = hits[n];
fmax             6529 tools/finsig_thumb2.c         bprintf("uncertain (%i of %u match), closest to ",fmax,used);
fmax             6532 tools/finsig_thumb2.c             if (hits[n] == fmax)