Home
last modified time | relevance | path

Searched refs:npad (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dvideo.c276 int npad; in restore_screen() local
283 npad = (xs < saved.x) ? 0 : xs-saved.x; in restore_screen()
285 npad = xs; in restore_screen()
297 : "+D" (dst), "+c" (npad) in restore_screen()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dalsa.c355 size_t n = ft->signal.channels * p->period, npad = n - (ft->olength % n); in stop_write() local
356 sox_sample_t * buf = lsx_calloc(npad, sizeof(*buf)); /* silent samples */ in stop_write()
358 if (npad != n) /* pad to hardware period: */ in stop_write()
359 write_(ft, buf, npad); in stop_write()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c10740 unsigned int addr, npad; in t4_load_bootcfg() local
10787 npad = ((size + 4 - 1) & ~3) - size; in t4_load_bootcfg()
10788 for (i = 0; i < npad; i++) { in t4_load_bootcfg()