Home
last modified time | relevance | path

Searched full:scanc (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/localedef/
H A Dscanner.c248 scanc(void) in scanc() function
280 c1 = scanc(); in scan_hex_byte()
285 c2 = scanc(); in scan_hex_byte()
300 c1 = scanc(); in scan_dec_byte()
306 c2 = scanc(); in scan_dec_byte()
313 c3 = scanc(); in scan_dec_byte()
331 c1 = scanc(); in scan_oct_byte()
337 c2 = scanc(); in scan_oct_byte()
344 c3 = scanc(); in scan_oct_byte()
408 if ((c = scanc()) != esc_char) { in get_byte()
[all …]
/freebsd/sys/libkern/
H A Dscanc.c36 scanc(u_int size, const u_char *cp, const u_char table[], int mask0) in scanc() function
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_alloc.c60 static int scanc(u_int, const u_char *, const u_char *, int);
511 scanc(u_int size, const u_char *cp, const u_char table[], int mask) in scanc() function
546 loc = scanc((u_int)len, in ffs_mapsearch()
553 loc = scanc((u_int)len, in ffs_mapsearch()
/freebsd/share/doc/papers/sysperf/
H A D4.t537 if (scanc(map[i], 1, 47, i - 63))
561 tstl r0 movl (sp)+,r4 scanc r2,(r3),(r4),r5
564 scanc r2,(r3),(r4),r5
/freebsd/sys/ufs/ffs/
H A Dffs_tables.c57 * These tables are used by the scanc instruction on the VAX to
H A Dffs_alloc.c2977 loc = scanc((uint64_t)len, (uint8_t *)&blksfree[start], in ffs_mapsearch()
2983 loc = scanc((uint64_t)len, (uint8_t *)&blksfree[0], in ffs_mapsearch()
/freebsd/sys/sys/
H A Dlibkern.h238 int scanc(u_int, const u_char *, const u_char *, int);
/freebsd/sys/conf/
H A Dfiles4171 libkern/scanc.c standard