Searched refs:uint8 (Results 251 - 275 of 2120) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_io.cpp23 uint8
31 pci_write_io_8(int mapped_io_addr, uint8 value)
66 static uint8*
69 uint8 domain;
71 uint8 *mappedAdr;
80 uint8
93 pci_write_io_8(int mapped_io_addr, uint8 value)
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.h79 virtual bool ValidateStartOfFrameTag(const uint8 *tag, size_t taglen);
80 virtual bool ValidateEndOfFrameTag(const uint8 *tag, size_t taglen, size_t datalen);
98 virtual ssize_t WriteReg(uint16 address, uint8 *data, size_t count=1);
99 virtual ssize_t WriteReg8(uint16 address, uint8 data);
101 virtual ssize_t ReadReg(uint16 address, uint8 *data, size_t count=1, bool cached=false);
103 ssize_t OrReg8(uint16 address, uint8 data, uint8 mask=0xff);
104 ssize_t AndReg8(uint16 address, uint8 data);
109 virtual ssize_t WriteIIC(uint8 address, uint8 *dat
[all...]
/haiku/src/system/kernel/
H A Dboot_splash.cpp36 static uint8 *sUncompressedIcons;
40 blit8_cropped(const uint8 *data, uint16 imageLeft, uint16 imageTop,
45 uint8* start = (uint8*)(sInfo->frame_buffer
49 const uint8* src = data;
50 uint8* dst = start;
58 start = (uint8*)((addr_t)start + sInfo->bytes_per_row);
64 blit15_cropped(const uint8 *data, uint16 imageLeft, uint16 imageTop,
74 const uint8* src = data;
92 blit16_cropped(const uint8 *dat
[all...]
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DHIDDevice.cpp43 fStatus = _FetchBuffer((uint8*)&fDescriptorAddress,
55 fReportDescriptor = (uint8 *)malloc(descriptorLength);
63 fStatus = _FetchBuffer((uint8*)&reportDescRegister,
109 fTransferBuffer = (uint8 *)malloc(fTransferBufferSize + 3);
241 uint8 cmd[] = {
242 (uint8)(fDescriptor.wCommandRegister & 0xff),
243 (uint8)(fDescriptor.wCommandRegister >> 8),
260 HIDDevice::_SetPower(uint8 power)
263 uint8 cmd[] = {
264 (uint8)(fDescripto
[all...]
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h102 uint8 revision; /* PCI device revsion, from pci_info */
103 uint8 bus; /* PCI bus number, from pci_info */
104 uint8 device; /* PCI device number on bus, from pci_info */
105 uint8 function; /* PCI function number in device, from pci_info */
153 uint8 color_data[3 * 256]; /* Colour lookup table - as used by DAC */
174 uint8 y_lin; /* MIL1/2 adress linearisation does not always work */
175 uint8 depth;
234 uint8 v3_option2_reg; /* pins v3 option2 register, not used for G100 */
235 uint8 v3_clk_div; /* pins v3 memory and system clock division factors */
236 uint8 v3_mem_typ
[all...]
/haiku/src/build/libbe/interface/
H A DSystemPalette.cpp38 color_distance(uint8 red1, uint8 green1, uint8 blue1,
39 uint8 red2, uint8 green2, uint8 blue2)
55 static inline uint8
58 uint8 closestIndex = 0;
65 closestIndex = (uint8)i;
/haiku/src/bin/
H A Dhd.c24 void display (uint32, uint8 *);
27 char *hexbytes (uint8 *);
28 char *printable (uint8 *);
124 uint8 data[16];
139 display(uint32 offset, uint8 *data)
150 hexbytes(uint8 *s)
154 uint8 c;
179 printable (uint8 *s)
183 uint8 c;
/haiku/src/servers/app/
H A DSystemPalette.cpp40 color_distance(uint8 red1, uint8 green1, uint8 blue1,
41 uint8 red2, uint8 green2, uint8 blue2)
57 static inline uint8
60 uint8 closestIndex = 0;
67 closestIndex = (uint8)i;
H A DRGBColor.cpp64 col->red=uint8(r16 * RATIO_5_TO_8_BIT);
65 col->green=uint8(g16 * RATIO_6_TO_8_BIT);
66 col->blue=uint8(b16 * RATIO_5_TO_8_BIT);
79 static uint8
103 return (uint8)cindex;
164 RGBColor::RGBColor(uint8 r, uint8 g, uint8 b, uint8 a)
207 RGBColor::RGBColor(uint8 colo
[all...]
/haiku/src/tests/system/kernel/
H A Dmmap_cut_tests.cpp34 uint8* ptr1 = (uint8*)mmap(NULL, 16 * B_PAGE_SIZE, PROT_READ, MAP_PRIVATE, gTestFd, 0);
35 uint8 chunk[128];
39 uint8* ptr2 = (uint8*)mmap(&ptr1[B_PAGE_SIZE], B_PAGE_SIZE,
55 uint8* ptr = (uint8*)mmap(NULL, B_PAGE_SIZE * 4, PROT_NONE,
94 uint8* ptr = (uint8*)mmap(NULL, B_PAGE_SIZE * 4, PROT_NONE, MAP_PRIVATE,
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.h48 status_t _SetPower(uint8 power);
49 status_t _FetchBuffer(uint8* cmd, size_t cmdLength,
51 status_t _FetchReport(uint8 type, uint8 id,
53 status_t _ExecCommand(i2c_op op, uint8* cmd,
56 void _SetReport(status_t status, uint8 *report, size_t length);
68 uint8 fTransferBuffer[TRANSFER_BUFFER_SIZE];
75 uint8 fReportID;
91 uint8 fCurrentReport[TRANSFER_BUFFER_SIZE];
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dac97.h93 uint8 reg;
95 uint8 bits:3;
96 uint8 ofs:4;
97 uint8 mute:1;
98 uint8 polarity:1; // max_gain -> 0
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DCachedBlock.h24 const uint8* SetTo(off_t block);
26 const uint8* Block() const { return fBlock; }
37 uint8* fBlock;
89 inline const uint8 *
94 return fBlock = (uint8 *)block_cache_get(fVolume->BlockCache(), block);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCDeframer.cpp35 const uint8* buf = (const uint8*)buffer;
60 buf = (uint8*)fInputBuffer.Buffer();
74 uint8* b = (uint8*)buffer;
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeAddSUBPIX.h21 uint8 rt = min_c(255, _p.data8[2] + (r)); \
22 uint8 gt = min_c(255, _p.data8[1] + (g)); \
23 uint8 bt = min_c(255, _p.data8[0] + (b)); \
31 const uint8* covers, agg_buffer* buffer, const PatternHandler* pattern)
36 uint8* p = buffer->row_ptr(y) + (x << 2);
H A DDrawingModeBlendSUBPIX.h22 uint8 bt = (_p.data8[0] + (b)) >> 1; \
23 uint8 gt = (_p.data8[1] + (g)) >> 1; \
24 uint8 rt = (_p.data8[2] + (r)) >> 1; \
32 const uint8* covers, agg_buffer* buffer, const PatternHandler* pattern)
34 uint8* p = buffer->row_ptr(y) + (x << 2);
H A DDrawingModeSubtractSUBPIX.h21 uint8 rt = max_c(0, _p.data8[2] - (r)); \
22 uint8 gt = max_c(0, _p.data8[1] - (g)); \
23 uint8 bt = max_c(0, _p.data8[0] - (b)); \
31 const color_type& c, const uint8* covers, agg_buffer* buffer,
34 uint8* p = buffer->row_ptr(y) + (x << 2);
H A DDrawingModeCopy.h32 blend_pixel_copy(int x, int y, const color_type& c, uint8 cover,
35 uint8* p = buffer->row_ptr(y) + (x << 2);
49 const color_type& c, uint8 cover,
57 uint8* p8 = (uint8*)&vh;
58 p8[0] = (uint8)color.blue;
59 p8[1] = (uint8)color.green;
60 p8[2] = (uint8)color.red;
65 p8 = (uint8*)&vl;
66 p8[0] = (uint8)colo
[all...]
/haiku/headers/private/shared/
H A DKeymap.h32 uint8 ActiveDeadKey(uint32 keyCode,
34 uint8 DeadKey(uint32 keyCode, uint32 modifiers,
38 uint8 activeDeadKey) const;
40 uint8 activeDeadKey, char** chars,
56 uint8 DeadKeyIndex(int32 offset) const;
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dsata_request.h21 void SetATACommand(uint8 command);
22 void SetATA28Command(uint8 command, uint32 lba,
23 uint8 sectorCount);
24 void SetATA48Command(uint8 command, uint64 lba,
44 uint8 fFis[20];
/haiku/src/apps/mail/
H A DSettings.h48 static const uint8 kHideToolBar = 0;
49 static const uint8 kShowToolBar = 1;
50 static const uint8 kShowToolBarIconsOnly = 2;
70 uint8 ShowButtonBar();
101 uint8 fShowButtonBar;
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DDiscoveryPacket.h40 uint8 data[0];
46 DiscoveryPacket(uint8 code, uint16 sessionID = 0x0000);
53 void SetCode(uint8 code)
55 uint8 Code() const
74 uint8 fCode;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DArray.h36 /*! \brief \c uint8 specialization of the \c array template struct. */
38 struct array<uint8, arrayLength> {
41 const uint8 bytesPerRow = 8;
43 sprintf(classname, "array<uint8, %" B_PRIu32 ">", arrayLength);
59 uint8 data[arrayLength];
68 const uint8 bytesPerRow = 8;
70 sprintf(classname, "array<uint8, %" B_PRIu32 ">", arrayLength);
86 uint8 data[arrayLength];
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6_utils.h22 compute_wordsum(uint8* _buffer, size_t length)
47 sum += compute_wordsum((uint8*)source, sizeof(in6_addr));
48 sum += compute_wordsum((uint8*)destination, sizeof(in6_addr));
49 sum += compute_wordsum((uint8*)&length, sizeof(uint16));
50 sum += compute_wordsum((uint8*)&protocol, sizeof(uint16));
/haiku/headers/private/kernel/util/
H A Dring_buffer.h19 uint8 buffer[0];
40 size_t ring_buffer_read(struct ring_buffer *buffer, uint8 *data, ssize_t length);
41 size_t ring_buffer_write(struct ring_buffer *buffer, const uint8 *data, ssize_t length);
42 ssize_t ring_buffer_user_read(struct ring_buffer *buffer, uint8 *data, ssize_t length);
43 ssize_t ring_buffer_user_write(struct ring_buffer *buffer, const uint8 *data, ssize_t length);

Completed in 109 milliseconds

<<11121314151617181920>>