Searched refs:lw (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Devices/Network/slirp/bsd/amd64/
H A Din_cksum.c99 const u_int32_t *lw = (const u_int32_t *) buf; local
105 if ((3 & (long) lw) == 0 && len == 20) {
106 sum = (u_int64_t) lw[0] + lw[1] + lw[2] + lw[3] + lw[4];
111 if ((offset = 3 & (long) lw) != 0) {
113 lw = (u_int32_t *) (((RTHCUINTPTR) lw)
[all...]
/vbox/src/VBox/Devices/Network/slirp/bsd/i386/
H A Din_cksum.c106 in_cksumdata(const u_int32_t *lw, int len) argument
113 if ((3 & (long) lw) == 0 && len == 20) {
114 sum = (u_int64_t) lw[0] + lw[1] + lw[2] + lw[3] + lw[4];
119 if ((offset = 3 & (long) lw) != 0) {
121 lw = (u_int32_t *) (((RTHCUINTPTR) lw)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DvgaVideo.h66 #define SCRLEFT8(lw, n) ( (unsigned char) (((unsigned char) lw) << (n)) )
69 #define SCRRIGHT8(lw, n) ( (unsigned char) (((unsigned char)lw) >> (n)) )
H A Dmaskbits.h284 #define SCRLEFT(lw, n) SHL((PixelType)(lw),(n))
285 #define SCRRIGHT(lw, n) SHR((PixelType)(lw),(n))
287 #define SCRLEFT(lw, n) SHR((PixelType)(lw),(n))
288 #define SCRRIGHT(lw, n) SHL((PixelType)(lw),(n))
H A Dcfbmskbits.h317 #define BitRight(lw,n) ((lw) >> (n))
318 #define BitLeft(lw,n) ((lw) << (n))
320 #define BitRight(lw,n) ((lw) << (n))
321 #define BitLeft(lw,n) ((lw) >> (n))
324 #define SCRLEFT(lw, n) BitLeft (lw, (
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DvgaVideo.h64 #define SCRLEFT8(lw, n) ( (unsigned char) (((unsigned char) lw) << (n)) )
67 #define SCRRIGHT8(lw, n) ( (unsigned char) (((unsigned char)lw) >> (n)) )
H A Dmaskbits.h284 #define SCRLEFT(lw, n) SHL((PixelType)(lw),(n))
285 #define SCRRIGHT(lw, n) SHR((PixelType)(lw),(n))
287 #define SCRLEFT(lw, n) SHR((PixelType)(lw),(n))
288 #define SCRRIGHT(lw, n) SHL((PixelType)(lw),(n))
H A Dcfbmskbits.h314 #define BitRight(lw,n) ((lw) >> (n))
315 #define BitLeft(lw,n) ((lw) << (n))
317 #define BitRight(lw,n) ((lw) << (n))
318 #define BitLeft(lw,n) ((lw) >> (n))
321 #define SCRLEFT(lw, n) BitLeft (lw, (
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DvgaVideo.h64 #define SCRLEFT8(lw, n) ( (unsigned char) (((unsigned char) lw) << (n)) )
67 #define SCRRIGHT8(lw, n) ( (unsigned char) (((unsigned char)lw) >> (n)) )
H A Dcfbmskbits.h314 #define BitRight(lw,n) ((lw) >> (n))
315 #define BitLeft(lw,n) ((lw) << (n))
317 #define BitRight(lw,n) ((lw) << (n))
318 #define BitLeft(lw,n) ((lw) >> (n))
321 #define SCRLEFT(lw, n) BitLeft (lw, (
[all...]
H A Dmaskbits.h284 #define SCRLEFT(lw, n) SHL((PixelType)(lw),(n))
285 #define SCRRIGHT(lw, n) SHR((PixelType)(lw),(n))
287 #define SCRLEFT(lw, n) SHR((PixelType)(lw),(n))
288 #define SCRRIGHT(lw, n) SHL((PixelType)(lw),(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DvgaVideo.h67 #define SCRLEFT8(lw, n) ( (unsigned char) (((unsigned char) lw) << (n)) )
70 #define SCRRIGHT8(lw, n) ( (unsigned char) (((unsigned char)lw) >> (n)) )
H A Dmaskbits.h286 #define SCRLEFT(lw, n) SHL((PixelType)(lw),(n))
287 #define SCRRIGHT(lw, n) SHR((PixelType)(lw),(n))
289 #define SCRLEFT(lw, n) SHR((PixelType)(lw),(n))
290 #define SCRRIGHT(lw, n) SHL((PixelType)(lw),(n))
H A Dcfbmskbits.h319 #define BitRight(lw,n) ((lw) >> (n))
320 #define BitLeft(lw,n) ((lw) << (n))
322 #define BitRight(lw,n) ((lw) << (n))
323 #define BitLeft(lw,n) ((lw) >> (n))
326 #define SCRLEFT(lw, n) BitLeft (lw, (
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DvgaVideo.h67 #define SCRLEFT8(lw, n) ( (unsigned char) (((unsigned char) lw) << (n)) )
70 #define SCRRIGHT8(lw, n) ( (unsigned char) (((unsigned char)lw) >> (n)) )
H A Dmaskbits.h286 #define SCRLEFT(lw, n) SHL((PixelType)(lw),(n))
287 #define SCRRIGHT(lw, n) SHR((PixelType)(lw),(n))
289 #define SCRLEFT(lw, n) SHR((PixelType)(lw),(n))
290 #define SCRRIGHT(lw, n) SHL((PixelType)(lw),(n))
H A Dcfbmskbits.h320 #define BitRight(lw,n) ((lw) >> (n))
321 #define BitLeft(lw,n) ((lw) << (n))
323 #define BitRight(lw,n) ((lw) << (n))
324 #define BitLeft(lw,n) ((lw) >> (n))
327 #define SCRLEFT(lw, n) BitLeft (lw, (
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_ReliantUNIX.s88 lw v0,312(a0) # fpregs.fp_csr
92 lw t9,180(a0) # gpregs[CXT_EPC]
93 lw ra,180(a0) # gpregs[CXT_EPC]
94 lw gp,152(a0) # gpregs[CXT_GP]
95 lw sp,156(a0) # gpregs[CXT_SP]
97 lw s8,160(a0) # gpregs[CXT_S8]
98 lw s0,104(a0) # gpregs[CXT_S0]
99 lw s1,108(a0) # gpregs[CXT_S1]
100 lw s2,112(a0) # gpregs[CXT_S2]
101 lw s
[all...]
H A Dos_Irix.s52 lw v0,0(a0)
112 lw v0,0(a0)
127 lw t0,0(v0)
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_irix.s90 lw t9, 0(a0)
93 lw t9, 12(t9) # t9 = *(that+t1+12)
97 lw t9, 0(t9) # t9 = *(that+t1+20)
102 lw t0, 0(a0)
107 lw t0, 12(t0)
H A Dxptcinvoke_asm_mips.s98 lw gp, GPOFF(sp)
124 lw gp, GPOFF(s0)
137 lw t9, 0(a0)
139 lw t9, 8(t9)
158 lw gp, GPOFF(s0)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvia-rhine.c472 unsigned long lw; member in union:rhine_tx_desc::VTC_tx_status_tag
491 unsigned long lw; member in union:rhine_tx_desc::VTC_tx_ctrl_tag
527 unsigned long lw; member in union:rhine_rx_desc::VTC_rx_status_tag
540 unsigned long lw; member in union:rhine_rx_desc::VTC_rx_ctrl_tag
743 tp->tx_ring[i].tx_status.lw = 0;
744 tp->tx_ring[i].tx_ctrl.lw = 0x00e08000;
1313 rxstatus = tp->rx_ring[tp->cur_rx].rx_status.lw;
1382 /*printf("tdsw=[%X]",tp->tx_ring[entry].tx_status.lw); */
1383 /*printf("tdcw=[%X]",tp->tx_ring[entry].tx_ctrl.lw); */
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25218_PRM.h177 pseudo_bit_t lw[0x00001]; /* If set - Local Write access will be enabled */ member in struct:arbelprm_fast_registration_segment_st
2578 pseudo_bit_t lw[0x00001]; /* If set - local write access enabled */ member in struct:arbelprm_mpt_st
2982 pseudo_bit_t lw[0x00001]; /* If set the memory access that caused the page fault was local write */ member in struct:arbelprm_page_fault_event_data_st
H A DMT25408_PRM.h137 pseudo_bit_t lw[0x00001]; /* If set - Local Write access will be enabled */ member in struct:hermonprm_fast_registration_segment_st
2489 pseudo_bit_t lw[0x00001]; /* If set - local write access is enabled */ member in struct:hermonprm_mpt_st
2890 pseudo_bit_t lw[0x00001]; /* If set the memory access that caused the page fault was local write */ member in struct:hermonprm_page_fault_event_data_st
H A Darbel.c2549 lw, 1,

Completed in 198 milliseconds

12