Home
last modified time | relevance | path

Searched refs:pad_start (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/newsmips/dev/
H A Dscsi_1185.c372 sc->pad_start = 0; in sc_start()
527 sc->pad_start = 0; in scintr()
779 sc->pad_start = 0; in scsi_softreset()
887 sc->pad_start = 0; in sc_resel()
951 sc->pad_start = 0; in sc_discon()
1016 sc->pad_start = 0; in sc_pmatch()
1251 sc->pad_start = 0;
1628 sc->pad_start = 1;
1727 if (sc->pad_start) {
1728 sc->pad_start = 0;
H A Dscsireg.h258 int pad_start; member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d1402 immutable pad_start = roundUp(start);// rounded up in PackedArrayViewImpl() local
1403 if (pad_start >= end) //rounded up >= then end of slice in PackedArrayViewImpl()
1412 for (i=start; i<pad_start; i++) in PackedArrayViewImpl()
1415 if (pad_start != pad_end) in PackedArrayViewImpl()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d1369 immutable pad_start = roundUp(start);// rounded up in PackedArrayViewImpl() local
1370 if (pad_start >= end) //rounded up >= then end of slice in PackedArrayViewImpl()
1379 for (i=start; i<pad_start; i++) in PackedArrayViewImpl()
1382 if (pad_start != pad_end) in PackedArrayViewImpl()