Searched refs:uint8 (Results 1 - 25 of 2120) sorted by path

1234567891011>>

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp33 uint8* gProjData;
52 uint8 gAppType;
173 (uint8*)current - gProjData, l.str(),
232 gProjData = new uint8[gProjLength];
/haiku/headers/build/
H A DHaikuBuildCompatibility.h37 uint8 ss_len; /* total length */
38 uint8 ss_family; /* address family */
39 uint8 __ss_pad1[6]; /* align to quad */
41 uint8 __ss_pad3[112]; /* pad to a total of 128 bytes */
/haiku/headers/build/os/app/
H A DMessage.h111 status_t AddUInt8(const char *name, uint8 value);
148 status_t FindUInt8(const char *name, uint8 *value) const;
149 status_t FindUInt8(const char *name, int32 index, uint8 *value) const;
194 status_t ReplaceUInt8(const char *name, uint8 value);
195 status_t ReplaceUInt8(const char *name, int32 index, uint8 value);
298 uint8* fData;
/haiku/headers/build/os/interface/
H A DBitmap.h102 uint8 unused;
/haiku/headers/build/private/app/
H A DMessagePrivate.h167 uint8*
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h92 static uint8 _ConvertToGray(uint8 r, uint8 g, uint8 b);
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h302 typedef void (*set_indexed_colors)(uint count, uint8 first,
303 const uint8* colorData, uint32 flags);
316 uint16 hotX, uint16 hotY, const uint8* andMask, const uint8* xorMask);
319 const uint8* bitmapData);
/haiku/headers/os/app/
H A DKey.h39 const uint8* data = NULL,
51 const uint8* data = NULL,
63 status_t SetData(const uint8* data, size_t length);
65 const uint8* Data() const;
66 status_t GetData(uint8* buffer, size_t bufferSize) const;
/haiku/headers/os/arch/x86/
H A Darch_debugger.h10 uint8 value[10];
11 uint8 reserved[6];
16 uint8 value[16];
23 uint8 tag;
24 uint8 reserved1;
39 uint8 reserved4[224]; // 288 - 512
/haiku/headers/os/bluetooth/
H A DDeviceClass.h19 static const uint8 PixelsForIcon = 32;
20 static const uint8 IconInsets = 5;
22 DeviceClass(uint8 record[3])
28 DeviceClass(uint8 major, uint8 minor, uint16 service)
39 void SetRecord(uint8 record[3])
44 void SetRecord(uint8 major, uint8 minor, uint16 service)
57 uint8 MajorDeviceClass()
62 uint8 MinorDeviceClas
[all...]
H A DLinkKeyUtils.h43 uint8 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15;
H A DRemoteDevice.h54 RemoteDevice(const bdaddr_t address, uint8 record[3]);
67 uint8 fPageRepetitionMode;
68 uint8 fScanPeriodMode;
69 uint8 fScanMode;
H A DbdaddrUtils.h63 uint8 b0, b1, b2, b3, b4, b5;
H A Dbluetooth.h24 uint8 b[6];
36 uint8 l[16];
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI.h24 const char* BluetoothEvent(uint8 event);
28 const char* BluetoothError(uint8 error);
H A DbtHCI_command.h15 uint8 clen;
30 uint8 status;
31 uint8 hci_version;
33 uint8 lmp_version;
40 uint8 status;
41 uint8 features[8];
46 uint8 status;
48 uint8 sco_mtu;
55 uint8 status;
69 uint8 flt_typ
[all...]
H A DbtHCI_event.h15 uint8 ecode;
16 uint8 elen;
26 uint8 pscan_rep_mode;
27 uint8 pscan_period_mode;
28 uint8 pscan_mode;
29 uint8 dev_class[3];
35 uint8 status;
38 uint8 link_type;
39 uint8 encrypt_mode;
45 uint8 dev_clas
[all...]
H A DbtHCI_sco.h14 uint8 slen;
/haiku/headers/os/bluetooth/L2CAP/
H A DbtL2CAP.h12 uint8 l2cap_len; /* total length */
13 uint8 l2cap_family; /* address family */
/haiku/headers/os/device/
H A DD2A.h22 ssize_t Read(uint8* buf);
23 ssize_t Write(uint8 value);
H A DDigitalPort.h23 ssize_t Read(uint8* buf);
24 ssize_t Write(uint8 value);
H A DJoystick.h61 status_t GetHatValues(uint8* outHats,
H A Dscsi.h153 uint8 command[16];
154 uint8 command_length;
155 uint8 flags;
156 uint8 scsi_status;
157 uint8 cam_status;
/haiku/headers/os/drivers/
H A DSelect.h34 extern status_t notify_select_event(struct selectsync *sync, uint8 event);
H A DUSB2.h39 uint8 dev_class;
40 uint8 dev_subclass;
41 uint8 dev_protocol;
144 uint8 descriptorType, uint8 index,
151 uint8 requestType, uint8 request,
185 uint8 requestType, uint8 request,
193 uint8 maxNumQueuedPacket
[all...]

Completed in 122 milliseconds

1234567891011>>