Home
last modified time | relevance | path

Searched defs:C (Results 76 – 100 of 114) sorted by relevance

12345

/titanic_53/usr/src/lib/libmvec/common/
H A D__vlog.c595 static const double C[] = { variable
/titanic_53/usr/src/lib/libm/common/m9x/
H A Dfma.c41 } C[] = { variable
/titanic_53/usr/src/uts/common/inet/ipf/
H A Ddrand48.c80 #define C 0xB macro
/titanic_53/usr/src/lib/libc/port/gen/
H A Ddrand48.c84 #define C 0xB macro
H A Dcrypt.c877 static char C[28]; variable
/titanic_53/usr/src/lib/libsqlite/src/
H A Dparse.y199 ccons ::= COLLATE id(C). { in id() argument
H A Ddate.c339 int Z, A, B, C, D, E, X1; in computeYMD() local
/titanic_53/usr/src/common/crypto/ecc/
H A Decp_jac.c158 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 Dhash.h86 #define IS_VALID(C) ((C)->bucket != BUCKET_INVALID) argument
/titanic_53/usr/src/lib/libc/port/fp/
H A Ddecimal_bin.c323 } C[] = { variable
/titanic_53/usr/src/cmd/deroff/
H A Dderoff.c56 #define C ((c = getc(infile)) == EOF ? eof() : \ macro
/titanic_53/usr/src/uts/common/sys/fs/
H A Dufs_acl.h162 #define MODE_CHECK(O, M, PERM, C, I) \ argument
H A Dpc_fs.h596 #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 DDNSDigest.c935 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 Dpx_err.h143 C : 1, member
/titanic_53/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h67 #define DEBUGOUT3(S, A, B, C) \ argument
/titanic_53/usr/src/lib/libeti/form/inc/
H A Dutility.h131 #define C(f) ((f) -> current) macro
/titanic_53/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c71 #define C(x) ERROR_catalog(x) macro
/titanic_53/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h135 #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 De1000_osdep.h64 #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 Dbesself.c47 static const double C[] = { variable
/titanic_53/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc109 dbl2long(double D, long C) in dbl2long()
/titanic_53/usr/src/cmd/sgs/m4/common/
H A Dm4.c954 static wchar_t C; in getchr() local
/titanic_53/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c60 #define tolower(C) (((C) >= 'A' && (C) <= 'Z') ? (C) - 'A' + 'a' : (C)) argument
/titanic_53/usr/src/uts/common/sys/usb/clients/usbecm/
H A Dusbecm.h268 #define toupper(C) (((C) >= 'a' && (C) <= 'z')? ((C) - 'a' + 'A'): (C)) argument

12345