matches           151 tools/finsig_dryos.c Match matches[MAX_MATCHES];
matches           157 tools/finsig_dryos.c     matches[count].ptr = fadr;
matches           158 tools/finsig_dryos.c     matches[count].success = s;
matches           159 tools/finsig_dryos.c     matches[count].fail = f;
matches           160 tools/finsig_dryos.c     matches[count].sig = sig;
matches          4087 tools/finsig_dryos.c         qsort(matches, count, sizeof(Match), (void*)match_compare);
matches          4092 tools/finsig_dryos.c         save_sig(curr_name, matches->ptr);
matches          4265 tools/finsig_dryos.c         qsort(matches, count, sizeof(Match), (void*)match_compare);
matches          4270 tools/finsig_dryos.c         save_sig(curr_name, matches->ptr);
matches          4287 tools/finsig_dryos.c         || (matches->fail > 0)
matches          4288 tools/finsig_dryos.c         || (ostub2 && (matches->ptr != ostub2->val))
matches          4317 tools/finsig_dryos.c             sprintf(line+strlen(line),"//%s(%-37s,0x%08x) //%3d ", macro, curr_name, matches->ptr, matches->sig);
matches          4319 tools/finsig_dryos.c             sprintf(line+strlen(line),"%s(%-39s,0x%08x) //%3d ", macro, curr_name, matches->ptr, matches->sig);
matches          4321 tools/finsig_dryos.c         if (matches->fail > 0)
matches          4322 tools/finsig_dryos.c             sprintf(line+strlen(line),"%2d%% ", matches->success*100/(matches->success+matches->fail));
matches          4331 tools/finsig_dryos.c         else if ((count > 0) && (matches->ptr == ostub2->val))
matches          4342 tools/finsig_dryos.c     for (i=1;i<count && matches[i].fail==matches[0].fail;i++)
matches          4344 tools/finsig_dryos.c         if (matches[i].ptr != matches->ptr)
matches          4346 tools/finsig_dryos.c             bprintf("// ALT: %s(%s, 0x%x) // %d %d/%d\n", macro, curr_name, matches[i].ptr, matches[i].sig, matches[i].success, matches[i].fail);
matches           152 tools/finsig_vxworks.c Match matches[MAX_MATCHES];
matches           158 tools/finsig_vxworks.c     matches[count].ptr = fadr;
matches           159 tools/finsig_vxworks.c     matches[count].success = s;
matches           160 tools/finsig_vxworks.c     matches[count].fail = f;
matches           161 tools/finsig_vxworks.c     matches[count].sig = sig;
matches          3069 tools/finsig_vxworks.c         qsort(matches, count, sizeof(Match), (void*)match_compare);
matches          3074 tools/finsig_vxworks.c         save_sig(curr_name, matches->ptr);
matches          3247 tools/finsig_vxworks.c         qsort(matches, count, sizeof(Match), (void*)match_compare);
matches          3252 tools/finsig_vxworks.c         save_sig(curr_name, matches->ptr);
matches          3269 tools/finsig_vxworks.c         || (matches->fail > 0)
matches          3270 tools/finsig_vxworks.c         || (ostub2 && (matches->ptr != ostub2->val))
matches          3299 tools/finsig_vxworks.c             sprintf(line+strlen(line),"//%s(%-37s,0x%08x) //%3d ", macro, curr_name, matches->ptr, matches->sig);
matches          3301 tools/finsig_vxworks.c             sprintf(line+strlen(line),"%s(%-39s,0x%08x) //%3d ", macro, curr_name, matches->ptr, matches->sig);
matches          3303 tools/finsig_vxworks.c         if (matches->fail > 0)
matches          3304 tools/finsig_vxworks.c             sprintf(line+strlen(line),"%2d%% ", matches->success*100/(matches->success+matches->fail));
matches          3313 tools/finsig_vxworks.c         else if ((count > 0) && (matches->ptr == ostub2->val))
matches          3324 tools/finsig_vxworks.c     for (i=1;i<count && matches[i].fail==matches[0].fail;i++)
matches          3326 tools/finsig_vxworks.c         if (matches[i].ptr != matches->ptr)
matches          3328 tools/finsig_vxworks.c             bprintf("// ALT: %s(%s, 0x%x) // %d %d/%d\n", macro, curr_name, matches[i].ptr, matches[i].sig, matches[i].success, matches[i].fail);
matches           137 tools/font_8x16_pack.c     unsigned short matches;
matches           176 tools/font_8x16_pack.c             matches = font_find_matching_glyph(i);
matches           177 tools/font_8x16_pack.c             if (matches != 65535)
matches           179 tools/font_8x16_pack.c                 printf("/*%04x == %04x*/", orig_font_data[i].charcode, orig_font_data[matches].charcode);
matches           180 tools/font_8x16_pack.c                 font_offsets[cc-1] = font_find_offset(orig_font_data[matches].charcode);
matches           246 tools/packfi2/deflate.h     uInt matches;       /* number of string matches in current block */
matches           423 tools/packfi2/trees.c     s->last_lit = s->matches = 0;
matches          1033 tools/packfi2/trees.c         s->matches++;
matches          1059 tools/packfi2/trees.c         if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;