/linux-2.4.37.9/arch/ia64/kernel/ |
D | unaligned.c | 233 # define F(reg) case reg: __asm__ __volatile__ ("invala.e r%0" :: "i"(reg)); break in invala_gr() macro 236 F( 0); F( 1); F( 2); F( 3); F( 4); F( 5); F( 6); F( 7); in invala_gr() 237 F( 8); F( 9); F( 10); F( 11); F( 12); F( 13); F( 14); F( 15); in invala_gr() 238 F( 16); F( 17); F( 18); F( 19); F( 20); F( 21); F( 22); F( 23); in invala_gr() 239 F( 24); F( 25); F( 26); F( 27); F( 28); F( 29); F( 30); F( 31); in invala_gr() 240 F( 32); F( 33); F( 34); F( 35); F( 36); F( 37); F( 38); F( 39); in invala_gr() 241 F( 40); F( 41); F( 42); F( 43); F( 44); F( 45); F( 46); F( 47); in invala_gr() 242 F( 48); F( 49); F( 50); F( 51); F( 52); F( 53); F( 54); F( 55); in invala_gr() 243 F( 56); F( 57); F( 58); F( 59); F( 60); F( 61); F( 62); F( 63); in invala_gr() 244 F( 64); F( 65); F( 66); F( 67); F( 68); F( 69); F( 70); F( 71); in invala_gr() [all …]
|
/linux-2.4.37.9/Documentation/ |
D | ioctl-number.txt | 62 0x00 00-1F linux/fs.h conflict! 63 0x00 00-1F scsi/scsi_ioctl.h conflict! 64 0x00 00-1F linux/fb.h conflict! 65 0x00 00-1F linux/wavefront.h conflict! 75 '1' 00-1F <linux/timepps.h> PPS kit from Ulrich Windl 81 'A' 00-1F linux/apm_bios.h 86 'F' all linux/fb.h 88 'J' 00-1F drivers/scsi/gdth_ioctl.h 90 'L' 00-1F linux/loop.h 94 'M' 00-1F linux/isicom.h conflict! [all …]
|
D | computone.txt | 202 /dev/ttyF[n] -> /dev/tts/F[n] n = 0 - 255 203 /dev/cuf[n] -> /dev/cua/F[n] n = 0 - 255 211 all the tty devices under tts. The device names are now tts/F%d for 212 the tty device and cua/F%d for the cua devices. If you were using 277 /dev/ttyF[n] -> /dev/tts/F[n] n = 0 - 255 278 /dev/cuf[n] -> /dev/cua/F[n] n = 0 - 255 286 all the tty devices under tts. The device names are now tts/F%d for 287 the tty device and cua/F%d for the cua devices. If you were using 430 X for i in `( cd tts ; ls F* )` ; do 437 X for i in `( cd cua ; ls F* )` ; do [all …]
|
/linux-2.4.37.9/net/802/pseudo/ |
D | pseudocode | 22 SEND_UA_RSP(F=X) 29 ADM3 SEND_DM_RSP(F=X) 30 ADM4 SEND_DM_RSP(F=X) 33 ;CONN1 SEND_UA_RSP(F=X) 39 CONN2 SEND_DM_RSP(F=X) 48 RESWAIT2 SEND_UA_RSP(F=X) 59 RESWAIT4 SEND_DM_RSP(F=X) 63 RESWAIT7 SEND_DM_RSP(F=X) 67 RESCHK1 SEND_UA_RSP(F=X) 73 RESCHK2 SEND_DM_RSP(F=X) [all …]
|
D | opcodes | 13 12 SEND_DM_RSP(F=X) 14 13 SEND_FRMR_RSP(F=X) 15 14 RE-SEND_FRMR_RSP(F=0) 16 15 RE-SEND_FRMR_RSP(F=P) 23 22 RE-SEND_I_RSP(F=1) 25 24 SEND_REJ_RSP(F=1) 27 26 SEND_RNR_CMD(F=1) 28 27 SEND_RNR_RSP(F=1) 34 33 SEND_RR_RSP(F=1) 35 34 SEND_ACKNOWLEDGE_RSP(F=1) [all …]
|
D | opcd2num.sed | 19 s/RE-SEND_FRMR_RSP(F=0)/14/ 20 s/RE-SEND_FRMR_RSP(F=P)/15/ 23 s/RE-SEND_I_RSP(F=1)/22/ 37 s/SEND_ACKNOWLEDGE_RSP(F=1)/34/ 40 s/SEND_DM_RSP(F=X)/12/ 41 s/SEND_FRMR_RSP(F=X)/13/ 45 s/SEND_REJ_RSP(F=1)/24/ 47 s/SEND_RNR_CMD(F=1)/26/ 48 s/SEND_RNR_RSP(F=1)/27/ 51 s/SEND_RR_RSP(F=1)/33/ [all …]
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | slogn.S | 30 | Step 2. X = 2**k * Y where 1 <= Y < 2. Define F to be the first seven 31 | significant bits of Y plus 2**(-7), i.e. F = 1.xxxxxx1 in base 32 | 2 where the six "x" match those of Y. Note that |Y-F| <= 2**(-7). 34 | Step 3. Define u = (Y-F)/F. Approximate log(1+u) by a polynomial in u, 37 | Step 4. Reconstruct log(X) = log( 2**k * Y ) = k*log(2) + log(F) + log(1+u) 38 | by k*log(2) + (log(F) + poly). The values of log(F) are calculated 45 | Step 2: Let 1+X = 2**k * Y, where 1 <= Y < 2. Define F as done in Step 2 47 | k*log(2) + log(F) + poly where poly approximates log(1+u), 48 | u = (Y-F)/F. 51 | Note 1. There are 64 different possible values for F, thus 64 log(F)'s [all …]
|
D | satan.S | 26 | Define F = sgn * 2**k * 1.xxxx1, i.e. the first 5 significant bits 28 | to be u = (X-F) / (1 + X*F). 32 | Step 4. Return arctan(F) + poly, arctan(F) is fetched from a table of values 276 |--ARE ONLY 8 TIMES 16 = 2^7 = 128 |F|'S. SINCE ATAN(-|F|) IS 277 |-- -ATAN(|F|), WE NEED TO STORE ONLY ATAN(|F|). 284 movel #0x00000000,XFRACLO(%a6) | ...LOCATION OF X IS NOW F 287 fmulx X(%a6),%fp1 | ...FP1 IS X*F, NOTE THAT X*F > 0 288 fsubx X(%a6),%fp0 | ...FP0 IS X-F 289 fadds #0x3F800000,%fp1 | ...FP1 IS 1 + X*F 290 fdivx %fp1,%fp0 | ...FP0 IS U = (X-F)/(1+X*F) [all …]
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | align.c | 36 #define F 8 /* to/from fp regs */ macro 59 { 4, LD+F+S }, /* 00 0 1000: lfs */ 60 { 8, LD+F }, /* 00 0 1001: lfd */ 61 { 4, ST+F+S }, /* 00 0 1010: stfs */ 62 { 8, ST+F }, /* 00 0 1011: stfd */ 75 { 4, LD+F+S+U }, /* 00 1 1000: lfsu */ 76 { 8, LD+F+U }, /* 00 1 1001: lfdu */ 77 { 4, ST+F+S+U }, /* 00 1 1010: stfsu */ 78 { 8, ST+F+U }, /* 00 1 1011: stfdu */ 155 { 4, LD+F+S }, /* 11 0 1000: lfsx */ [all …]
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | pmc.h | 92 #define PMC_SW_PROCESSOR(F) pmc_sw_cpu[smp_processor_id()].F++ argument 93 #define PMC_SW_PROCESSOR_A(F, E) (pmc_sw_cpu[smp_processor_id()].F[(E)])++ argument 94 #define PMC_SW_SYSTEM(F) pmc_sw_system.F++ argument 96 #define PMC_SW_PROCESSOR(F) do {;} while (0) argument 97 #define PMC_SW_PROCESSOR_A(F) do {;} while (0) argument 98 #define PMC_SW_SYSTEM(F) do {;} while (0) argument
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | align.c | 39 #define F 8 /* to/from fp regs */ macro 61 { 4, LD+F }, /* 00 0 1000: lfs */ 62 { 8, LD+F }, /* 00 0 1001: lfd */ 63 { 4, ST+F }, /* 00 0 1010: stfs */ 64 { 8, ST+F }, /* 00 0 1011: stfd */ 77 { 4, LD+F+U }, /* 00 1 1000: lfsu */ 78 { 8, LD+F+U }, /* 00 1 1001: lfdu */ 79 { 4, ST+F+U }, /* 00 1 1010: stfsu */ 80 { 8, ST+F+U }, /* 00 1 1011: stfdu */ 157 { 4, LD+F }, /* 11 0 1000: lfsx */ [all …]
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | Tuners | 34 A= F-connector 43 F[IRMQ]12[1345]6{MF|ME|MP} 44 F[IRMQ]: 66 4[01][0136][269]F[HYNR]5 76 F[HYNR]5 102 F= F-connector 106 TCL2002MB-1F: PAL BG + DK w/FM =PHILIPS_PAL
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | oui.db | 16 00000F NEXT, INC. 32 00001F Telco Systems, Inc. 48 00002F TIMEPLEX INC. 64 00003F SYNTREX, INC. 80 00004F LOGICRAFT, INC. 96 00005F SUMITOMO ELECTRIC IND., LTD. 111 00006F MADGE NETWORKS LTD. 127 00007F LINOTYPE-HELL AG 143 00008F RAYTHEON COMPANY 159 00009F AMERISTAR TECHNOLOGIES INC. [all …]
|
/linux-2.4.37.9/arch/ia64/tools/ |
D | Makefile | 38 $(CC) $(CFLAGS) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) print_offsets.c -o $@ 48 $(CC) $(CFLAGS) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) -S print_offsets.c -o $@
|
/linux-2.4.37.9/net/802/ |
D | cl2llc.pre | 260 case SEND_DM_RSP(F=X): 263 case SEND_FRMR_RSP(F=X): 270 case RE-SEND_FRMR_RSP(F=0): 273 case RE-SEND_FRMR_RSP(F=P): 303 case RE-SEND_I_RSP(F=1): 309 case SEND_REJ_RSP(F=1): 318 case SEND_RNR_CMD(F=1): 321 case SEND_RNR_RSP(F=1): 354 case SEND_RR_RSP(F=1): 357 case SEND_ACKNOWLEDGE_RSP(F=1): [all …]
|
/linux-2.4.37.9/drivers/char/ |
D | random.c | 1932 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro 1956 ROUND(F, a, b, c, d, in[0] + K1, 3); in halfMD4Transform() 1957 ROUND(F, d, a, b, c, in[1] + K1, 7); in halfMD4Transform() 1958 ROUND(F, c, d, a, b, in[2] + K1, 11); in halfMD4Transform() 1959 ROUND(F, b, c, d, a, in[3] + K1, 19); in halfMD4Transform() 1960 ROUND(F, a, b, c, d, in[4] + K1, 3); in halfMD4Transform() 1961 ROUND(F, d, a, b, c, in[5] + K1, 7); in halfMD4Transform() 1962 ROUND(F, c, d, a, b, in[6] + K1, 11); in halfMD4Transform() 1963 ROUND(F, b, c, d, a, in[7] + K1, 19); in halfMD4Transform() 1996 ROUND(F, a, b, c, d, in[ 0] + K1, 3); in twothirdsMD4Transform() [all …]
|
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_osdep.h | 75 #define DEBUGFUNC(F) DEBUGOUT(F "\n") argument
|
/linux-2.4.37.9/arch/m68k/ifpsp060/ |
D | fskeleton.S | 205 | This is the exit point for the 060FPSP when an F-Line Illegal exception is 206 | encountered. Three different types of exceptions can enter the F-Line exception 208 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module 209 | _fpsp_fline() distinguishes between the three and acts appropriately. F-Line 220 | encountered. Three different types of exceptions can enter the F-Line exception 222 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
|
/linux-2.4.37.9/scripts/ |
D | makelst | 20 t6=`echo $t4 - $t5 | sed -e s/a/A/g -e s/b/B/g -e s/c/C/g -e s/d/D/g -e s/e/E/g -e s/f/F/g`
|
/linux-2.4.37.9/net/sched/ |
D | sch_csz.c | 374 unsigned long F; in csz_update() local 411 F = a->finish; in csz_update() 430 if (F - tmp > 0) in csz_update() 442 tmp = ((F-q->R_c)*q->rate)<<q->R_log; in csz_update() 443 R_c = F; in csz_update()
|
/linux-2.4.37.9/ |
D | Rules.make | 54 …$(CC) $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) … 57 …$(CPP) $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F)))… 60 …$(CC) $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) … 276 …$(CC) $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) …
|
/linux-2.4.37.9/arch/i386/boot/compressed/ |
D | Makefile | 38 $(CC) $(CFLAGS) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) -c misc.c
|
/linux-2.4.37.9/Documentation/sound/ |
D | mwave | 103 SET INCLUDE=f:\MSDEV\INCLUDE;F:\MSDEV\MFC\INCLUDE 104 SET LIB=F:\MSDEV\LIB;F:\MSDEV\MFC\LIB
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.in2000 | 161 off off 220 - 22F 162 on off 200 - 20F 163 off on 110 - 11F 164 on on 100 - 10F
|
/linux-2.4.37.9/Documentation/networking/ |
D | smc9.txt | 37 ftp://sfbox.vt.edu/filebox/F/fenris/smc9/smc9-12.tar.gz
|