Searched defs:bit (Results 1 - 25 of 47) sorted by relevance

12

/haiku/src/libs/compat/freebsd_network/compat/machine/generic/
H A Dcpufunc.h13 int bit; local
26 int bit; local
/haiku/headers/libs/agg/
H A Dagg_bitset_iterator.h42 unsigned bit() const function in class:agg::bitset_iterator
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dbitmap.h54 ntfs_bitmap_set_bit(ntfs_attr *na, s64 bit) argument
68 ntfs_bitmap_clear_bit(ntfs_attr *na, s64 bit) argument
[all...]
H A Dbitmap.c56 void ntfs_bit_set(u8 *bitmap, const u64 bit, const u8 new_value) argument
74 ntfs_bit_get(const u8 *bitmap, const u64 bit) argument
90 ntfs_bit_get_and_set(u8 *bitmap, const u64 bit, const u8 new_value) argument
120 int bit, firstbyte, lastbyte, lastbyte_pos, tmp, ret = -1; local
[all...]
H A Dlcnalloc.c148 int bit = *buf & (1 << j); local
244 u8 *buf, *byte, bit, writeback; local
H A Dmft.c550 s64 pass_end, ll, data_pos, pass_start, ofs, bit; local
1428 s64 ll, bit; local
1713 s64 ll, bit; local
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_ether.c96 int bit; local
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_mul.c103 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
[all...]
H A Dfpu_div.c156 u_int q, bit; local
[all...]
H A Dfpu_sqrt.c190 u_int bit, q, tt; local
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCChannelMask.cpp167 CH_MASK bit; local
467 CH_MASK_DSP bit,temp; local
480 CH_MASK_DSP bit,temp; local
498 CH_MASK_DSP temp,bit; local
[all...]
/haiku/src/libs/x86emu/
H A Dops2.c365 int bit, disp; local
788 int bit, disp; local
1439 int bit, disp; local
1861 int bit; local
2116 int bit, disp; local
[all...]
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.cpp24 int bit; local
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.h365 static inline int test_bit(__u8 *bitmap, unsigned int bit) argument
373 static inline void set_bit(__u8 *bitmap, unsigned int bit) argument
381 static inline void clear_bit(__u8 *bitmap, unsigned int bit) argument
393 unsigned int i, j, bit, count = (nr_bits + 63) >> 6; local
[all...]
/haiku/src/servers/app/
H A DCursorSet.cpp412 uint16 bit = 1 << (15 - x); local
/haiku/src/add-ons/accelerants/common/
H A Di2c.c172 send_bit(const i2c_bus *bus, uint8 bit, int timeout) argument
301 receive_bit(const i2c_bus *bus, bool *bit, int timeout) argument
348 bool bit; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.cpp259 uint32 bit = pos & 0x1F; local
329 int32 bit = pos & 0x1F; local
[all...]
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Di2c_core.c202 int bit = (byte >> i) & 1; local
/haiku/src/libs/print/libprint/
H A DHalftone.cpp330 const int bit = 7 - x % 8; local
H A DHalftoneView.cpp94 const int bit = 7 - (x % 8); local
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4_address.cpp223 int8 bit = 0; local
249 int8 bit = 0; local
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c311 uint8 cnt, bit, byte = 0; local
334 bool bit; local
[all...]
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp35 inline static void SetBit(Type &val, int bit) {val |= Type(1) << bit;} argument
38 inline static void ClearBit(Type &val, int bit) {val &= ~(Type(1) << bit);} argument
41 inline static void InvertBit(Type &val, int bit) {val ^= Type(1) << bit;} argument
44 inline static void SetBitTo(Type &val, int bit, bool isSet) { argument
48 inline static bool IsBitSet(Type val, int bit) { argument
[all...]
/haiku/src/system/kernel/arch/arm/
H A Dsoc_omap3.cpp32 uint32 bit = irq % 32, bank = irq / 32; local
40 uint32 bit = irq % 32, bank = irq / 32; local
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp264 uint8 bit = op == TTYSETDTR ? USB_CDC_CONTROL_SIGNAL_STATE_DTR local

Completed in 415 milliseconds

12