Home
last modified time | relevance | path

Searched refs:res_b (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dplustek-usbcal.c259 int res_r, res_g, res_b; in cano_AdjustLightsource() local
408 res_b = 0; in cano_AdjustLightsource()
414 res_b = cano_adjLampSetting( &min_rgb.Blue, &max_rgb.Blue, in cano_AdjustLightsource()
422 if((res_r == 0) && (res_g == 0) && (res_b == 0)) in cano_AdjustLightsource()
428 if((res_r == 10) && (res_g == 10) && (res_b == 10)) in cano_AdjustLightsource()
441 if( res_b == 10 ) { in cano_AdjustLightsource()
/third_party/rust/crates/nom/src/multi/
H A Dtests.rs167 let res_b: (Vec<&[u8]>, &[u8]) = (Vec::new(), &b"efgh"[..]); in many_till_test()
169 assert_eq!(multi(&b[..]), Ok((&b"abcd"[..], res_b))); in many_till_test()
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c963 res_t *res_b = (res_t *)resolution_b; in compare_resolutions() local
968 b = res_b->x * res_b->y; in compare_resolutions()
976 b = 100 * res_b->y / res_b->x; in compare_resolutions()

Completed in 7 milliseconds