Home
last modified time | relevance | path

Searched refs:w_max (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dlayout-manager.js129 let w_max = maxWidth(table);
130 debug(`Max rows: ${h_max}; Max cols: ${w_max}`);
132 for (let x = 0; x < w_max; x++) {
136 while (x < w_max && !conflictExists(table, x, y)) {
/third_party/backends/backend/pixma/
H A Dpixma_imageclass.c608 unsigned w_max; in iclass_check_param() local
615 w_max = s->cfg->width * s->cfg->xdpi / 75; in iclass_check_param()
616 w_max -= w_max % 32; in iclass_check_param()
617 if (sp->w > w_max) in iclass_check_param()
618 sp->w = w_max; in iclass_check_param()
H A Dpixma_mp150.c1357 unsigned w_max; in mp150_check_param() local
1362 w_max = s->cfg->width * s->cfg->xdpi / 75; in mp150_check_param()
1363 w_max -= w_max % 8; in mp150_check_param()
1364 if (sp->w > w_max) in mp150_check_param()
1365 sp->w = w_max; in mp150_check_param()
H A Dpixma_mp800.c1901 unsigned w_max; in mp810_check_param() local
1954 w_max = s->cfg->width * s->cfg->xdpi / 75; in mp810_check_param()
1955 w_max -= w_max % 8; in mp810_check_param()
1956 if (sp->w > w_max) in mp810_check_param()
1957 sp->w = w_max; in mp810_check_param()
/third_party/backends/backend/
H A Dplustek-usbcal.c635 u_short w_max = 0; in cano_AdjustGain() local
638 if( w_max < ((u_short*)scanbuf)[dw]) in cano_AdjustGain()
639 w_max = ((u_short*)scanbuf)[dw]; in cano_AdjustGain()
642 adj = cano_adjGainSetting(min,max,dev->usbDev.a_bRegs+0x3c,w_max); in cano_AdjustGain()
645 DBG(_DBG_INFO2, "MAX(G)= 0x%04x(%u)\n", w_max, w_max ); in cano_AdjustGain()
H A Dplustek-usbshading.c1110 u_short w_max = 0, w_min = 0xffff, w_tmp; in usb_AdjustGain() local
1113 if( w_max < ((u_short*)scanbuf)[dw]) in usb_AdjustGain()
1114 w_max = ((u_short*)scanbuf)[dw]; in usb_AdjustGain()
1119 w_tmp = w_max; in usb_AdjustGain()
1127 DBG(_DBG_INFO2, "MAX(G)= 0x%04x(%u)\n", w_max, w_max ); in usb_AdjustGain()

Completed in 15 milliseconds