fbd              4946 tools/finsig_dryos.c     static int fbd[3][3] =
fbd              4960 tools/finsig_dryos.c             if (isLDR(fw,k+fbd[f][0]) && isLDR(fw,k+fbd[f][1]) && isLDR(fw,k+fbd[f][2]))
fbd              4962 tools/finsig_dryos.c                 uint32_t reg = fw->buf[k+fbd[f][2]] & 0x000F0000;    // Index register used
fbd              4964 tools/finsig_dryos.c                 if (((fw->buf[k+fbd[f][0]] & 0x0000F000) << 4) == reg)      { ka = k+fbd[f][0]; }
fbd              4965 tools/finsig_dryos.c                 else if (((fw->buf[k+fbd[f][1]] & 0x0000F000) << 4) == reg) { ka = k+fbd[f][1]; }