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

  /src/sys/arch/hp300/dev/
maskbits.h 71 #define FASTPUTBITS(src, x, w, pdst) \
83 FASTPUTBITS(_tmpdst, dstbit, width, pdst); \
  /src/sys/arch/vax/vsa/
maskbits.h 44 #define FASTPUTBITS(src, x, w, pdst) \
67 FASTPUTBITS(_tmpdst, dstbit, width, pdst); \
  /src/sys/arch/hp300/stand/common/
maskbits.h 69 #define FASTPUTBITS(src, x, w, pdst) \
80 FASTPUTBITS(_tmpdst, dstbit, width, pdst); \
  /src/sys/arch/luna68k/dev/
omrasops.c 158 #define FASTPUTBITS(src, x, w, pdst) \
165 #define PUTBITS(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst)

Completed in 30 milliseconds