HomeSort by: relevance | last modified time | path
    Searched defs:scanc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/lib/libkern/arch/i386/
scanc.S 1 /* $NetBSD: scanc.S,v 1.9 2008/04/28 20:24:06 martin Exp $ */
34 ENTRY(scanc) function
  /src/sys/lib/libkern/arch/x86_64/
scanc.S 1 /* $NetBSD: scanc.S,v 1.3 2017/10/30 17:13:39 maxv Exp $ */
38 ENTRY(scanc) function
56 END(scanc)
  /src/sys/lib/libkern/
scanc.c 1 /* $NetBSD: scanc.c,v 1.8 2005/12/11 12:24:37 christos Exp $ */
38 scanc(u_int size, const u_char *cp, const u_char table[], int mask) function in typeref:typename:int
  /src/sys/lib/libkern/arch/m68k/
scanc.S 1 /* $NetBSD: scanc.S,v 1.10 2014/03/18 18:20:43 riastradh Exp $ */
44 * scanc(count, startc, table, mask)
46 ENTRY(scanc) function
  /src/sys/arch/vax/include/
macros.h 276 __asm volatile("scanc %1,(%2),(%3),%4;"
283 #define scanc vax_scanc macro
  /src/usr.sbin/makefs/ffs/
ffs_alloc.c 69 static int scanc(u_int, const u_char *, const u_char *, int);
522 scanc(u_int size, const u_char *cp, const u_char table[], int mask) function in typeref:typename:int
557 loc = scanc((u_int)len,
564 loc = scanc((u_int)len,

Completed in 58 milliseconds