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

/freebsd-11-stable/sys/dev/fb/
H A Dsplash_bmp.c258 int sofs, bofs; local
271 sofs = ((info->height - (y+1) + (info->sheight - info->height) / 2)
278 sofs += (x >> 3);
291 *(info->vidmem+sofs) = (0x80 >> bofs); /* write new bit */
298 sofs += (x >> 3);
299 newbank = sofs/info->adp->va_window_size;
304 sofs %= info->adp->va_window_size;
308 *(info->vidmem + sofs) ^= 0xff; /* read-modify-write */
313 sofs += x;
314 newbank = sofs/inf
[all...]
/freebsd-11-stable/tests/sys/geom/class/nop/
H A Dnop_test.sh211 for sofs in `seq 0 512 ${ss}`; do
212 [ "$sofs" -eq "$ss" ] && continue
213 atf_check gnop create -p ${ss} -P ${sofs} /dev/${us}
217 atf_check_equal "${sofs}" "${gnop_sofs}"
/freebsd-11-stable/lib/libc/gen/
H A Dwordexp.c131 size_t sofs; /* Offset into we->we_strings */ local
231 sofs = we->we_nbytes;
253 if (we_read_fully(pdes[0], we->we_strings + sofs, nbytes) != nbytes) {
280 p = we->we_strings + sofs;

Completed in 62 milliseconds