/titanic_41/usr/src/lib/libast/common/include/ |
H A D | hashkey.h | 44 #define HASHKEY4(c1,c2,c3,c4) HASHKEYPART(HASHKEY3(c1,c2,c3),c4) argument 45 #define HASHKEY5(c1,c2,c3,c4,c5) HASHKEYPART(HASHKEY4(c1,c2,c3,c4),c5) argument 46 #define HASHKEY6(c1,c2,c3,c4,c5,c6) HASHKEYPART(HASHKEY5(c1,c2,c3,c4,c5),c6) argument 51 #define HASHNKEY4(n,c4,c3,c2,c1) HASHKEY5((n)+'a',c4,c3,c2,c1) argument 52 #define HASHNKEY5(n,c5,c4,c3,c2,c1) HASHKEY6((n)+'a',c5,c4,c3,c2,c1) argument
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | hashkey.h | 53 #define HASHKEY4(c1,c2,c3,c4) HASHKEYPART(HASHKEY3(c1,c2,c3),c4) argument 54 #define HASHKEY5(c1,c2,c3,c4,c5) HASHKEYPART(HASHKEY4(c1,c2,c3,c4),c5) argument 55 #define HASHKEY6(c1,c2,c3,c4,c5,c6) HASHKEYPART(HASHKEY5(c1,c2,c3,c4,c5),c6) argument 60 #define HASHNKEY4(n,c4,c3,c2,c1) HASHKEY5((n)+'a',c4,c3,c2,c1) argument 61 #define HASHNKEY5(n,c5,c4,c3,c2,c1) HASHKEY6((n)+'a',c5,c4,c3,c2,c1) argument
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | hashkey.h | 53 #define HASHKEY4(c1,c2,c3,c4) HASHKEYPART(HASHKEY3(c1,c2,c3),c4) argument 54 #define HASHKEY5(c1,c2,c3,c4,c5) HASHKEYPART(HASHKEY4(c1,c2,c3,c4),c5) argument 55 #define HASHKEY6(c1,c2,c3,c4,c5,c6) HASHKEYPART(HASHKEY5(c1,c2,c3,c4,c5),c6) argument 60 #define HASHNKEY4(n,c4,c3,c2,c1) HASHKEY5((n)+'a',c4,c3,c2,c1) argument 61 #define HASHNKEY5(n,c5,c4,c3,c2,c1) HASHKEY6((n)+'a',c5,c4,c3,c2,c1) argument
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | hashkey.h | 53 #define HASHKEY4(c1,c2,c3,c4) HASHKEYPART(HASHKEY3(c1,c2,c3),c4) argument 54 #define HASHKEY5(c1,c2,c3,c4,c5) HASHKEYPART(HASHKEY4(c1,c2,c3,c4),c5) argument 55 #define HASHKEY6(c1,c2,c3,c4,c5,c6) HASHKEYPART(HASHKEY5(c1,c2,c3,c4,c5),c6) argument 60 #define HASHNKEY4(n,c4,c3,c2,c1) HASHKEY5((n)+'a',c4,c3,c2,c1) argument 61 #define HASHNKEY5(n,c5,c4,c3,c2,c1) HASHKEY6((n)+'a',c5,c4,c3,c2,c1) argument
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | hashkey.h | 53 #define HASHKEY4(c1,c2,c3,c4) HASHKEYPART(HASHKEY3(c1,c2,c3),c4) argument 54 #define HASHKEY5(c1,c2,c3,c4,c5) HASHKEYPART(HASHKEY4(c1,c2,c3,c4),c5) argument 55 #define HASHKEY6(c1,c2,c3,c4,c5,c6) HASHKEYPART(HASHKEY5(c1,c2,c3,c4,c5),c6) argument 60 #define HASHNKEY4(n,c4,c3,c2,c1) HASHKEY5((n)+'a',c4,c3,c2,c1) argument 61 #define HASHNKEY5(n,c5,c4,c3,c2,c1) HASHKEY6((n)+'a',c5,c4,c3,c2,c1) argument
|
/titanic_41/usr/src/uts/common/sys/tsol/ |
H A D | label_macro.h | 53 uint32_t c4; member 123 (l1)->_comps.c4 == (l2)->_comps.c4 && \ 185 (l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \ 191 (l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \ 215 (l1)->_comps.c4 == (l2)->_comps.c4 && \ 229 (l2)->_comps.c4 == ((l1)->_comps.c4 & (l2)->_comps.c4) && \ 253 (l1)->_comps.c4 |= (l2)->_comps.c4, \ 269 (l1)->_comps.c4 &= (l2)->_comps.c4, \ 285 (l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \ 294 (l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \ [all …]
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | btree2.test | 138 btree_move_to $::c4 {} 148 set key [btree_key $::c4] 157 set data [btree_data $::c4] 158 btree_next $::c4 238 if {[set c [btree_move_to $::c4 $basekey]]==0} { 239 btree_delete $::c4 241 if {$c<0} {btree_next $::c4} 242 if {[string match $basekey* [btree_key $::c4]]} { 243 btree_delete $::c4 246 if {[scan [btree_key $::c4] %d kx]<1} {set kx -1} [all …]
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | rfc2047.c | 227 int c1, c2, c3, c4; in decode_rfc2047() local 260 ((c4 = char64(*pp)) == -1)) { in decode_rfc2047() 264 c4 != -1) { in decode_rfc2047() 265 *q++ = ((c3 & 0x3) << 6) | (c4); in decode_rfc2047()
|
/titanic_41/usr/src/lib/libm/common/LD/ |
H A D | __lgammal.c | 65 c4 = 4.0L, variable 104 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4))); in __k_lgammal() 106 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5))); in __k_lgammal() 109 logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)*(x-c6)); in __k_lgammal()
|
/titanic_41/usr/src/lib/libm/common/Q/ |
H A D | __lgammal.c | 65 c4 = 4.0L, variable 100 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)); in __k_lgammal() 102 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)); in __k_lgammal() 105 logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)*(x-c6)); in __k_lgammal()
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | saslutil.c | 193 int c1, c2, c3, c4; in sasl_decode64() local 214 c4 = in[3]; in sasl_decode64() 215 if (c4 != '=' && CHAR64(c4) == -1) return SASL_BADPROT; in sasl_decode64() 222 if (c4 != '=') { in sasl_decode64() 223 *out++ = ((CHAR64(c3) << 6) & 0xc0) | CHAR64(c4); in sasl_decode64()
|
/titanic_41/usr/src/lib/crypt_modules/bsdbf/ |
H A D | bcrypt.c | 115 uint8_t c1, c2, c3, c4; in decode_base64() local 136 c4 = CHAR64(*(p + 3)); in decode_base64() 137 if (c4 == 255) in decode_base64() 139 *bp++ = ((c3 & 0x03) << 6) | c4; in decode_base64()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | mime.c | 1101 int c1, c2, c3, c4; local 1126 c4 = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT); 1127 } while (isascii(c4) && isspace(c4)); 1128 if (c4 == SM_IO_EOF) 1167 if (c4 == '=') 1169 c4 = CHAR64(c4); 1170 *fbufp = ((c3 & 0x03) << 6) | c4;
|
/titanic_41/usr/src/cmd/col/ |
H A D | col.c | 392 wchar_t c1, c2, c3, c4, c5, c6, c7; in outc() local 403 c4 = *line; in outc() 418 c3 = c4; in outc() 419 c4 = c5; in outc()
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_array_default_datatype.sh | 96 c1 c2 c3 c4 \ 113 c4)
|
/titanic_41/usr/src/lib/libm/common/C/ |
H A D | __lgamma.c | 112 c4 = 8.4171387781295e-04, variable 263 p = hln2pi+t*(c0+y*(c1+y*(c2+y*(c3+y*(c4+y*(c5+y*c6)))))); in __k_lgamma()
|
/titanic_41/usr/src/cmd/eqn/eqnchar.d/ |
H A D | iso | 22 | c0 � | c1 � | c2 � | c3 � | c4 � | c5 � | c6 � | c7 � |
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | driver-network-e1000g.mf | 115 alias=pci8086,10c4 \ 174 alias=pciex8086,10c4 \
|
H A D | system-management-intel-amt.mf | 58 alias=pci8086,29c4 \
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | syscall.c | 91 char *c1, *c2, *c3, *c4; in syscall() local 144 c4 = va_arg(ap, char *); in syscall() 146 return (select(i1, c1, c2, c3, c4)); in syscall()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/boston/frudata/ |
H A D | libpiclfrudata.conf | 64 name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,c4
|
/titanic_41/usr/src/cmd/praudit/ |
H A D | token.c | 392 int64_t c4; in arbitrary_data_token() local 489 if (pr_adr_int64(context, &c4, 1) == 0) in arbitrary_data_token() 491 c4, p); in arbitrary_data_token()
|
/titanic_41/usr/src/cmd/auditreduce/ |
H A D | token.c | 204 int64_t c4; in arbitrary_data_token() local 224 adrm_int64(adr, (int64_t *)&c4, 1); in arbitrary_data_token()
|
/titanic_41/usr/src/lib/libast/common/tm/ |
H A D | tmxdate.c | 145 #define K4(c1,c2,c3,c4) (((c1)<<24)|((c2)<<16)|((c3)<<8)|(c4)) argument
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/boston/frutree/ |
H A D | system-board.info | 388 REFNODE mem-module fru WITH name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,c4 482 REFPROP _seeprom_source name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,c4 538 name:/platform/i2c@1f,520000/dimm-spd@0,c4
|