Searched defs:bit (Results 26 - 37 of 37) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c329 static inline void set_bitmap_bit(DWORD *bitmap, DWORD bit) argument
332 idx = bit >> 5;
333 shift = bit & 0x1f;
703 /* Fake sampler usage, only set reserved bit and type. */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader.c385 static inline void set_bitmap_bit(DWORD *bitmap, DWORD bit) argument
388 idx = bit >> 5;
389 shift = bit & 0x1f;
788 /* Fake sampler usage, only set reserved bit and type. */
/vbox/src/recompiler/tests/
H A Dtest-i386.c347 /* limited 16 bit addressing test */
1379 /* 16 bit code test */
1579 static inline void set_bit(uint8_t *a, unsigned int bit) argument
1581 a[bit / 8] |= (1 << (bit % 8));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dhermon.c66 * @ret bit First free bit within bitmask, or negative error
71 unsigned int bit = 0; local
76 while ( bit < bits_len ) {
83 bit++;
99 return ( bit - num_bits + 1 );
106 * @v bit Starting bit within bitmask
110 int bit, unsigned int num_bits ) {
113 for ( ; num_bits ; bit
109 hermon_bitmask_free( hermon_bitmask_t *bits, int bit, unsigned int num_bits ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaEnc.c706 UInt32 bit; local
708 bit = (symbol >> i) & 1;
709 RangeEnc_EncodeBit(rc, probs + m, bit);
710 m = (m << 1) | bit;
720 UInt32 bit = symbol & 1; local
721 RangeEnc_EncodeBit(rc, probs + m, bit);
722 m = (m << 1) | bit;
746 UInt32 bit = symbol & 1; local
748 price += GET_PRICEa(probs[m], bit);
749 m = (m << 1) | bit;
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp178 /* RDP 24 bit RGB mask. */
246 /* For all bit columns. */
250 uint8_t mask = 1 << (7 - x%8); /* Currently checking bit in the byte. */
393 * XOR mask contains 32 bit (lsb)BGR0(msb) values.
480 bool bit = (src[byteIndex] & (1 << (7 - bitIndex))) != 0; local
482 if (!bit)
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c158 with negative sign bit. To be conservative, values that would
413 On a 64-bit machine, you may be able to reduce malloc overhead by
414 defining INTERNAL_SIZE_T to be a 32 bit `unsigned int' at the
452 /* The corresponding bit mask value */
1659 The P (PREV_INUSE) bit, stored in the unused low-order bit of the
1661 bit for the *previous* chunk. If that bit is *clear*, then the
1664 The very first chunk allocated always has this bit set,
1683 bit (IS_MMAPPE
3085 unsigned int bit; /* bit map traverser */ local
[all...]
/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp333 * guest to clear any of these bits (by writing a ONE) before a bit was
349 /** Bits 16..23 in 16-bit mode */
493 /** bird: I've changed the type for the bitfields. They should only be 16-bit all together.
694 /* Double check the own bit; guest drivers might be buggy and lock prefixes in the recompiler are ignored by other threads. */
697 Log(("pcnetTmdLoad: own bit flipped while reading!!\n"));
792 /* Double check the own bit; guest drivers might be buggy and lock prefixes in the recompiler are ignored by other threads. */
795 Log(("pcnetRmdLoad: own bit flipped while reading!!\n"));
907 int idx, bit; local
912 for (data = *ether_addr++, bit = 0; bit < MULTICAST_FILTER_LE
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.h515 u32 tqi_cbr_period; /* Constant bit rate period */
593 * TSF is a 64bit value in usec (microseconds).
594 * TU is a 32bit value and defined by IEEE802.11 (page 6) as "A measurement of
798 * bit value
1126 /* ACK bit rate */
1269 u32 retval = 0, bit, i; local
1272 bit = (val >> i) & 1;
1273 retval = (retval << 1) | bit;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 140 milliseconds

12