Searched defs:mask (Results 126 - 150 of 409) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dbits.c77 /* mask out the ith byte and shift down to the first 8 bits */
188 SetWordType mask=(((unsigned)1)<<setnum); local
195 setwd[e] |= mask;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Daclui.h82 ACCESS_MASK mask; member in struct:_SI_ACCESS
/vbox/src/VBox/Devices/Network/testcase/
H A DtstDevEEPROM.cpp328 uint32_t mask; local
330 mask = 0x01 << (count - 1);
336 if (data & mask)
346 mask >>= 1;
347 } while (mask);
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Di82365.c164 void i365_bset(u_short sock, u_short reg, u_char mask) { argument
166 d |= mask;
170 void i365_bclr(u_short sock, u_short reg, u_char mask) { argument
172 d &= ~mask;
177 /*static void i365_bflip(u_short sock, u_short reg, u_char mask, int b)
181 d |= mask;
183 d &= ~mask;
467 // Card status change interrupt mask
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_stencil.c51 s->mask = 0xFFFFFFFF;
100 static void crStateStencilBufferFunc(CRContext *g, CRStencilBufferState *s, GLenum func, GLint ref, GLuint mask) argument
104 s->mask = mask;
107 static void crStateStencilFuncPerform(GLenum face, GLenum func, GLint ref, GLuint mask) argument
144 crStateStencilBufferFunc(g, &s->buffers[i], func, ref, mask);
152 void STATE_APIENTRY crStateStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) argument
161 crStateStencilFuncPerform(face, func, ref, mask);
164 void STATE_APIENTRY crStateStencilFunc(GLenum func, GLint ref, GLuint mask) argument
166 crStateStencilFuncPerform(0, func, ref, mask);
300 crStateStencilMask(GLuint mask) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dzbin.c252 unsigned long mask; local
282 mask = ( ( datasize < sizeof ( mask ) ) ?
292 if ( val & ~mask ) {
297 ( int )( ( val - mask - 1 ) * add->divisor ) );
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsNetwork.cpp155 RTNETADDRIPV4 network, mask; local
156 int rc = RTCidrStrToIPv4(m_data.m_strCIDR.toAscii().constData(), &network, &mask);
258 message.second << UIGlobalSettingsNetwork::tr("Host interface <b>%1</b> does not currently have a valid IPv4 network mask.").arg(text(0));
285 message.second << UIGlobalSettingsNetwork::tr("Host interface <b>%1</b> does not currently have a valid DHCP server mask.").arg(text(0));
327 UIGlobalSettingsNetwork::tr ("Not set", "mask") :
355 UIGlobalSettingsNetwork::tr("Not set", "mask") :
1104 ("Interface IPv4 network mask must be empty or IPv4-valid!\n"));
1125 ("DHCP server IPv4 network mask must be IPv4-valid!\n"));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_eeprom.c504 * frequency mask) */
551 u8 mask; local
558 mask = AR5K_EEPROM_FREQ_M(ah->ah_ee_version);
561 pcal[0].freq = (val >> 9) & mask;
562 pcal[1].freq = (val >> 2) & mask;
563 pcal[2].freq = (val << 5) & mask;
567 pcal[3].freq = (val >> 4) & mask;
568 pcal[4].freq = (val << 3) & mask;
572 pcal[5].freq = (val >> 6) & mask;
573 pcal[6].freq = (val << 1) & mask;
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Deepro100.c294 * @v enable Zero to mask off IRQ, non-zero to enable IRQ.
500 uint16_t mask; local
504 mask = ifec_ee_bits[bit_id];
507 return ( ret & mask ) ? 1 : 0;
526 uint16_t mask = ifec_ee_bits[bit_id]; local
531 val &= ~mask;
532 val |= data & mask;
H A Dsmc9000.c74 byte mask; local
94 mask = (byte)0x10;
97 if (phyaddr & mask)
103 mask >>= 1;
107 mask = (byte)0x10;
110 if (phyreg & mask)
116 mask >>= 1;
194 word mask; local
212 mask = (byte)0x10;
215 if (phyaddr & mask)
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/rtl818x/
H A Drtl818x.c617 u8 mask = rtl818x_eeprom_bits[bit_id]; local
618 reg = (reg & ~mask) | (data & mask);
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dpointer.c82 unsigned char *mask; local
86 mask = image;
92 for (y = 0; y < h; ++y, mask += pitch, color += w)
96 if (mask[x / 8] & (1 << (7 - (x % 8))))
277 * Convert the Xorg source/mask bits to the and/xor bits VBox needs.
279 * The mask is a bitmap indicating which parts of the cursor are
284 * indicate the opaque part of the mask bitmap and clear bits
287 * The color data is the XOR mask. The AND mask bits determine
288 * which pixels of the color data (XOR mask) wil
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstateblock.c247 DWORD mask = (1 << (map_size & 0x1f)) - 1; local
249 if (mask) map[map_size >> 5] = mask;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstateblock.c248 DWORD mask = (1 << (map_size & 0x1f)) - 1; local
250 if (mask) map[map_size >> 5] = mask;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx_c_exports.c93 DECLEXPORT(void) VBOXGLXENTRYTAG(glXCopyContext)( Display *dpy, GLXContext src, GLXContext dst, unsigned long mask) argument
95 return glxim.CopyContext(dpy, src, dst, mask);
234 DECLEXPORT(void) VBOXGLXENTRYTAG(glXSelectEventSGIX)(Display *dpy, GLXDrawable drawable, unsigned long mask) argument
236 return glxim.SelectEventSGIX(dpy, drawable, mask);
239 DECLEXPORT(void) VBOXGLXENTRYTAG(glXGetSelectedEventSGIX)(Display *dpy, GLXDrawable drawable, unsigned long *mask) argument
241 return glxim.GetSelectedEventSGIX(dpy, drawable, mask);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Daclui.h82 ACCESS_MASK mask; member in struct:_SI_ACCESS
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntthread.c497 PRInt32 _PR_MD_SETTHREADAFFINITYMASK(PRThread *thread, PRUint32 mask )
501 rv = SetThreadAffinityMask(thread->md.handle, mask);
506 PRInt32 _PR_MD_GETTHREADAFFINITYMASK(PRThread *thread, PRUint32 *mask) argument
510 rv = GetProcessAffinityMask(GetCurrentProcess(), mask, &system_mask);
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c147 bits under the mask 0x18). The are interpreted as 0: nothing in process,
464 int back, len, mask; local
470 mask = 0x80 >> ((back - 1) & 7); /* mask for block last-bit */
485 buf[2 - len] = (*buf & (mask - 1)) + (last ? mask : 0);
/vbox/src/libs/libpng-1.2.8/
H A Dpng.c313 int freer, png_uint_32 mask)
319 info_ptr->free_me |= mask;
321 info_ptr->free_me &= ~mask;
329 png_free_data(png_structp png_ptr, png_infop info_ptr, png_uint_32 mask, argument
339 if ((mask & PNG_FREE_TEXT) & info_ptr->free_me)
341 if (mask & PNG_FREE_TEXT)
367 if ((mask & PNG_FREE_TRNS) & info_ptr->free_me)
369 if ((mask & PNG_FREE_TRNS) && (png_ptr->flags & PNG_FLAG_FREE_TRNS))
384 if ((mask & PNG_FREE_SCAL) & info_ptr->free_me)
386 if (mask
312 png_data_freer(png_structp png_ptr, png_infop info_ptr, int freer, png_uint_32 mask) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Deventstr.h104 uint8_t buttons[(MAX_BUTTONS + 7) / 8]; /**< Button mask */
106 uint8_t mask[(MAX_VALUATORS + 7) / 8];/**< Valuator mask */ member in struct:_DeviceEvent::__anon6754
227 uint8_t mask[(MAX_VALUATORS + 7) / 8];/**< Valuator mask */ member in struct:_RawDeviceEvent::__anon6761
H A Dxvdix.h92 unsigned long mask; member in struct:_XvVideoNotifyRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Deventstr.h104 uint8_t buttons[(MAX_BUTTONS + 7) / 8]; /**< Button mask */
106 uint8_t mask[(MAX_VALUATORS + 7) / 8];/**< Valuator mask */ member in struct:_DeviceEvent::__anon7075
227 uint8_t mask[(MAX_VALUATORS + 7) / 8];/**< Valuator mask */ member in struct:_RawDeviceEvent::__anon7082
H A Dxvdix.h92 unsigned long mask; member in struct:_XvVideoNotifyRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmfbunmap.h7 #undef mask macro
H A Dxvdix.h93 unsigned long mask; member in struct:_XvVideoNotifyRec

Completed in 361 milliseconds

1234567891011>>