Searched defs:BUMP (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/libtelnet/
H A Dkerberos5.c607 #define BUMP(buf, len) while (*(buf)) {++(buf), --(len);} macro
H A Dsra.c380 #define BUMP(buf, len) while (*(buf)) { ++(buf), --(len); } macro
/netbsd-current/sys/dev/tc/
H A Dsfb.c871 #define BUMP(p) (p) macro
877 #define BUMP(p) ((p) = (void *)(((long)(p) + 0x80) & ~0x400)) macro
[all...]
H A Dsfbplus.c1005 #define BUMP(p) (p) macro
1011 #define BUMP(p) ((p) = (void *)(((long)(p) + 0x400) & ~0x1000)) macro
[all...]

Completed in 84 milliseconds