Searched refs:bit (Results 76 - 100 of 153) sorted by relevance

1234567

/haiku-fatelf/src/bin/gdb/
H A Dlibtool.m4149 *32-bit*)
155 *64-bit*)
161 *32-bit*)
167 *64-bit*)
557 lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)']
619 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
623 *-32|*"-32 ") libmagic=32-bit;;
625 *-64|*"-64 ") libmagic=64-bit;;
643 lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'] ;;
657 [lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [M
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp300 // the block bitmap is accessed in 32-bit blocks
681 int32 numBits = groups[i].fNumBits, bit = 0;
685 for (int32 j = 0; j < 32 && bit < numBits; j++, bit++) {
694 start = bit;
831 for (uint32 bit = start % bitsPerFullBlock;
832 bit < cached.NumBlockBits(); bit++) {
833 if (!cached.IsUsed(bit)) {
1140 for (uint32 bit
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactypes.h123 * and must be either 32 or 64. 16-bit ACPICA is no longer supported, as of
135 * working around problems that some 32-bit compilers have with 64-bit
149 * 16-bit, 32-bit, and 64-bit targets.
155 * UINT8 8-bit (1 byte) unsigned value
156 * UINT16 16-bit (2 byte) unsigned value
157 * UINT32 32-bit (4 byte) unsigned value
158 * UINT64 64-bit (
[all...]
/haiku-fatelf/src/libs/compat/freebsd_network/compat/net/
H A Dif_media.h282 #define IFM_AVALID 0x10000000 /* Active bit valid */
650 #define IFM_STATUS_DESC(ifms, bit) \
651 (ifms)->ifms_string[((ifms)->ifms_bit & (bit)) ? 1 : 0]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A DMakefile.am117 bit-ops.c \
/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dtty.cpp933 } else if ((flags & ISTRIP) != 0) // strip off eighth bit
1893 int bit = 0; local
1897 bit = TCGB_DCD;
1900 bit = TCGB_CTS;
1903 bit = TCGB_DSR;
1906 bit = TCGB_RI;
1914 cookie->tty->hardware_bits |= bit;
1916 cookie->tty->hardware_bits &= ~bit;
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspcl.c604 int bit; local
607 for (p=0,bit=1;p<reader->pcl_raster_planes;++p,bit<<=1)
608 if (v[p] & mask) c.index |= bit;
627 int bit = 0x80; local
630 for (j=0;j<8 && 8*i+j < reader->pcl_raster_src_width;++j,bit>>=1)
632 c.index = (reader->pcl_raster_data[0][i] & bit) ? 1 : 0;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c899 u32 bit = 1 << (pos % 8); local
926 byte |= bit;
928 byte &= ~bit;
955 int bit; local
970 for (bit = 0; bit < 8; bit++) {
971 if (!(bm[byte] & (1 << bit))) {
972 vcn = ntfs_ibm_pos_to_vcn(icx, byte * 8 + bit);
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DDevice.cpp542 // clear promiscuous bit on initialization
655 for (int bit = 0; bit < 8; bit++, data >>= 1) {
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_asix/
H A DASIXDevice.cpp624 for (int bit = 0; bit < 8; bit++, data >>= 1) {
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_regdomain.c49 * Enumerated Regulatory Domain Information 8 bit values indicate that
50 * the regdomain is really a pair of unitary regdomains. 12 bit values
61 * an 8 bit regdomain value to the individual unitary reg domains
244 IS_BIT_SET(int bit, const uint64_t bitmask[]) argument
249 byteOffset = bit/64;
250 bitnum = bit - byteOffset*64;
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp258 uint8 bit = op == TTYSETDTR ? USB_CDC_CONTROL_SIGNAL_STATE_DTR local
261 fControlOut |= bit;
263 fControlOut &= ~bit;
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-ospf6.c45 u_int32_t bit; member in struct:bits
123 if (options & bp->bit) {
127 } while ((++bp)->bit);
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S6 ; position PARTITION_OFFSET_OFFSET (32 bit little endian; makebootable does
75 ; cx - support bit mask
94 ; 16 bit code
107 ; 64 bit value
122 ; We don't need the 64 bit buffer pointer. The 32 bit .buffer is more
424 ; we need to shuffle things a bit
699 add edi, ecx ; the lower 16 bit wrapped around: add 0x1000
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstrftime.c744 to mind that your weeknumber() function compiles a little bit nicer
753 How nicer it depends on a compiler, of course, but always a tiny bit.
/haiku-fatelf/src/add-ons/kernel/drivers/network/vlance/
H A Dvlance.c432 int i, j, bit, byte; local
465 for (bit = *addrs++, j = 0; j < 8; j++, bit >>= 1) {
468 test = ((bit ^ crc) & 0x01);
707 bcr_write(device, PCNET_BCR_SWS, 0x0002UL); /* 32bit mode */
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dmsp430.h64 MSP_INSN (bit, 1, 2, 0xb000, 0xf000),
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpkt_rx1.s19 ; .timeStamp resw 4 ; 64-bit RDTSC value
/haiku-fatelf/src/servers/app/font/
H A DFontEngine.cpp308 if (bits.bit())
342 if (bits.bit())
388 if (bits.bit()) {
433 if (bits.bit()) {
/haiku-fatelf/src/bin/network/telnet/
H A Dcommands.c1105 dolmmode(int bit, int on)
1117 c = (linemode | bit);
1119 c = (linemode & ~bit);
1125 setmod(int bit)
1127 return dolmmode(bit, 1); argument
1131 clearmode(int bit)
1133 return dolmmode(bit, 0);
2850 * the option filled in. This will be 32bit aligned.
3022 *lsrp++ = IPOPT_NOP; /* 32 bit word align it */
1101 dolmmode(int bit, int on) argument
1121 setmod(int bit) argument
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps71 # has a bit of a juggling act to do...potential problem cases are marked with
220 has_meta_key km bool km - - YB-GE Has a meta key (i.e., sets 8th-bit)
309 bit_image_entwining bitwin num Yo - - ----- number of passes for each bit-image row
310 bit_image_type bitype num Yp - - ----- type of bit-image device
426 meta_on smm str mm - - YB-G-* turn on meta mode (8th-bit on)
680 start_bit_image sbim str Zq - - ----- Start printing bit image graphics
682 stop_bit_image rbim str Zs - - ----- Stop printing bit image graphics
718 bit_image_repeat birep str Xy - - ----- Repeat bit image cell #1 #2 times
719 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
722 define_bit_image_region defbi str Yx - - ----- Define rectangualar bit imag
[all...]
H A DCaps.aix471 # has a bit of a juggling act to do...potential problem cases are marked with
220 has_meta_key km bool km - - YB-GE Has a meta key (i.e., sets 8th-bit)
309 bit_image_entwining bitwin num Yo - - ----- number of passes for each bit-image row
310 bit_image_type bitype num Yp - - ----- type of bit-image device
426 meta_on smm str mm - - YB-G-* turn on meta mode (8th-bit on)
782 start_bit_image sbim str Zq - - ----- Start printing bit image graphics
784 stop_bit_image rbim str Zs - - ----- Stop printing bit image graphics
820 bit_image_repeat birep str Xy - - ----- Repeat bit image cell #1 #2 times
821 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
824 define_bit_image_region defbi str Yx - - ----- Define rectangualar bit imag
[all...]
H A DCaps.hpux1171 # has a bit of a juggling act to do...potential problem cases are marked with
220 has_meta_key km bool km - - YB-GE Has a meta key (i.e., sets 8th-bit)
311 bit_image_entwining bitwin num Yo - - ----- number of passes for each bit-image row
312 bit_image_type bitype num Yp - - ----- type of bit-image device
428 meta_on smm str mm - - YB-G-* turn on meta mode (8th-bit on)
688 start_bit_image sbim str Zq - - ----- Start printing bit image graphics
690 stop_bit_image rbim str Zs - - ----- Stop printing bit image graphics
726 bit_image_repeat birep str Xy - - ----- Repeat bit image cell #1 #2 times
727 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
730 define_bit_image_region defbi str Yx - - ----- Define rectangualar bit imag
[all...]
H A DCaps.keys73 # has a bit of a juggling act to do...potential problem cases are marked with
222 has_meta_key km bool km - - YB-GE Has a meta key (i.e., sets 8th-bit)
311 bit_image_entwining bitwin num Yo - - ----- number of passes for each bit-image row
312 bit_image_type bitype num Yp - - ----- type of bit-image device
428 meta_on smm str mm - - YB-G-* turn on meta mode (8th-bit on)
770 start_bit_image sbim str Zq - - ----- Start printing bit image graphics
772 stop_bit_image rbim str Zs - - ----- Stop printing bit image graphics
808 bit_image_repeat birep str Xy - - ----- Repeat bit image cell #1 #2 times
809 bit_image_newline binel str Zz - - ----- Move to next row of the bit image
812 define_bit_image_region defbi str Yx - - ----- Define rectangualar bit imag
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DBlockAllocator.cpp116 // the block bitmap is accessed in 32-bit blocks
536 for (uint32 bit = start % cached.NumBlockBits(); bit < cached.NumBlockBits(); bit++) {
537 if (!cached.IsUsed(bit)) {
540 rangeStart = block * cached.NumBlockBits() + bit;
1024 uint32 index = block / 32; // 32bit resolution
1036 uint32 index = block / 32; // 32bit resolution

Completed in 294 milliseconds

1234567