Searched refs:bits (Results 151 - 175 of 197) sorted by relevance

12345678

/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.h115 virtual status_t SetIICBitsMode(size_t bits=8);
/haiku/src/add-ons/kernel/drivers/audio/ac97/
H A Dac97.h90 // AC97_EXTENDED_ID bits
267 uint8 bits:3; member in struct:_ac97_source_info
/haiku/src/servers/app/drawing/
H A DDrawingEngine.h206 void _CopyRect(bool isGraphicsMemory, uint8* bits,
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme.c342 rdata->mqes = cap.bits.mqes;
/haiku/src/libs/icon/
H A DIconUtils.cpp47 scale_bilinear(uint8* bits, int32 srcWidth, int32 srcHeight, int32 dstWidth, argument
52 uint8* dst = bits + (dstHeight - 1) * bpr;
60 uint8* s1 = bits + lineI * bpr + 4 * x;
82 dst = bits + (dstWidth - 1) * 4;
90 uint8* s1 = bits + y * bpr + 4 * columnI;
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_controller.cpp188 template<int bits, typename base_type>
193 STATIC_ASSERT(bits == 8 || bits == 16 || bits == 32);
199 switch (bits) {
634 // Reset CORB read pointer. Preseve bits marked as RsvdP.
1198 // TCSEL is reset to TC0 (clear 0-2 bits)
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c60 mask = ((1 << (info->bits + 1)) - 1) << 8;
67 mask = ((1 << (info->bits + 1)) - 1);
74 mask = ((1 << (info->bits + 1)) - 1);
117 mask = ((1 << (info->bits + 1)) - 1) << 8;
126 mask = ((1 << (info->bits + 1)) - 1);
134 mask = ((1 << (info->bits + 1)) - 1);
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h43 # include <bits/waitflags.h>
44 # include <bits/waitstatus.h>
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa.cpp229 vbe_set_bits_per_gun(bios_state* state, vesa_info& info, uint8 bits) argument
235 regs.ebx = (bits << 8) | 1;
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlanginfo.h26 #include <bits/locale.h> /* Define the __LC_* category names. */
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.h175 uint64 _BarSize(uint64 bits);
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp428 bitset_iterator bits(buf, 0);
432 if(bits.bit()) sl.add_cell(x + j, cover_full);
433 ++bits;
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dbwimac.c1089 uint32_t filt, bits; local
1098 bits = 0xf;
1101 bits |= 0x60;
1106 bits |= 0x200;
1114 CSR_FILT_SETBITS_4(sc, BWI_GPIO_CTRL, filt, bits);
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c118 * #define Just_16 to store 16 bits per 32-bit Long when doing high-precision
294 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */
352 /* When Pack_32 is not defined, we store 16 bits per 32-bit Long.
355 * slower. Hence the default is now to store 32 bits per Long.
942 d2b(double d, int *e, int *bits) argument
1040 *bits = 4*P + 8 - k - hi0bits(word0(d) & Frac_mask);
1043 *bits = P - k;
1049 *bits = 32*i - hi0bits(x[i-1]);
1051 *bits = (i+2)*16 - hi0bits(x[i]);
1582 * trouble from bits los
[all...]
/haiku/src/system/libroot/posix/glibc/libio/
H A Dlibio.h115 /* Magic numbers and bits for the _flags field.
116 The magic numbers use the high-order bits of _flags;
117 the remaining bits are available for variable flags.
169 # include <bits/stdio-lock.h>
/haiku/src/tests/servers/app/newerClipping/
H A Dmain.cpp348 test2((uint8*)info->bits, info->bytes_per_row);
/haiku/src/kits/game/
H A DDirectWindow.cpp130 OUTPUT("bits: %p\n", info.bits);
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp359 draw_ptr8 = (uint8*)info->bits + info->bytes_per_row
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_stub_funcs.h122 extern void ar9300_Stub_SetRxFilter(struct ath_hal *ah, uint32_t bits);
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h50 #include <bits/wchar.h>
/haiku/src/kits/tracker/
H A DIconCache.cpp40 // - Mime API requires BBitmaps to retrieve bits and successive
42 // Consider having special purpose "give me just the bits" calls
44 // - Related to this, node cache entries would only store the raw bits
236 uchar* bits = (uchar*)bitmap->Bits();
237 ASSERT(bits != NULL);
247 return *(bits + (int32)(floorf(where.y) * bitmap->BytesPerRow()
251 return *(bits + (int32)(floorf(where.y) * icon_size_for(size) + where.x))
1636 // need to copy the bits first in here
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c320 * If the cmdmode bits don't match the currently operating mode,
333 * If the cmdmode bits don't match the currently operating mode,
1900 unsigned lastbit, data, bits, bit, csr; local
1907 for (bits = idx|cmdmask, bit = bitwidth + 3; bit > 0; bit--, bits <<= 1) {
1908 const unsigned thisbit = bits & msb;
1920 for (data = 0, bits = 0; bits < 16; bits++) {
1937 tulip_mii_writebits(tulip_softc_t * const sc, unsigned data, unsigned bits) argument
[all...]
/haiku/src/apps/bootmanager/
H A Dbootman.S26 %assign SET_CURSOR_SHAPE 0x01 ; ch - starting scan line (5 bits)
27 ; cl - ending scan line (5 bits)
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Dif_dcreg.h62 * NWAY support controlled via the MDIO bits in the serial I/O
115 * Bus control bits.
159 * Interrupt status bits.
207 * Network config bits.
250 * Interrupt mask bits.
277 * Serial I/O (EEPROM/ROM) bits.
574 * Special ASIX-specific bits in the ASIX NETCFG register (CSR6).
644 * 100Mbps loopback on the 82c168 chip. The control bits should always
646 * loopback bits set accordingly when changing media. Physically, this
680 /* Internal NWAY bits */
[all...]
/haiku/src/build/libgnuregex/
H A Dregex.c119 /* Get the interface, including the syntax bits. */
225 #define BYTEWIDTH 8 /* In bits. */
804 The argument SYNTAX is a bit mask comprised of the various bits
1385 /* Read in characters and ranges, setting map bits. */
1463 the leading `:' and `[' (but set bits for them). */
2195 Then we set the translation of all bits between the starting and
3012 inner groups (which is a bits list) are maintained in separate
3031 } bits;
3034 #define REG_MATCH_NULL_STRING_P(R) ((R).bits.match_null_string_p)
3035 #define IS_ACTIVE(R) ((R).bits
3016 } bits; member in union:__anon5
[all...]

Completed in 379 milliseconds

12345678