Searched refs:endblock (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.bin/rs/
H A Drs.c339 static char *endblock = ibuf + BSIZE; local
354 if (!putlength && endblock - curline < LINE_MAX + 1) { /* need storage */
355 /*ww = endblock-curline; tt += ww;*/
359 endblock = curline + BSIZE;
360 /*printf("#endb %d curline %d\n",endblock,curline);*/
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibroute.c334 int n = 0, startblock, endblock; local
362 endblock = ALIGN(endlid, IB_SMP_DATA_SIZE) / IB_SMP_DATA_SIZE;
363 for (block = startblock; block < endblock; block++) {
H A Ddump_fts.c315 int n = 0, startblock, endblock; local
345 endblock = ALIGN(endlid, IB_SMP_DATA_SIZE) / IB_SMP_DATA_SIZE;
346 for (block = startblock; block < endblock; block++) {
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S682 endblock: label

Completed in 108 milliseconds