/titanic_53/usr/src/lib/libmvec/common/ |
H A D | __vlog.c | 595 static const double C[] = { variable
|
/titanic_53/usr/src/lib/libm/common/m9x/ |
H A D | fma.c | 41 } C[] = { variable
|
/titanic_53/usr/src/uts/common/inet/ipf/ |
H A D | drand48.c | 80 #define C 0xB macro
|
/titanic_53/usr/src/lib/libc/port/gen/ |
H A D | drand48.c | 84 #define C 0xB macro
|
H A D | crypt.c | 877 static char C[28]; variable
|
/titanic_53/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 199 ccons ::= COLLATE id(C). { in id() argument
|
H A D | date.c | 339 int Z, A, B, C, D, E, X1; in computeYMD() local
|
/titanic_53/usr/src/common/crypto/ecc/ |
H A D | ecp_jac.c | 158 mp_int A, B, C, D, C2, C3; in ec_GFp_pt_add_jac_aff() local
|
/titanic_53/usr/src/cmd/sendmail/db/include/ |
H A D | hash.h | 86 #define IS_VALID(C) ((C)->bucket != BUCKET_INVALID) argument
|
/titanic_53/usr/src/lib/libc/port/fp/ |
H A D | decimal_bin.c | 323 } C[] = { variable
|
/titanic_53/usr/src/cmd/deroff/ |
H A D | deroff.c | 56 #define C ((c = getc(infile)) == EOF ? eof() : \ macro
|
/titanic_53/usr/src/uts/common/sys/fs/ |
H A D | ufs_acl.h | 162 #define MODE_CHECK(O, M, PERM, C, I) \ argument
|
H A D | pc_fs.h | 596 #define PC_DPRINTF2(level, A, B, C) \ argument 599 #define PC_DPRINTF3(level, A, B, C, D) \ argument 602 #define PC_DPRINTF4(level, A, B, C, D, E) \ argument
|
/titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSDigest.c | 935 register unsigned MD32_REG_T A,B,C,D; in md5_block_host_order() local 1028 register unsigned MD32_REG_T A,B,C,D,l; in md5_block_data_order() local
|
/titanic_53/usr/src/uts/sun4v/io/px/ |
H A D | px_err.h | 143 C : 1, member
|
/titanic_53/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 67 #define DEBUGOUT3(S, A, B, C) \ argument
|
/titanic_53/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 131 #define C(f) ((f) -> current) macro
|
/titanic_53/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | stty.c | 71 #define C(x) ERROR_catalog(x) macro
|
/titanic_53/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 135 #define KRB5_LOG1(A, B, C, D) \ argument 137 #define KRB5_LOG(A, B, C) \ argument 146 #define KRB5_LOG1(A, B, C, D) \ argument 149 #define KRB5_LOG(A, B, C) \ argument 160 #define KRB5_LOG1(A, B, C, D) argument 161 #define KRB5_LOG(A, B, C) argument
|
/titanic_53/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 64 #define DEBUGOUT3(S, A, B, C) IGB_DEBUGLOG_3(NULL, S, A, B, C) argument
|
/titanic_53/usr/src/lib/libm/common/R/ |
H A D | besself.c | 47 static const double C[] = { variable
|
/titanic_53/usr/src/cmd/audio/utilities/ |
H A D | AudioTypePcm.cc | 109 dbl2long(double D, long C) in dbl2long()
|
/titanic_53/usr/src/cmd/sgs/m4/common/ |
H A D | m4.c | 954 static wchar_t C; in getchr() local
|
/titanic_53/usr/src/uts/common/io/vscan/ |
H A D | vscan_svc.c | 60 #define tolower(C) (((C) >= 'A' && (C) <= 'Z') ? (C) - 'A' + 'a' : (C)) argument
|
/titanic_53/usr/src/uts/common/sys/usb/clients/usbecm/ |
H A D | usbecm.h | 268 #define toupper(C) (((C) >= 'a' && (C) <= 'z')? ((C) - 'a' + 'A'): (C)) argument
|