Searched refs:x2 (Results 226 - 250 of 357) sorted by relevance

1234567891011>>

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Ddac2.c40 DACW(TSTDATA, ((0x2 << 30) | (0x140 << 20) | (0x140 << 10) | (0x140 << 0)));
/haiku/src/system/boot/platform/bios_ia32/
H A Dshell.S79 mov $0x2, %cx // sector 2
374 test $0x2, %al
/haiku/src/add-ons/accelerants/via/engine/
H A Ddac2.c40 DACW(TSTDATA, ((0x2 << 30) | (0x140 << 20) | (0x140 << 10) | (0x140 << 0)));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_eeprom_v14.h49 #define AR5416_EEP_MINOR_VER_2 0x2
189 uint8_t rcChainMask; /* "1" if the card is an HB93 1x2 */
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/quickcam/
H A DQuickCamDevice.cpp211 err = SendCommand(USB_REQTYPE_DEVICE_IN, 0x04, STV_I2C_READ, 0, 0x2, buffer);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/
H A DNW80xCamDevice.cpp246 err = SendCommand(USB_REQTYPE_DEVICE_IN, 0x04, STV_I2C_READ, 0, 0x2, buffer);
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l2/dev/ae/
H A Dif_aereg.h36 #define AE_MASTER_MTIMER_EN 0x2 /* Unknown. */
/haiku/headers/build/os/app/
H A DRoster.h52 #define B_EXCLUSIVE_LAUNCH (0x2)
/haiku/headers/private/kernel/
H A Dsmp.h38 SMP_MSG_FLAG_FREE_ARG = 0x2,
/haiku/src/add-ons/accelerants/radeon_hd/
H A Daccelerant.h206 #define CRT 0x2 // Crt controller calls
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_ich8lan.h70 #define E1000_ICH_MNG_IAMT_MODE 0x2
/haiku/headers/private/netservices2/
H A DExclusiveBorrow.h36 static constexpr uint8 kBorrowed = 0x2;
/haiku/src/add-ons/kernel/drivers/power/acpi_button/
H A Dacpi_button.cpp24 #define ACPI_NOTIFY_BUTTON_WAKEUP 0x2
/haiku/headers/posix/
H A Dpthread.h27 #define PTHREAD_SCOPE_SYSTEM 0x2
/haiku/headers/os/app/
H A DRoster.h33 #define B_EXCLUSIVE_LAUNCH (0x2)
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestAllocator.cpp192 else if (align & 0x2)
/haiku/headers/os/interface/
H A DGraphicsDefs.h282 B_BITMAPS_SUPPORT_ATTACHED_VIEWS = 0x2,
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp377 int32 x2 = (int32)max_c(a.x, b.x); local
384 int32 end = min_c(fBaseRenderer->xmax(), x2);
605 int32 x2 = min_c(fBaseRenderer->xmax(), right); local
606 if (x1 <= x2) {
612 for (int32 x = x1; x <= x2; x++) {
/haiku/src/libs/x86emu/
H A Dprim_ops.c941 CONDITIONAL_SET_FLAG(cnt == 1 && XOR2(cf + ((res >> 6) & 0x2)), F_OF);
966 CONDITIONAL_SET_FLAG(cnt == 1 && XOR2(cf + ((res >> 14) & 0x2)), F_OF);
990 CONDITIONAL_SET_FLAG(cnt == 1 && XOR2(cf + ((res >> 30) & 0x2)), F_OF);
1074 CONDITIONAL_SET_FLAG(XOR2(ocf + ((d >> 6) & 0x2)), F_OF);
1107 CONDITIONAL_SET_FLAG(XOR2(ocf + ((d >> 14) & 0x2)), F_OF);
1141 CONDITIONAL_SET_FLAG(XOR2(ocf + ((d >> 30) & 0x2)), F_OF);
1187 XOR2((res & 0x1) + ((res >> 6) & 0x2)), F_OF);
1213 XOR2((res & 0x1) + ((res >> 14) & 0x2)), F_OF);
1239 XOR2((res & 0x1) + ((res >> 30) & 0x2)), F_OF);
/haiku/src/build/libgnuregex/
H A Dregex.c471 #define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2)
472 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3)
473 #define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4)
785 #define DEBUG_PRINT2(x1, x2)
786 #define DEBUG_PRINT3(x1, x2, x3)
787 #define DEBUG_PRINT4(x1, x2, x3, x4)
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c100 0x2, /* format */
286 if ((config->format != 0x11) && (config->format != 0x2) &&
938 if (!config.big_endian != !B_HOST_IS_BENDIAN || config.format != 0x2) {
940 config.format = 0x2;
947 if (!config.big_endian != !!B_HOST_IS_BENDIAN || config.format != 0x2) {
949 config.format = 0x2;
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxkireg.h555 #define EMU_A2_SPDIF_UNKNOWN 0x2
604 #define EMU_DSP_OP_MACW 0x2
/haiku/src/servers/media/
H A DDefaultManager.cpp699 format.u.raw_audio.format = 0x2;
708 format.u.raw_audio.format = 0x2;
/haiku/src/bin/package/
H A Dcommand_list.cpp207 buffer[1] = (mode & 0x2) != 0 ? 'w' : '-';
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohcireg.h164 #define OHCI_SPD_S400 0x2

Completed in 470 milliseconds

1234567891011>>