Home
last modified time | relevance | path

Searched defs:PAD (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dimplicit-int.c14 #define PAD(ms10) { \ macro
/minix3/external/bsd/libarchive/dist/cpio/test/
H A Dtest_format_newc.c33 #define PAD(n, block) ((~(n) + 1) & ((block) - 1)) macro
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DLEB128Test.cpp45 #define EXPECT_ULEB128_EQ(EXPECTED, VALUE, PAD) \ in TEST() argument
/minix3/sys/ufs/chfs/
H A Dchfs_wbuf.c41 #define PAD(x) (((x)+3)&~3) macro
/minix3/external/bsd/top/dist/
H A Dap_snprintf.c321 #define PAD( width, len, ch ) do \ macro
/minix3/lib/libc/stdio/
H A Dvfwprintf.c741 #define PAD(howmany, with) do { \ in WDECL() macro