Searched full:scanc (Results 1 – 8 of 8) sorted by relevance
| /freebsd/usr.bin/localedef/ |
| H A D | scanner.c | 248 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 D | scanc.c | 36 scanc(u_int size, const u_char *cp, const u_char table[], int mask0) in scanc() function
|
| /freebsd/usr.sbin/makefs/ffs/ |
| H A D | ffs_alloc.c | 60 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 D | 4.t | 537 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 D | ffs_tables.c | 57 * These tables are used by the scanc instruction on the VAX to
|
| H A D | ffs_alloc.c | 2977 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 D | libkern.h | 238 int scanc(u_int, const u_char *, const u_char *, int);
|
| /freebsd/sys/conf/ |
| H A D | files | 4171 libkern/scanc.c standard
|