Searched refs:uint8 (Results 376 - 400 of 2120) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/translators/psd/
H A DPSDWriter.h46 void _WriteUInt8ToStream(BPositionIO *stream, uint8);
48 uint8 val, size_t count);
50 uint8 *block, size_t count);
52 BDataArray* _PackBits(uint8 *buff, int32 len);
H A DPSDWriter.cpp120 uint8 resBlock[16] = {0x00, 0x48, 0x00, 0x00,
168 psdLayersSection << (uint8)255; // Opacity
169 psdLayersSection << (uint8)0; // Clipping
170 psdLayersSection << (uint8)1; // Flags
171 psdLayersSection << (uint8)0; // Flags
176 psdLayersSection << (uint8)15; // Layer name length
177 uint8 layerName[16] = {"Layer #1 "};
195 psdLayersSection << (uint8)0;
230 PSDWriter::_PackBits(uint8 *buff, int32 len)
255 packedBits->Append((uint8)(
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_real_time_clock.cpp19 uint8 second;
20 uint8 minute;
21 uint8 hour;
22 uint8 day;
23 uint8 month;
24 uint8 year;
25 uint8 century;
30 bcd_to_int(uint8 bcd)
42 static uint8
45 uint8 lo
[all...]
/haiku/headers/private/kernel/arch/m68k/
H A Darch_platform.h51 virtual uint8 ReadRTCReg(uint8 reg) = 0;
52 virtual void WriteRTCReg(uint8 reg, uint8 val) = 0;
/haiku/src/apps/mandelbrot/
H A DFractalEngine.h46 uint8* fRenderBuffer;
49 uint8 fSubsampling;
54 uint8 fThreadCount;
72 const uint8* fColorset;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndex.h38 bool Find(const uint8 *key, size_t length,
46 virtual AbstractIndexEntryIterator *InternalFind(const uint8 *key,
66 Entry *GetCurrent(uint8 *buffer, size_t *keyLength);
69 Entry *GetNext(uint8 *buffer, size_t *keyLength);
/haiku/headers/private/kernel/arch/riscv64/
H A DHtif.h25 uint64 HtifCmd(uint32 device, uint8 cmd, uint32 arg);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DDriver.h24 const uint8 kInvalidRequest = 0xff;
/haiku/headers/private/kernel/boot/
H A Dstage2.h28 extern void *kernel_args_malloc(size_t size, uint8 alignment = 1);
/haiku/src/servers/net/
H A DDHCPClient.cpp109 const uint8* next;
110 uint8 state;
118 uint8 opcode;
119 uint8 hardware_type;
120 uint8 hardware_address_length;
121 uint8 hop_count;
129 uint8 mac_address[16];
130 uint8 server_name[64];
131 uint8 file[128];
133 uint8 option
[all...]
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.h141 MemoryAttributeIndirection(uint8 el = kInvalidExceptionLevel)
164 uint8 IndexOf(uint8 requirement) {
167 uint8 index = 0;
178 uint64 MaskOf(uint8 requirement) {
189 static const uint8 skTranslationLevels = 4;
193 uint8 shift;
206 uint16 DescriptorIndex(addr_t virt_addr, uint8 level) {
210 bool BlocksAllowed(uint8 level) {
214 bool TablesAllowed(uint8 leve
[all...]
/haiku/headers/os/drivers/
H A Disapnp.h18 (ptr)->b[0] = (uint8)(((((ch0) - 'A' + 1) & 0x1f) << 2) | ((((ch1) - 'A' + 1) & 0x18) >> 3)); \
19 (ptr)->b[1] = (uint8)(((((ch1) - 'A' + 1) & 0x07) << 5) | ((((ch2) - 'A' + 1) & 0x1f) )); \
20 (ptr)->b[2] = (uint8)((((prod_num) & 0xff0) >> 4)); \
21 (ptr)->b[3] = (uint8)((((prod_num) & 0x00f) << 4) | ((rev) & 0xf) ); \
H A DISA.h22 uint8 reserved; // empty space
23 uint8 flag; // end of link flag
38 uint8 (*read_io_8) (int mapped_io_addr);
39 void (*write_io_8) (int mapped_io_addr, uint8 value);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DChecksum.h30 crc = calculate_crc32c(XFS_CRC_SEED, (uint8*)buffer, cksum_offset);
33 crc = calculate_crc32c(crc, (uint8*)&zero, sizeof(uint32));
36 return calculate_crc32c(crc, (uint8*)buffer + cksum_offset + sizeof(uint32),
52 return calculate_crc32c(XFS_CRC_SEED, (uint8*)buffer, length);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyInfos.h28 const char* GetKeyUTF8(uint8 keyIndex);
/haiku/src/apps/terminal/
H A DTerminalBuffer.h36 void SetColors(uint8* indexes, rgb_color* colors,
38 void ResetColors(uint8* indexes,
40 void GetColor(uint8 index);
44 void SetPaletteColor(uint8 index, rgb_color color);
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.h28 get_pci_config(pci_info* info, uint8 offset, uint8 size)
36 set_pci_config(pci_info* info, uint8 offset, uint8 size, uint32 value)
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DSourceExporter.h27 status_t _Export(const uint8* source,
H A DRDefExporter.h27 status_t _Export(const uint8* source,
/haiku/src/apps/haikudepot/util/
H A DDataIOUtils.h56 status_t _CharToInt(uint8 ch, uint8* value);
63 uint8 fNextByteAssembly;
64 uint8 fNextByteAssemblyBits;
H A DDataIOUtils.cpp15 uint8 buffer[BUFFER_SIZE];
97 Base64DecodingDataIO::_CharToInt(uint8 ch, uint8* value)
136 uint8 delegateRead;
137 uint8 delegateReadInt;
153 uint8 followingNextByteAssemblyBits = (6 - (8 - fNextByteAssemblyBits));
154 *((uint8 *) buffer) = fNextByteAssembly << (8 - fNextByteAssemblyBits)
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DPortChannel.cpp17 fBuffer(new(std::nothrow) uint8[kDefaultBufferSize]),
31 fBuffer(new(std::nothrow) uint8[kDefaultBufferSize]),
43 fBuffer(new(std::nothrow) uint8[kDefaultBufferSize]),
101 const uint8* buffer = static_cast<const uint8*>(_buffer);
121 uint8* buffer = static_cast<uint8*>(_buffer);
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.h135 uint8 *bios;
145 uint8 shift;
154 atom_context *atom_parse(card_info *card, uint8 *bios);
157 uint8 *frev, uint8 *crev, uint16 *data_start);
158 status_t atom_parse_cmd_header(atom_context *ctx, int index, uint8 * frev,
159 uint8 * crev);
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dutil.cpp32 print_byte(uint8 c)
39 dump_bytes(uint8 *buffer, uint32 count)
61 dump_directory(uint8 *buffer)
156 uint8
159 const uint8 *p = (const uint8 *)name;
161 uint8 c = 0;
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.h69 uint8 ignoremask; // bitmask of BARs to ignore when probing
70 uint8 maxports; // max number of ports on the card if > 0
128 uint8 stopbits;
129 uint8 parity;
130 uint8 databits;
157 status_t pc_serial_select(void *cookie, uint8 event, uint32 ref, selectsync *sync);
158 status_t pc_serial_deselect(void *coookie, uint8 event, selectsync *sync);

Completed in 153 milliseconds

<<11121314151617181920>>