Searched defs:SZ (Results 1 – 10 of 10) sorted by relevance
/titanic_52/usr/src/ucblib/libucb/inc/ |
H A D | stdiom.h | 69 #define MULTIBFSZ(SZ) ((SZ) & ~0x3ff) argument 71 #define MULTIBFSZ(SZ) ((SZ) & ~0x1ff) argument 73 #define MULTIBFSZ(SZ) ((SZ) - (SZ % BUFSIZ)) argument
|
/titanic_52/usr/src/lib/libc/inc/ |
H A D | stdiom.h | 120 #define MULTIBFSZ(SZ) ((SZ) & ~0x3ff) argument 122 #define MULTIBFSZ(SZ) ((SZ) & ~0x1ff) argument 124 #define MULTIBFSZ(SZ) ((SZ) - (SZ % BUFSIZ)) argument
|
/titanic_52/usr/src/uts/sun4u/daktari/sys/ |
H A D | daktari.h | 69 #define DAK_GET_SBD_APID(BUF, SZ, SLOT) (void) snprintf((BUF), (SZ), "SB%c", \ argument 73 #define DAK_GET_PCI_APID(BUF, SZ, SLOT) (void) snprintf((BUF), \ argument
|
/titanic_52/usr/src/cmd/tbl/ |
H A D | t6.c | 28 # define SZ(i,c) csize[stynum[i]][c] in maktab() macro
|
/titanic_52/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | subr_mchain.c | 385 #define MB_PUT_INLINE(MBP, SRC, SZ) \ argument 390 #define MB_PUT_INLINE(MBP, SRC, SZ) \ argument 710 #define MD_GET_INLINE(MDP, DST, SZ) \ argument 716 #define MD_GET_INLINE(MDP, DST, SZ) \ argument [all...] |
/titanic_52/usr/src/uts/common/io/audio/impl/ |
H A D | audio_grc3.c | 97 #define DEFINE_CONVD(T, SZ) \ in DEFINE_FILTER() argument
|
/titanic_52/usr/src/cmd/checknr/ |
H A D | checknr.c | 56 #define SZ 0 macro
|
/titanic_52/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regclass.c | 106 #define SZ(s) s,(sizeof(s)-1) macro [all...] |
/titanic_52/usr/src/cmd/lp/include/ |
H A D | msgs.h | 278 #define CALC_CHKSUM(B,SZ,RC) \ argument
|
/titanic_52/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | libmlrpc.h | 414 #define NDR_MALLOC(XA, SZ) ndr_heap_malloc((XA)->heap, SZ) argument
|