Searched refs:edge_flag (Results 1 – 2 of 2) sorted by relevance
1903 u8 edge_flag; in ath5k_combine_linear_pcdac_curves() local1928 edge_flag = 0x40; in ath5k_combine_linear_pcdac_curves()1935 edge_flag = 0; in ath5k_combine_linear_pcdac_curves()1947 if (edge_flag == 0x40 && in ath5k_combine_linear_pcdac_curves()1949 edge_flag = 0x00; in ath5k_combine_linear_pcdac_curves()1958 if (pcdac_tmp[pwr] < 1 && (edge_flag == 0x00)) { in ath5k_combine_linear_pcdac_curves()1966 pcdac_out[i] = pcdac_tmp[pwr] | edge_flag; in ath5k_combine_linear_pcdac_curves()
1856 int edge_flag = 0, eps = 2; in icvGenerateQuadsEx() local1860 pt[i].y >= image->height - eps ) edge_flag = 1; in icvGenerateQuadsEx()1879 if( edge_flag || in icvGenerateQuadsEx()