hist 323 modules/histogram.c static void gui_osd_draw_single_histo(int hist, coord x, coord y, int small) hist 332 modules/histogram.c switch (hist) hist 353 modules/histogram.c threshold = (histogram[hist][i<<1]+histogram[hist][(i<<1)+1])>>2; hist 363 modules/histogram.c threshold = histogram[hist][i]; hist 2356 tools/finsig_dryos.c int hist[3] = {0, 0, 0}; hist 2359 tools/finsig_dryos.c hist[2] = hist[1]; hist 2360 tools/finsig_dryos.c hist[1] = hist[0]; hist 2361 tools/finsig_dryos.c hist[0] = s1; hist 2362 tools/finsig_dryos.c if (hist[0] && hist[1] && hist[2]) hist 2364 tools/finsig_dryos.c if ((hist[0]-hist[1]<6) && (hist[1]-hist[2]<7)) hist 1434 tools/finsig_vxworks.c int hist[3] = {0, 0, 0}; hist 1437 tools/finsig_vxworks.c hist[2] = hist[1]; hist 1438 tools/finsig_vxworks.c hist[1] = hist[0]; hist 1439 tools/finsig_vxworks.c hist[0] = s1; hist 1440 tools/finsig_vxworks.c if (hist[0] && hist[1] && hist[2]) hist 1442 tools/finsig_vxworks.c if ((hist[0]-hist[1]<7) && (hist[1]-hist[2]<9))