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

  /src/lib/libtelnet/
kerberos5.c 607 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);}
626 BUMP(buf, buflen);
661 BUMP(buf, buflen);
664 BUMP(buf, buflen);
sra.c 380 #define BUMP(buf, len) while (*(buf)) { ++(buf), --(len); }
406 BUMP(buf, buflen);
432 BUMP(buf, buflen);
436 BUMP(buf, buflen);
  /src/sys/dev/tc/
sfb.c 871 #define BUMP(p) (p)
877 #define BUMP(p) ((p) = (void *)(((long)(p) + 0x80) & ~0x400))
881 SFBWRITE32(BUMP(p), SFB_ASIC_MODE, (v))
883 SFBWRITE32(BUMP(p), SFB_ASIC_ROP, (v))
885 SFBWRITE32(BUMP(p), SFB_ASIC_PLANEMASK, (v))
887 SFBWRITE32(BUMP(p), SFB_ASIC_PIXELMASK, (v))
889 SFBWRITE32(BUMP(p), SFB_ASIC_ADDRESS, (v))
891 SFBWRITE32(BUMP(p), SFB_ASIC_START, (v))
893 SFBWRITE32(BUMP(p), SFB_ASIC_PIXELSHIFT, (v))
895 SFBWRITE32(BUMP(p), SFB_ASIC_FG, (v)
    [all...]
sfbplus.c 1005 #define BUMP(p) (p)
1011 #define BUMP(p) ((p) = (void *)(((long)(p) + 0x400) & ~0x1000))
1015 (*(uint32_t *)(BUMP(p) + SFB_ASIC_MODE) = (v))
1017 (*(uint32_t *)(BUMP(p) + SFB_ASIC_ROP) = (v))
1019 (*(uint32_t *)(BUMP(p) + SFB_ASIC_PLANEMASK) = (v))
1021 (*(uint32_t *)(BUMP(p) + SFB_ASIC_PIXELMASK) = (v))
1023 (*(uint32_t *)(BUMP(p) + SFB_ASIC_ADDRESS) = (v))
1025 (*(uint32_t *)(BUMP(p) + SFB_ASIC_START) = (v))
1027 (*(uint32_t *)(BUMP(p) + SFB_ASIC_PIXELSHIFT) = (v))
1029 (*(uint32_t *)(BUMP(p) + SFB_ASIC_FG) = (v)
    [all...]

Completed in 18 milliseconds