Searched refs:head_bytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/head/
H A Dhead.c62 static void head_bytes(FILE *, off_t);
121 head_bytes(fp, bytecnt);
127 head_bytes(stdin, bytecnt);
147 head_bytes(FILE *fp, off_t cnt) function
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c576 int head_bytes, tail_bytes; local
577 head_bytes = (g_cache_line_size - pagelist->offset) &
582 if ((actual >= 0) && (head_bytes != 0)) {
583 if (head_bytes > actual)
584 head_bytes = actual;
589 head_bytes);
592 if ((actual >= 0) && (head_bytes < actual) &&

Completed in 123 milliseconds