/linux-2.4.37.9/net/802/pseudo/ |
D | pseudocode | 23 V(S):=0 24 V(R):=0 34 ; V(S):=0 35 ; V(R):=0 49 V(S):=0 50 V(R):=0 68 V(S):=0 69 V(R):=0 81 V(S):=0 82 V(R):=0 [all …]
|
D | opcodes | 62 61 V(R):=0 63 62 V(R):=V(R)+1 64 63 V(S):=0 65 64 V(S):=N(R)
|
D | opcd2num.sed | 69 s/V(R):=0/61/ 70 s/V(R):=V(R)+1/62/ 71 s/V(S):=0/63/ 72 s/V(S):=N(R)/64/
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | slogn.S | 385 fmulx %fp2,%fp2 | ...FP2 IS V=U*U 389 |--U + V*(A1+U*(A2+U*(A3+U*(A4+U*(A5+U*A6))))) WHICH IS 390 |--[U + V*(A1+V*(A3+V*A5))] + [U*V*(A2+V*(A4+V*A6))] 395 fmuld LOGA6,%fp1 | ...V*A6 396 fmuld LOGA5,%fp2 | ...V*A5 398 faddd LOGA4,%fp1 | ...A4+V*A6 399 faddd LOGA3,%fp2 | ...A3+V*A5 401 fmulx %fp3,%fp1 | ...V*(A4+V*A6) 402 fmulx %fp3,%fp2 | ...V*(A3+V*A5) 404 faddd LOGA2,%fp1 | ...A2+V*(A4+V*A6) [all …]
|
D | satan.S | 318 |--U + A1*U*V*(A2 + V*(A3 + V)), V = U*U 320 |--THE NATURAL FORM IS U + U*V*(A1 + V*(A2 + V*A3)) 323 |--PARTS A1*U*V AND (A2 + ... STUFF) MORE LOAD-BALANCED 329 faddx %fp1,%fp2 | ...A3+V 330 fmulx %fp1,%fp2 | ...V*(A3+V) 331 fmulx %fp0,%fp1 | ...U*V 332 faddd ATANA2,%fp2 | ...A2+V*(A3+V) 333 fmuld ATANA1,%fp1 | ...A1*U*V 334 fmulx %fp2,%fp1 | ...A1*U*V*(A2+V*(A3+V))
|
D | stanh.S | 68 .set V,FP_SCR6 define 115 fmovex %fp1,V(%a6) 116 eorl %d0,V(%a6) 119 fdivx V(%a6),%fp0
|
D | stan.S | 32 | rational function U/V where 34 | V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r. 38 | rational function U/V where 40 | V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r, 41 | -Cot(r) = -V/U. Exit.
|
/linux-2.4.37.9/drivers/char/rio/ |
D | riscos.h | 56 #define WBYTE(A,V) (A)=(uchar)(V) argument 57 #define WWORD(A,V) (A)=(ushort)(V) argument 61 #define WINDW(A,V) (*(ushort *)(A)=(ushort)(V)) argument
|
/linux-2.4.37.9/arch/mips/math-emu/ |
D | ieee754dp.h | 76 ieee754dp V = ieee754dp_format(s,e,m); \ 78 return ieee754dp_xcpt(V,name,a0,a1); \ 80 return V; \
|
D | ieee754sp.h | 82 ieee754sp V = ieee754sp_format(s,e,m); \ 84 return ieee754sp_xcpt(V,name,a0,a1); \ 86 return V; \
|
/linux-2.4.37.9/drivers/scsi/ |
D | advansys.h | 37 #define ASC_LINUX_VERSION(V, P, S) (((V) * 65536) + ((P) * 256) + (S)) argument
|
D | ini9100u.h | 71 #define CVT_LINUX_VERSION(V,P,S) (((V) * 65536) + ((P) * 256) + (S)) argument
|
D | inia100.h | 64 #define CVT_LINUX_VERSION(V,P,S) (((V) * 65536) + ((P) * 256) + (S)) argument
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | LART | 8 between 3.5V and 16V and is overdimensioned to support a range of
|
D | PCMCIA | 128 vs_3v - 1 if the card must be operated at 3.3V, 0 otherwise 147 0 0 X.XV, else 3.3V, else none 148 0 1 3.3V, else none 150 1 1 5V, else none 193 respectively, in units of 0.1V. (Note that vpp==120 indicates that 337 P0_ 20 Slot 0 12V 345 P1_ 28 Slot 1 12V 351 be written with the value 0101 for Vcc 3.3V, and 1001 for Vcc 5V. 371 CF_PWR 0 CF bus power (3.3V)
|
/linux-2.4.37.9/Documentation/ |
D | mandatory.txt | 26 In trying to address this problem, the designers of System V UNIX came up 32 The System V mandatory locking scheme was intended to have as little impact as 38 the whole truth. System V locking is based on fcntl(). The granularity of 44 borrowing the fcntl() locking scheme from System V. The mandatory locking 45 scheme is defined by the System V Interface Definition (SVID) Version 3. 52 meaningless combination, and was chosen by the System V implementors so as not 100 interface - in other words the System V/POSIX interface. BSD style
|
D | isapnp.txt | 99 ISAPNP_CARD_ID('A','D','V', 0x550a), 101 ISAPNP_DEVICE_ID('A', 'D', 'V', 0x0010), 102 ISAPNP_DEVICE_ID('A', 'D', 'V', 0x0011)
|
D | Changes | 55 o modutils 2.4.14 # insmod -V 57 o jfsutils 1.0.12 # fsck.jfs -V 58 o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs 59 o xfsprogs 2.6.0 # xfs_db -V 60 o pcmcia-cs 3.1.21 # cardmgr -V 61 o quota-tools 3.09 # quota -V
|
D | watchdog-api.txt | 64 magic character 'V' has been sent /dev/watchdog just before closing 282 'V' close handling. 316 character 'V' close handling. 330 magic character 'V' handling. 357 character 'V' close handling.
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | Tuners | 67 40x2: Tuner (5V/33V), TEMIC_API. 68 40x6: Tuner 5V
|
/linux-2.4.37.9/drivers/video/ |
D | sstfb.h | 60 # define print_var(V, X...) \ argument 64 sst_dbg_print_var(V); \
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.ids | 937 10b9 1533 ALI M1533 Aladdin IV/V ISA South Bridge 939 1541 M1541 Northbridge [Aladdin V] 940 10b9 1541 ALI M1541 Aladdin V/V+ AGP+PCI North Bridge 941 1542 M1542 Northbridge [Aladdin V] 1389 a501 SmartRAID V Controller 1425 a511 SmartRAID V Controller 1891 1085 Tulip Computers Int.B.V. 2214 1522 0001 RockForce 4 Port V.90 Data/Fax/Voice Modem 2215 1522 0002 RockForce 2 Port V.90 Data/Fax/Voice Modem 2216 1522 0003 RockForce 6 Port V.90 Data/Fax/Voice Modem [all …]
|
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | md5sums.asc | 30 iD8DBQE9rE91DiY0VZsg4ukRAkKfAJ4xWUfqjc0hW+V+JPue5yr7mrt+RwCdGdSf
|
/linux-2.4.37.9/net/802/ |
D | cl2llc.pre | 482 case V(R):=0: 485 case V(R):=V(R)+1: 488 case V(S):=0: 491 case V(S):=N(R):
|
/linux-2.4.37.9/drivers/net/wan/ |
D | Config.in | 52 tristate ' LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards' CONFIG_LANMEDIA 82 …dep_tristate ' Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards)' CONFIG_PC300 $CONFIG_H…
|