/linux-2.4.37.9/include/math-emu/ |
D | quad.h | 80 #define FP_UNPACK_RAW_Q(X,val) _FP_UNPACK_RAW_4(Q,X,val) 81 #define FP_UNPACK_RAW_QP(X,val) _FP_UNPACK_RAW_4_P(Q,X,val) 82 #define FP_PACK_RAW_Q(val,X) _FP_PACK_RAW_4(Q,val,X) 86 _FP_PACK_RAW_4_P(Q,val,X); \ 91 _FP_UNPACK_RAW_4(Q,X,val); \ 92 _FP_UNPACK_CANONICAL(Q,4,X); \ 97 _FP_UNPACK_RAW_4_P(Q,X,val); \ 98 _FP_UNPACK_CANONICAL(Q,4,X); \ 103 _FP_PACK_CANONICAL(Q,4,X); \ 104 _FP_PACK_RAW_4(Q,val,X); \ [all …]
|
D | double.h | 115 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument 187 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
|
D | single.h | 104 #define _FP_SQRT_MEAT_S(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | srem_mod.S | 28 | Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0. 37 | 3.2 If R > Y, then { R := R - Y, Q := Q + 1} 39 | 3.4 k := k + 1, j := j - 1, Q := 2Q, R := 2R. Go to 50 | Q := Q + 1, Y := signY*Y }. Go to Step 6. 51 | 5.3 This is the tricky case of R = Y/2. If Q is odd, 52 | then { Q := Q + 1, signX := -signX }. 58 | Step 8. Return signQ, last 7 bits of Q, and R as required. 60 | Step 9. At this point, R = 2^(-j)*X - Q Y = Y. Thus, 61 | X = 2^(j)*(Q+1)Y. set Q := 2^(j)*(Q+1), 62 | R := 0. Return signQ, last 7 bits of Q, and R. [all …]
|
/linux-2.4.37.9/crypto/ |
D | cast6.c | 430 static inline void Q (u32 * block, u8 * Kr, u32 * Km) { in Q() function 458 Km = c->Km[0]; Kr = c->Kr[0]; Q (block, Kr, Km); in cast6_encrypt() 459 Km = c->Km[1]; Kr = c->Kr[1]; Q (block, Kr, Km); in cast6_encrypt() 460 Km = c->Km[2]; Kr = c->Kr[2]; Q (block, Kr, Km); in cast6_encrypt() 461 Km = c->Km[3]; Kr = c->Kr[3]; Q (block, Kr, Km); in cast6_encrypt() 462 Km = c->Km[4]; Kr = c->Kr[4]; Q (block, Kr, Km); in cast6_encrypt() 463 Km = c->Km[5]; Kr = c->Kr[5]; Q (block, Kr, Km); in cast6_encrypt() 500 Km = c->Km[11]; Kr = c->Kr[11]; Q (block, Kr, Km); in cast6_decrypt() 501 Km = c->Km[10]; Kr = c->Kr[10]; Q (block, Kr, Km); in cast6_decrypt() 502 Km = c->Km[9]; Kr = c->Kr[9]; Q (block, Kr, Km); in cast6_decrypt() [all …]
|
/linux-2.4.37.9/Documentation/parisc/ |
D | debugging | 29 3. Q bit fun 31 Certain, very critical code has to clear the Q bit in the PSW. What 32 happens when the Q bit is cleared is the CPU does not update the 35 that clears the Q bit and the RFI that sets it again you don't know 37 instrucion that cleared the Q bit, if you're not it points anywhere 38 at all. Usually Q bit problems will show themselves in unexplainable
|
D | registers | 66 Q (collect interruption state) 1 (0 in code directly preceding an rfi)
|
/linux-2.4.37.9/arch/sparc/math-emu/ |
D | math.c | 436 case FDMULQ: FP_CONV (Q, D, 4, 2, QA, DA); in do_one_mathemu() 437 FP_CONV (Q, D, 4, 2, QB, DB); in do_one_mathemu() 461 case FSTOQ: FP_CONV (Q, S, 4, 1, QR, SB); break; in do_one_mathemu() 462 case FDTOQ: FP_CONV (Q, D, 4, 2, QR, DB); break; in do_one_mathemu() 464 case FQTOS: FP_CONV (S, Q, 1, 4, SR, QB); break; in do_one_mathemu() 465 case FQTOD: FP_CONV (D, Q, 2, 4, DR, QB); break; in do_one_mathemu()
|
/linux-2.4.37.9/Documentation/ |
D | pm.txt | 170 This is just a quick Q&A as a stopgap until a real driver writers' 173 Q: When is a device suspended? 180 Q: Must a driver honor a suspend request? 187 Q: Can the driver block suspend/resume requests? 194 Q: What context is a suspend/resume initiated from? 200 Q: Will requests continue to arrive after a suspend? 215 Q: Do I have to manage bus-specific power management registers 222 Q: So, really, what do I need to do to support suspend/resume? 235 Q: Where do I store device context for suspend? 242 Q: What do I need to do for ACPI vs. APM vs. etc? [all …]
|
D | unicode.txt | 102 U+F8DF KLINGON LETTER Q 105 - Written <Q> in standard Okrand Latin transliteration
|
/linux-2.4.37.9/arch/sparc64/math-emu/ |
D | math.c | 412 case FDMULQ: FP_CONV (Q, D, 2, 1, QA, DA); in do_mathemu() 413 FP_CONV (Q, D, 2, 1, QB, DB); in do_mathemu() 446 case FSTOQ: FP_CONV (Q, S, 2, 1, QR, SB); break; in do_mathemu() 447 case FDTOQ: FP_CONV (Q, D, 2, 1, QR, DB); break; in do_mathemu() 449 case FQTOS: FP_CONV (S, Q, 1, 2, SR, QB); break; in do_mathemu() 450 case FQTOD: FP_CONV (D, Q, 1, 2, DR, QB); break; in do_mathemu()
|
/linux-2.4.37.9/net/khttpd/ |
D | rfc_time.c | 185 time_t mimeTime_to_UnixTime(char *Q) in mimeTime_to_UnixTime() argument 192 s=Q; in mimeTime_to_UnixTime()
|
D | prototypes.h | 90 time_t mimeTime_to_UnixTime(char *Q);
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | trampoline.S | 39 wbinvd # Needed for NUMA-Q should be harmless for others
|
/linux-2.4.37.9/include/asm-mips/ |
D | sfp-machine.h | 15 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y)
|
/linux-2.4.37.9/include/asm-mips64/ |
D | sfp-machine.h | 15 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y)
|
/linux-2.4.37.9/include/asm-alpha/ |
D | sfp-machine.h | 41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y)
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | sfp-machine.h | 41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y)
|
/linux-2.4.37.9/include/asm-s390/ |
D | sfp-machine.h | 44 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y)
|
/linux-2.4.37.9/include/asm-sparc/ |
D | sfp-machine.h | 44 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y)
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.ibmmca | 1087 Q: "Reset SCSI-devices at boottime" halts the system at boottime, why? 1097 Q: Why is the SCSI-order of my drives mirrored to the device-order 1107 Q: Why I cannot find the IBM MCA SCSI support in the config menue? 1109 Q: Where can I find the latest info about this driver? 1111 updates, info and Q/A lists. At this files' origin, the webaddress 1113 Q: My SCSI-adapter is not recognized by the driver, what can I do? 1119 Q: The driver screws up, if it starts to probe SCSI-devices, is there 1124 Q: I get a message: panic IBM MCA SCSI: command error .... , what can 1131 Q: There are still kernel panics, even after having set 1137 Q: Linux panics or stops without any comment, but it is probable, that my [all …]
|
/linux-2.4.37.9/net/ |
D | Config.in | 55 tristate '802.1Q VLAN Support' CONFIG_VLAN_8021Q
|
/linux-2.4.37.9/arch/s390/math-emu/ |
D | math.c | 61 #define FP_TO_FPINT_ROUND_Q(X) _FP_TO_FPINT_ROUND(Q,4,X) 778 FP_CONV (Q, D, 4, 2, QR, DA); in emu_lxdbr() 794 FP_CONV (Q, D, 4, 2, QR, DA); in emu_lxdb() 810 FP_CONV (Q, S, 4, 1, QR, SA); in emu_lxebr() 826 FP_CONV (Q, S, 4, 1, QR, SA); in emu_lxeb() 994 FP_CONV (D, Q, 2, 4, DR, QA); in emu_ldxbr() 1010 FP_CONV (S, Q, 1, 4, SR, QA); in emu_lexbr() 1086 FP_CONV (Q, D, 4, 2, QA, DA); in emu_mxdbr() 1088 FP_CONV (Q, D, 4, 2, QB, DA); in emu_mxdbr()
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | Tuners | 25 Q= BG+I+DK+LL
|
/linux-2.4.37.9/Documentation/networking/ |
D | generic-hdlc.txt | 21 with IEEE 802.1Q (VLANs) and 802.1D (Ethernet bridging).
|