Home
last modified time | relevance | path

Searched refs:c5 (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/lib/libast/common/include/
H A Dhashkey.h45 #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
52 #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 Dlabel_macro.h54 uint32_t c5; member
124 (l1)->_comps.c5 == (l2)->_comps.c5 && \
186 (l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
192 (l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
216 (l1)->_comps.c5 == (l2)->_comps.c5 && \
230 (l2)->_comps.c5 == ((l1)->_comps.c5 & (l2)->_comps.c5) && \
254 (l1)->_comps.c5 |= (l2)->_comps.c5, \
270 (l1)->_comps.c5 &= (l2)->_comps.c5, \
286 (l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
295 (l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
[all …]
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dhashkey.h54 #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
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 Dhashkey.h54 #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
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 Dhashkey.h54 #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
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 Dhashkey.h54 #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
61 #define HASHNKEY5(n,c5,c4,c3,c2,c1) HASHKEY6((n)+'a',c5,c4,c3,c2,c1) argument
/titanic_41/usr/src/lib/libsqlite/test/
H A Dbtree2.test164 if {[btree_move_to $::c5 $skey]==0} {
165 set keylen [btree_data $::c5]
256 btree_insert $::c5 $basekey $keylen
257 } elseif {[btree_move_to $::c5 $basekey]==0} {
258 btree_delete $::c5
290 set ::c5 [btree_cursor $::b 5 1]
300 btree_close_cursor $::c5
310 set ::c5 [btree_cursor $::b 5 1]
326 btree_close_cursor $::c5
353 set ::c5 [btree_cursor $::b 5 1]
[all …]
/titanic_41/usr/src/lib/libm/common/LD/
H A D__lgammal.c66 c5 = 5.0L, variable
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.c66 c5 = 5.0L, variable
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/cmd/col/
H A Dcol.c392 wchar_t c1, c2, c3, c4, c5, c6, c7; in outc() local
406 c5 = *line; in outc()
419 c4 = c5; in outc()
420 c5 = c6; in outc()
/titanic_41/usr/src/lib/libm/common/C/
H A D__lgamma.c111 c5 = -1.910444077728e-03, 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/dtrace/test/tst/common/usdt/
H A Dtst.entryreturn.ksh111 script | cut -c5-
/titanic_41/usr/src/cmd/eqn/eqnchar.d/
H A Diso22 | c0 � | c1 � | c2 � | c3 � | c4 � | c5 � | c6 � | c7 � |
/titanic_41/usr/src/pkg/manifests/
H A Ddriver-network-e1000g.mf116 alias=pci8086,10c5 \
175 alias=pciex8086,10c5 \
H A Ddriver-storage-smrt.mf42 alias=pci103c,21c5 \
H A Ddriver-graphics-usbvc.mf47 alias=usbia46d,8c5.config1.0
H A Ddriver-audio-audio810.mf60 alias=pci8086,24c5 \
/titanic_41/usr/src/uts/common/os/
H A Dlabelsys.c1418 ntohl(bli->_comps.c5), ntohl(bli->_comps.c6), ntohl(bli->_comps.c7), in tsol_print_label()
/titanic_41/usr/src/data/hwdata/
H A Dusb.ids1117 05c5 Digital Camera
2579 08c5 QuickCam Pro 5000
4610 04c5 Fujitsu, Ltd
4738 01c5 FinePix F40fd (PTP)
4750 02c5 FinePix S9900W Digital Camera (PTP)
5584 01c5 MFC-239C
5740 02c5 MFC-J4610DW
6729 00c5 DTZ-2000W [Cintiq 20WSX]
7111 00c5 SP-555
7760 05c5 Digi International, Inc.
[all …]
H A Dpci.ids324 103c 12c5 Ultra320 SCSI [A7173A]
640 00c5 SAS3316 PCI-Express Fusion-MPT SAS-3
1837 1028 04c5 Radeon HD 6630M
3234 71c5 RV530/M56-P [Mobility Radeon X1600]
3389 94c5 RV610 [Radeon HD 2400 LE]
3490 95c5 RV620 LE [Radeon HD 3450]
4628 00c5 AIC-7899 U160/m SCSI Controller
4629 1028 00c5 PowerEdge 2550/2650/4600
4819 102b 00c5 MURA-IPX-I4EHF
5253 15c5 0111 SiS PCI Audio Accelerator
[all …]
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vatan2f.S384 .c5: label
3199 ba .c5
/titanic_41/usr/src/cmd/terminfo/
H A Dtermcap.src5389 # :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
5416 # :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
5429 # :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
H A Dterminfo.src6106 # :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
6135 # :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
6148 # :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\