Searched defs:PAD (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/libarchive/cpio/test/ |
| D | test_format_newc.c | 33 #define PAD(n, block) ((~(n) + 1) & ((block) - 1)) macro
|
| /freebsd-9-stable/contrib/ntp/include/ |
| D | icom.h | 49 #define PAD 0xff /* transmit padding */ macro
|
| /freebsd-9-stable/lib/libmd/ |
| D | sha256c.c | 193 static unsigned char PAD[64] = { variable
|
| D | sha512c.c | 209 static unsigned char PAD[128] = { variable
|
| /freebsd-9-stable/lib/libc/stdio/ |
| D | vfprintf.c | 375 #define PAD(howmany, with) { \ in __vfprintf() macro
|
| D | vfwprintf.c | 455 #define PAD(howmany, with) { \ in __vfwprintf() macro
|
| /freebsd-9-stable/contrib/sendmail/libsm/ |
| D | vfprintf.c | 232 #define PAD(howmany, with) do \ macro
|
| /freebsd-9-stable/sys/dev/en/ |
| D | midway.c | 231 #define MBUF_SET_TX(M, VCI, FLAGS, DATALEN, PAD, MAP) do { \ argument 238 #define MBUF_GET_TX(M, VCI, FLAGS, DATALEN, PAD, MAP) do { \ argument
|