Searched refs:uint8 (Results 51 - 75 of 2120) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDWriter.h18 status_t DefineInputPadding(uint8 count,
19 uint8 bitLength);
20 status_t DefineInputData(uint8 count, uint8 bitLength,
26 status_t BeginCollection(uint8 collectionType,
35 status_t SetReportSize(uint8 reportSize);
36 status_t SetReportID(uint8 reportID);
37 status_t SetReportCount(uint8 reportCount);
43 status_t BeginCollection(uint8 collectionType);
51 status_t WriteShortItem(uint8 typ
[all...]
/haiku/headers/os/drivers/usb/
H A DUSB_audio.h61 uint8 length;
62 uint8 descriptor_type; // USB_AUDIO_CS_INTERFACE
63 uint8 descriptor_subtype; // USB_AUDIO_AC_HEADER
68 uint8 in_collection;
69 uint8 interface_numbers[0];
73 uint8 function_category;
75 uint8 bm_controls;
84 uint8 length;
85 uint8 descriptor_type; // USB_AUDIO_CS_INTERFACE
86 uint8 descriptor_subtyp
[all...]
H A DUSB_massbulk.h32 uint8 flags;
33 uint8 lun;
34 uint8 command_block_length;
35 uint8 command_block[16];
43 uint8 status;
H A DUSB_cdc.h42 uint8 length;
43 uint8 descriptor_type;
44 uint8 descriptor_subtype; // USB_CDC_HEADER_FUNCTIONAL_DESCRIPTOR
49 uint8 length;
50 uint8 descriptor_type;
51 uint8 descriptor_subtype; // USB_CDC_CM_FUNCTIONAL_DESCRIPTOR
52 uint8 capabilities;
53 uint8 data_interface;
62 uint8 length;
63 uint8 descriptor_typ
[all...]
/haiku/headers/private/graphics/common/
H A Dedid.h18 uint8 week;
24 uint8 version;
25 uint8 revision;
30 uint8 input_voltage; // 0=0.7V/0.3V, 1=0.714V/0.286,
42 uint8 bit_depth;
43 uint8 interface;
48 uint8 input_type;
52 uint8 h_size;
53 uint8 v_size;
54 uint8 gamm
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DCRCTable.h9 uint32 calculate_crc(uint32 crc, uint8* data, uint16 length);
/haiku/headers/private/kernel/arch/m68k/
H A Dtypes.h14 typedef unsigned char uint8; typedef
/haiku/headers/private/kernel/arch/mipsel/
H A Dtypes.h14 typedef unsigned char uint8; typedef
/haiku/headers/private/kernel/arch/ppc/
H A Dtypes.h14 typedef unsigned char uint8; typedef
/haiku/src/system/boot/platform/amiga_m68k/
H A Dkeyboard.h11 uint8 modifiers; // not always present!
12 uint8 bios; // scan code
13 uint8 dummy;
14 uint8 ascii;
/haiku/src/system/boot/platform/atari_m68k/
H A Dkeyboard.h11 uint8 modifiers; // not always present!
12 uint8 bios; // scan code
13 uint8 dummy;
14 uint8 ascii;
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dcrc32.h12 uint32 crc32(const uint8* buffer, size_t size);
/haiku/headers/private/kernel/arch/sparc/
H A Dtypes.h14 typedef unsigned char uint8; typedef
/haiku/src/system/boot/platform/next_m68k/
H A Dkeyboard.h11 uint8 modifiers; // not always present!
12 uint8 bios; // scan code
13 uint8 dummy;
14 uint8 ascii;
/haiku/src/add-ons/kernel/debugger/laplinkll/
H A Dlaplinkll.h31 uint8 rstate;
32 uint8 wstate;
42 extern status_t ll_send_lnibble(laplink_state *st, uint8 v);
43 extern status_t ll_send_mnibble(laplink_state *st, uint8 v);
44 extern status_t ll_wait_lnibble(laplink_state *st, uint8 *v);
45 extern status_t ll_wait_mnibble(laplink_state *st, uint8 *v);
48 extern status_t ll_send_byte(laplink_state *st, uint8 v);
49 extern status_t ll_check_byte(laplink_state *st, uint8 *v);
50 extern status_t ll_wait_byte(laplink_state *st, uint8 *v);
53 extern status_t ll_send_frame(laplink_state *st, const uint8 *buf
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvga.h12 status_t vga_set_indexed_colors(uint8 first, uint8 *colors, uint16 count);
13 status_t vga_planar_blit(vesa_shared_info *info, uint8 *src, int32 srcBPR,
/haiku/src/add-ons/media/media-add-ons/dvb/
H A Dpes.h30 status_t pes_extract(const uint8 *pes_data, size_t pes_size, const uint8 **data, size_t *size);
32 status_t pes_stream_id(const uint8 *pes_data, size_t pes_size, int *stream_id);
/haiku/src/servers/app/
H A DRGBColor.h17 RGBColor(uint8 r,
18 uint8 g,
19 uint8 b,
20 uint8 a = 255);
27 RGBColor(uint8 color);
31 uint8 GetColor8() const;
36 void SetColor(uint8 r,
37 uint8 g,
38 uint8 b,
39 uint8
[all...]
/haiku/src/add-ons/translators/gif/
H A DLoadPalette.h30 void SetColor(int index, uint8 red, uint8 green, uint8 blue);
H A DSavePalette.h51 uint8 IndexForColor(uint8 red, uint8 green,
52 uint8 blue, uint8 alpha = 255);
53 inline uint8 IndexForColor(const rgb_color& color);
61 void SetTransparentColor(uint8 red,
62 uint8 green, uint8 blue);
69 void GetColors(uint8* buffe
[all...]
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.h45 uint8 r, uint8 g, uint8 b,
46 uint8 a = 255);
53 uint8 r, uint8 g, uint8 b,
54 uint8 a = 255);
70 bool SetStrikeOut(uint8 strikeOut);
71 uint8 StrikeOu
[all...]
/haiku/headers/private/kernel/arch/riscv64/
H A DPlic.h18 uint8 unused1[0x2000 - 0x1080];
20 uint8 unused2[0xe000];
24 uint8 unused[0xff8];
/haiku/src/apps/devices/
H A DDeviceUSB.h22 uint8 fClassBaseId;
23 uint8 fClassSubId;
24 uint8 fClassProtoId;
/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_mmx.cpp32 uint8 *ybase = (uint8 *)in->data[0];
33 uint8 *ubase = (uint8 *)in->data[1];
34 uint8 *vbase = (uint8 *)in->data[2];
35 uint8 *rgbbase = (uint8 *)out->data[0];
68 uint8 *ybase = (uint8 *)i
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_module.cpp52 ResolveBDF(uint8 virtualBus, uint8 device, uint8 function, PCIDev*& dev)
54 uint8 bus;
55 uint8 domain;
95 .get_msi_count = [](uint8 bus, uint8 device, uint8 function) {
101 .configure_msi = [](uint8 bus, uint8 devic
[all...]

Completed in 131 milliseconds

1234567891011>>