Searched refs:uint16 (Results 201 - 225 of 1230) sorted by relevance

1234567891011>>

/haiku/src/tests/system/kernel/device_manager/
H A Dconfig_driver.h21 uint16 ui16;
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.h36 uint16 SessionID() const
56 virtual status_t Send(net_buffer *packet, uint16 protocolNumber = 0);
57 virtual status_t Receive(net_buffer *packet, uint16 protocolNumber = 0);
65 uint16 fSessionID;
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.h60 uint16 count;
62 uint16 count0;
99 uint16 *draw_ptr16;
105 uint16 pixel16;
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.h43 static inline uint16
46 return *(volatile uint16*)(info.registers
62 write16(intel_info &info, uint32 encodedRegister, uint16 value)
64 *(volatile uint16*)(info.registers
/haiku/src/apps/haikudepot/model/
H A DScreenshotCoordinate.cpp30 ScreenshotCoordinate::ScreenshotCoordinate(BString code, uint16 width, uint16 height)
51 uint16
58 uint16
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.cpp91 uint16 val;
96 uint16 val;
104 l2cap_cmd_rej(uint8 _ident, uint16 _reason, uint16 _mtu, uint16 _scid, uint16 _dcid)
143 l2cap_con_req(uint8 _ident, uint16 _psm, uint16 _scid)
172 l2cap_con_rsp(uint8 _ident, uint16 _dcid, uint16 _sci
[all...]
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.h195 uint16 volSetSize[2]; // Assigned Volume Set Size of Vol byte121-124
196 uint16 volSeqNum[2]; // Ordinal number of volume in Set byte125-128
197 uint16 logicalBlkSize[2]; // Logical blocksize, usually 2048 byte129-132
199 uint16 lPathTblLoc[2]; // Loc (Logical block #) of "Type L" path table byte141-144
200 uint16 optLPathTblLoc[2]; // Loc (Logical block #) of optional Type L path tbl byte145-148
201 uint16 mPathTblLoc[2]; // Loc (Logical block #) of "Type M" path table byte149-152
202 uint16 optMPathTblLoc[2]; // Loc (Logical block #) of optional Type M path tbl byte153-156
/haiku/src/apps/cortex/Persistence/
H A DExportContext.h60 ExportContext& context, uint16 column);
145 uint16 value);
197 uint16 indentLevel() const;
224 uint16 m_indentLevel;
225 uint16 m_indentIncrement;
227 uint16 m_attrColumn;
267 uint16 column) {
/haiku/src/servers/app/
H A DServerCursor.cpp83 uint16* cursorBits = (uint16*)(data + 4);
84 uint16* transparencyBits = (uint16*)(data + 36);
92 uint16 cursorLine = __swap_int16(cursorBits[j]);
93 uint16 transparencyLine = __swap_int16(transparencyBits[j]);
95 uint16 mask = 1 << 15;
/haiku/src/kits/interface/
H A DFont.cpp53 uint16 face;
77 font_style* _style, uint16* _face,
172 uint16* _face, uint32* _flags)
266 link.Read<uint16>(&style->face);
365 link.Read<uint16>(&font->fFamilyID);
366 link.Read<uint16>(&font->fStyleID);
368 link.Read<uint16>(&font->fFace);
475 uint16* _face, uint32* _flags)
551 link.Attach<uint16>(fFamilyID);
552 link.Attach<uint16>(
[all...]
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h80 uint16 slopspace;
100 uint16 vendor_id; /* PCI vendor ID, from pci_info */
101 uint16 device_id; /* PCI device ID, from pci_info */
143 uint16 hot_x; /* Cursor hot spot. The top left corner of the cursor */
144 uint16 hot_y; /* is 0,0 */
145 uint16 x; /* The location of the cursor hot spot on the */
146 uint16 y; /* desktop */
147 uint16 width; /* Width and height of the cursor shape (always 16!) */
148 uint16 height;
237 uint16 v5_mem_typ
[all...]
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h28 uint16 vendorID, uint16 productID,
32 static SerialDevice * MakeDevice(usb_device device, uint16 vendorID,
33 uint16 productID);
38 uint16 ProductID() { return fProductID; };
39 uint16 VendorID() { return fVendorID; };
80 virtual status_t SetControlLineState(uint16 state);
108 uint16 fVendorID;
109 uint16 fProductID;
145 uint16 fControlOu
[all...]
H A DWinChipHead.h83 WCHDevice(usb_device device, uint16 vendorID,
84 uint16 productID, const char *description);
91 virtual status_t SetControlLineState(uint16 state);
94 status_t WriteConfig(uint16 dataRate, uint8 lcr, uint8 mcr);
99 uint16 fDataRate;
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_acc.c190 status_t nm_acc_blit(uint16 xs,uint16 ys,uint16 xd,uint16 yd,uint16 w,uint16 h)
440 status_t nm_acc_transparent_blit(uint16 xs,uint16 ys,uint16 xd,uint16 y
[all...]
/haiku/headers/private/graphics/3dfx/
H A DDriverInterface.h90 uint16 bytesPerRow; // number of bytes in one line/row
102 uint16 vendorID; // PCI vendor ID, from pci_info
103 uint16 deviceID; // PCI device ID, from pci_info
134 uint16 cursorHotX; // Cursor hot spot. Top left corner of the cursor
135 uint16 cursorHotY; // is 0,0
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPProtocol.h20 uint16 protocolNumber, ppp_level level, int32 addressFamily,
42 uint16 ProtocolNumber() const
108 virtual status_t Send(net_buffer *packet, uint16 protocolNumber) = 0;
110 virtual status_t Receive(net_buffer *packet, uint16 protocolNumber) = 0;
132 uint16 fProtocolNumber;
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dpll.h92 uint16 ssPercentage;
93 uint16 ssStep;
95 uint16 ssRate;
96 uint16 ssAmount;
97 uint16 ssPercentageDiv;
/haiku/src/system/boot/loader/net/
H A DUDP.cpp48 uint16 sourcePort, ip_addr_t destinationAddress, uint16 destinationPort)
104 uint16
118 uint16
147 UDPSocket::Bind(ip_addr_t address, uint16 port)
188 UDPSocket::Send(ip_addr_t destinationAddress, uint16 destinationPort,
200 UDPSocket::Send(ip_addr_t destinationAddress, uint16 destinationPort,
317 uint16 source = ntohs(header->source);
318 uint16 destination = ntohs(header->destination);
319 uint16 lengt
[all...]
/haiku/src/system/boot/platform/riscv/
H A Dvideo.cpp74 uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top)
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h30 uint16 index; // index into source bitmap row/column
31 uint16 weight; // weight of the pixel at index [0..255]
107 uint16 wLeft, uint16 wTop, uint16 wRight, uint16 wBottom)
127 uint16 wTop, uint16 wBottom)
135 InterpolateLastRow(uint32* t, const uint8* s, uint16 wLeft,
136 uint16 wRigh
[all...]
/haiku/headers/private/kernel/
H A Dacpi.h106 uint16 flags; /* MPS INTI flags. See Table 5-25 in
113 uint16 flags; /* Same as MPS INTI flags. See Table 5-25 in
125 uint16 flags; /* Same as MPS INTI flags. See Table 5-25 in
134 uint16 reserved; /* reserved (must be set to zero) */
172 uint16 flags; /* Same as MPS INTI flags. See Table 5-25 in
190 uint16 reserved; /* reserved (must be zero) */
200 uint16 flags; /* Same as MPS INTI flags. See Table 5-25 in
215 uint16 reserved1;
230 uint16 spe_overflow_gsiv;
236 uint16 reserved
[all...]
/haiku/src/add-ons/accelerants/matrox/
H A DCursor.c25 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask)
51 void MOVE_CURSOR(uint16 x, uint16 y)
53 uint16 hds = si->dm.h_display_start; /* the current horizontal starting pixel */
54 uint16 vds = si->dm.v_display_start; /* the current vertical starting line */
55 uint16 h_adjust;
/haiku/src/add-ons/accelerants/nvidia/
H A DCursor.c14 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask)
44 void MOVE_CURSOR(uint16 x, uint16 y)
46 uint16 hds = si->dm.h_display_start; /* the current horizontal starting pixel */
47 uint16 vds = si->dm.v_display_start; /* the current vertical starting line */
48 uint16 h_adjust;
/haiku/src/add-ons/accelerants/skeleton/
H A DCursor.c14 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask)
44 void MOVE_CURSOR(uint16 x, uint16 y)
46 uint16 hds = si->dm.h_display_start; /* the current horizontal starting pixel */
47 uint16 vds = si->dm.v_display_start; /* the current vertical starting line */
48 uint16 h_adjust;
/haiku/src/add-ons/accelerants/via/
H A DCursor.c14 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask)
44 void MOVE_CURSOR(uint16 x, uint16 y)
46 uint16 hds = si->dm.h_display_start; /* the current horizontal starting pixel */
47 uint16 vds = si->dm.v_display_start; /* the current vertical starting line */
48 uint16 h_adjust;

Completed in 255 milliseconds

1234567891011>>