Searched refs:uint16 (Results 126 - 150 of 1230) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DMixer.h44 uint16 _ReadAC97(uint8 reg);
45 void _WriteAC97(uint8 reg, uint16 date);
46 static uint16 _ReadAC97(void* cookie, uint8 reg);
47 static void _WriteAC97(void* cookie, uint8 reg, uint16 data);
48 bool _CheckRegFeatures(uint8 AC97Reg, uint16& mask, uint16& result);
/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.h70 uint16 wholeDigits, uint16 fractionalDigits = 0, align_mode alignMode = ALIGN_FLUSH_RIGHT,
74 NumericValControl(BRect frame, const char* name, BMessage* message, uint16 wholeDigits,
75 uint16 fractionalDigits = 0, bool negativeVisible = true,
145 uint16 fWholeDigits;
146 uint16 fFractionalDigits;
/haiku/src/servers/app/
H A DRGBColor.cpp50 SetRGBColor16(rgb_color *col,uint16 color)
55 uint16 r16,g16,b16;
85 uint16 cindex = 0, cdelta = 765, delta = 765;
87 for (uint16 i = 0; i < 256; i++) {
114 static uint16
117 uint16 r16 = uint16(color.red * RATIO_8_TO_5_BIT);
118 uint16 g16 = uint16(color.green * RATIO_8_TO_5_BIT);
119 uint16 b1
[all...]
H A DRGBColor.h26 RGBColor(uint16 color);
32 uint16 GetColor15() const;
33 uint16 GetColor16() const;
44 void SetColor(uint16 color16);
69 mutable uint16 fColor16;
70 mutable uint16 fColor15;
/haiku/src/system/boot/platform/bios_ia32/
H A Dserial.cpp35 static uint16 sSerialBasePort = 0x3f8;
92 uint16* ports = (uint16*)0x400;
94 sizeof(uint16) * MAX_SERIAL_PORTS);
100 uint16 divisor = uint16(115200 / kSerialBaudRate);
/haiku/headers/os/drivers/
H A DUSB2.h42 uint16 vendor;
43 uint16 product;
139 status_t (*set_feature)(const void *object, uint16 selector);
140 status_t (*clear_feature)(const void *object, uint16 selector);
141 status_t (*get_status)(const void *object, uint16 *status);
145 uint16 languageID, void *data,
152 uint16 value, uint16 index,
153 uint16 length, void *data,
180 uint16 bufferDurationM
[all...]
/haiku/src/add-ons/kernel/console/vga_text/
H A Dvga_text.c30 static uint16 *sOrigin;
51 uint16 val = *(volatile uint16 *)i;
52 *(volatile uint16 *)i = val;
97 uint16 pair = ((uint16)attr << 8) | (uint16)glyph;
98 uint16 *p = sOrigin + (y * COLUMNS) + x;
106 uint16 pair = ((uint16)att
[all...]
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h57 uint16 all_key_count;
58 uint16 all_key_length;
60 inline uint16 *KeyLengths() const;
64 uint8 *KeyAt(int32 index, uint16 *keyLength) const;
121 status_t GetNextEntry(void *key,uint16 *keyLength,uint16 maxLength,off_t *value);
122 status_t GetPreviousEntry(void *key,uint16 *keyLength,uint16 maxLength,off_t *value);
124 status_t Insert(uint8 *key, uint16 keyLength, off_t value);
134 status_t Find(uint8 *key, uint16 keyLengt
[all...]
/haiku/src/add-ons/accelerants/matrox/
H A Dbe_driver_proto.h27 status_t MOVE_DISPLAY(uint16 h_display_start, uint16 v_display_start);
35 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask);
36 void MOVE_CURSOR(uint16 x, uint16 y);
50 const overlay_buffer *ALLOCATE_OVERLAY_BUFFER(color_space cs, uint16 width, uint16 heigh
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddriver.h24 #define u_uint16_t uint16
66 uint16 vendor;
67 uint16 product;
69 uint16 aue_flags;
92 uint16 aue_vendor;
93 uint16 aue_product;
95 uint16 ifno;
104 uint16 aue_flags;
115 uint16 phy;
143 pegasus_dev *create_device(const usb_device dev, const usb_interface_info *ii, uint16 ifn
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafDirectory.h31 virtual uint16 Magic() = 0;
36 virtual uint16 Count() = 0;
53 uint16 count;
54 uint16 stale;
60 uint16 Magic();
65 uint16 Count();
78 uint16 count;
79 uint16 stale;
86 uint16 Magic();
91 uint16 Coun
[all...]
H A DNode.h24 virtual uint16 Magic() = 0;
29 virtual uint16 Count() = 0;
46 uint16 count;
47 uint16 level;
53 uint16 Magic();
58 uint16 Count();
70 uint16 count;
71 uint16 level;
78 uint16 Magic();
83 uint16 Coun
[all...]
/haiku/headers/private/drivers/
H A Data_adapter.h30 uint16 count; // size of block, 0 stands for 65536 (must be even)
66 // io address of command block (uint16)
68 // io address of control block (uint16)
77 // io address of bus master registers (uint16)
86 uint16 command_block_base; // io address command block
87 uint16 control_block_base; // io address control block
88 uint16 bus_master_base;
111 uint16 bus_master_base;
136 status_t (*write_pio)(ata_adapter_channel_info *channel, uint16 *data, int count, bool force_16bit);
137 status_t (*read_pio)(ata_adapter_channel_info *channel, uint16 *dat
[all...]
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dsnet_buffer.cpp21 uint16 allocatedSize;
22 uint16 expectedSize;
23 uint16 puttingSize;
24 uint16 pullingSize;
31 snb_create(uint16 size)
52 snb_put(snet_buffer* snb, void* data, uint16 size)
61 snb_pull(snet_buffer* snb, uint16 size)
101 uint16
141 uint16
148 uint16
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusbspec_private.h46 uint16 Value;
47 uint16 Index;
48 uint16 Length;
64 uint16 characteristics;
79 uint16 bytes_per_interval;
87 uint16 status;
88 uint16 change;
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.h62 uint16 magic; // = 'BM'
72 uint16 planes; // number of planes, always 1?
73 uint16 bitsperpixel; // bits per pixel, (1,4,8,16, 24 or 32)
84 uint16 width; // bitmap width
85 uint16 height; // bitmap height
86 uint16 planes; // number of planes, always 1?
87 uint16 bitsperpixel; // bits per pixel, (1,4,8,16, 24 or 32)
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.h55 uint16 i2c_addr;
86 uint16 ss_hcnt;
87 uint16 ss_lcnt;
88 uint16 fs_hcnt;
89 uint16 fs_lcnt;
90 uint16 hs_hcnt;
91 uint16 hs_lcnt;
/haiku/src/add-ons/accelerants/radeon/
H A Dgeneric.h27 status_t MOVE_DISPLAY(uint16 h_display_start, uint16 v_display_start);
37 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask);
38 void MOVE_CURSOR(uint16 x, uint16 y);
52 void FILL_SPAN(engine_token *et, uint32 color, uint16 *list, uint32 count);
58 void FILL_SPAN_DMA(engine_token *et, uint32 color, uint16 *lis
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.h50 status_t _AllocateBestEntryInBlock(uint8 nameLength, uint16& pos,
51 uint16& newLength);
54 uint16 newLength, uint16 pos,
75 ext2_htree_tail* _HTreeEntryTail(uint8* block, uint16 offset) const;
76 uint32 _HTreeRootChecksum(uint8* block, uint16 offset, uint16 count) const;
77 void _SetHTreeEntryChecksum(uint8* block, uint16 offset, uint16 count);
H A Dext2.h36 uint16 mount_count;
37 uint16 max_mount_count;
38 uint16 magic;
39 uint16 state;
40 uint16 error_handling;
41 uint16 minor_revision_level;
46 uint16 reserved_blocks_uid;
47 uint16 reserved_blocks_gid;
49 uint16 inode_size;
50 uint16 block_grou
[all...]
/haiku/headers/private/input/
H A Dkeyboard_mouse_driver.h132 uint16 edgeMotionWidth;
134 uint16 width;
135 uint16 areaStartX;
136 uint16 areaEndX;
137 uint16 areaStartY;
138 uint16 areaEndY;
140 uint16 minPressure;
142 uint16 realMaxPressure;
143 uint16 maxPressure;
/haiku/headers/private/graphics/nvidia/
H A Dnv_acc.h12 uint16 FifoFree; /* little endian (FIFO internal register) */
13 uint16 Nop; /* little endian (FIFO internal register) */
23 uint16 FifoFree; /* little endian (FIFO internal register) */
24 uint16 Nop; /* little endian (FIFO internal register) */
35 uint16 FifoFree; /* little endian (FIFO internal register) */
36 uint16 Nop; /* little endian (FIFO internal register) */
52 uint16 FifoFree; /* little endian (FIFO internal register) */
53 uint16 Nop; /* little endian (FIFO internal register) */
67 uint16 FifoFree; /* little endian (FIFO internal register) */
68 uint16 No
[all...]
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dio.c45 uint16
64 emuxki_reg_write_16(device_config *config, int regno, uint16 value)
78 emuxki_chan_read(device_config *config, uint16 chano, uint32 reg)
97 emuxki_chan_write(device_config *config, uint16 chano,
134 emuxki_dsp_addop(device_config *config, uint16 *pc, uint8 op,
135 uint16 r, uint16 a, uint16 x, uint16 y)
158 emuxki_dsp_getop(device_config *config, uint16 *p
[all...]
/haiku/src/add-ons/translators/pcx/
H A DPCX.h24 uint16 xMin, yMin, xMax, yMax;
25 uint16 hDpi, vDpi;
29 uint16 bytesPerLine;
30 uint16 paletteInfo;
31 uint16 hScreenSize, vScreenSize;
/haiku/headers/private/graphics/vesa/
H A Dvesa_info.h20 uint16 mode;
21 uint16 width;
22 uint16 height;
51 uint16 mode_table_offset;
77 uint16 count;

Completed in 165 milliseconds

1234567891011>>