Searched refs:uchar (Results 26 - 50 of 196) sorted by relevance

12345678

/haiku/headers/os/device/
H A DCAM.h44 uchar path; /* target SIM ID */
45 uchar target; /* target device ID */
46 uchar sgcount; /* # of sg segments (0 if non-sg operation) */
47 uchar scsi_op; /* scsi operation byte */
118 uchar cam_func_code; /* XPT function code */
119 uchar cam_status; /* Returned CAM subsystem status */
120 uchar cam_hrsvd0; /* Reserved field, for alignment */
121 uchar cam_path_id; /* Path ID for the request */
122 uchar cam_target_id; /* Target device ID */
123 uchar cam_target_lu
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_private.h54 status_t pci_reserve_device(uchar virtualBus, uchar device, uchar function,
56 status_t pci_unreserve_device(uchar virtualBus, uchar device, uchar function,
59 status_t pci_update_interrupt_line(uchar virtualBus, uchar device,
60 uchar function, uchar newInterruptLineValu
[all...]
/haiku/headers/os/midi/
H A DMidiStore.h22 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
25 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
28 uchar channel, uchar note, uchar pressure, uint32 time = B_NOW);
31 uchar channe
[all...]
/haiku/headers/os/drivers/bus/
H A DSCSI.h114 uchar subsys_status; // Returned subsystem status
115 uchar device_status; // Returned scsi device status
117 uchar path_id; // Path ID for the request
118 uchar target_id; // Target device ID
119 uchar target_lun; // Target LUN number
128 uchar cdb_length; // length of command in bytes
132 uchar *data; // pointer to data
139 uchar sense[SCSI_MAX_SENSE_SIZE]; // autosense data
140 uchar sense_resid; // autosense resid length: 2's comp
150 uchar stat
[all...]
H A DISA.h56 uchar mode, // mode flags
57 uchar e_mode // extended mode flags
/haiku/src/kits/midi2/
H A DMidiLocalProducer.cpp69 BMidiLocalProducer::SprayNoteOff(uchar channel, uchar note,
70 uchar velocity, bigtime_t time) const
73 uchar data[3];
86 BMidiLocalProducer::SprayNoteOn(uchar channel, uchar note,
87 uchar velocity, bigtime_t time) const
90 uchar data[3];
103 BMidiLocalProducer::SprayKeyPressure(uchar channel, uchar not
[all...]
H A DMidiLocalConsumer.cpp103 BMidiLocalConsumer::Data(uchar* data, size_t length, bool atomic, bigtime_t time)
229 BMidiLocalConsumer::NoteOff(uchar channel, uchar note, uchar velocity, bigtime_t time)
236 BMidiLocalConsumer::NoteOn(uchar channel, uchar note, uchar velocity, bigtime_t time)
243 BMidiLocalConsumer::KeyPressure(uchar channel, uchar note, uchar pressur
[all...]
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Rasterizer.h38 uchar* GetOutBuffer()
45 fOutBuffer = new uchar[fOutBufferSize];
51 uchar* fOutBuffer;
76 uchar* fOutBuffer;
77 uchar* fCurrentLine;
101 uchar* fCurrentLine;
105 typedef uchar* PlaneBuffer;
133 uchar* fCurrentLine;
H A DDeltaRowCompression.cpp17 uchar initialSeed)
19 fSeedRow(new uchar[rowSize]),
53 AbstractDeltaRowCompressor::CompressRaw(const uchar* row, bool updateSeedRow,
102 uchar byte = row[index];
126 AbstractDeltaRowCompressor::CalculateSize(const uchar* row, bool updateSeedRow)
133 AbstractDeltaRowCompressor::Compress(const uchar* row)
142 test(AbstractDeltaRowCompressor* compressor, uchar* row) {
147 uchar* buffer = new uchar[size];
163 uchar row
[all...]
/haiku/src/servers/input/
H A DMethodMenuItem.h27 MethodMenuItem(int32 cookie, const char *label, const uchar *icon, BMenu *subMenu, BMessenger &messenger);
28 MethodMenuItem(int32 cookie, const char *label, const uchar *icon);
38 void SetIcon(const uchar *icon);
39 const uchar *Icon() { return(uchar *)fIcon.Bits(); };
/haiku/src/kits/midi/
H A DMidiSynth.cpp160 uchar channel, uchar note, uchar velocity, uint32 time)
169 uchar channel, uchar note, uchar velocity, uint32 time)
178 uchar channel, uchar note, uchar pressure, uint32 time)
188 uchar channe
[all...]
H A DMidiPort.cpp133 uchar channel, uchar note, uchar velocity, uint32 time)
141 uchar channel, uchar note, uchar velocity, uint32 time)
149 uchar channel, uchar note, uchar pressure, uint32 time)
158 uchar channe
[all...]
H A DSoftSynth.cpp368 uchar channel, uchar note, uchar velocity, uint32 time)
379 uchar channel, uchar note, uchar velocity, uint32 time)
390 uchar channel, uchar note, uchar pressure, uint32 time)
401 uchar channe
[all...]
/haiku/src/apps/soundrecorder/
H A DDrawingTidbits.h18 inline uchar
19 ShiftComponent(uchar component, float percent)
24 return (uchar)(component * (2 - percent));
26 return (uchar)(255 - percent * (255 - component));
/haiku/src/add-ons/kernel/bus_managers/isa/
H A Disa_arch.h30 uchar mode, uchar e_mode);
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dsymbios.h66 uchar _command[12]; /* 0 - 11 */
67 uchar _syncmsg[2]; /* 12 - 13 */
68 uchar _widemsg[2]; /* 14 - 15 */
69 uchar _sendmsg[8]; /* 16 - 23 */
70 uchar _recvmsg[1]; /* 24 */
71 uchar _extdmsg[1]; /* 25 */
72 uchar _status[1]; /* 26 */
73 uchar _padding[1]; /* 27 */
96 uchar device[4]; /* symbios register defs for the device */
155 uchar scntl
[all...]
/haiku/headers/os/add-ons/graphics/
H A DGraphicsCard.h69 uchar h_position;
70 uchar v_position;
71 uchar h_size;
72 uchar v_size;
107 uchar color;
124 uchar red[256];
125 uchar green[256];
126 uchar blue[256];
/haiku/src/apps/processcontroller/
H A DAutoIcon.h24 AutoIcon(const uchar* bits)
43 const uchar* fbits;
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.h24 uchar AbortRequest(scsi_ccb *request);
25 uchar TerminateRequest(scsi_ccb *request);
26 uchar ResetDevice(uchar targetID, uchar targetLUN);
27 void GetRestrictions(uchar targetID, bool *isATAPI,
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DSampleBuffer.h116 class UCharSampleBuffer : public SampleBuffer<sizeof(uchar)> {
119 : SampleBuffer<sizeof(uchar)>(buffer) {
123 return ((sample_t)*((uchar*)fBuffer) - 128) / (sample_t)127;
127 *((uchar*)fBuffer) = uchar(value * (sample_t)127 + 128);
146 *((uchar*)fBuffer) = uchar(value * (sample_t)127);
/haiku/src/tests/add-ons/kernel/busses/scsi/example/
H A Dexample_scsi.c109 static uchar
117 static uchar
118 example_reset_device(scsi_sim_cookie cookie, uchar targetID, uchar targetLUN)
125 static uchar
133 static uchar
141 static uchar
149 static uchar
158 example_get_restrictions(scsi_sim_cookie cookie, uchar targetID, bool *isATAPI,
/haiku/src/apps/terminal/
H A DTermParse.h41 inline uchar _NextParseChar();
53 void DumpState(int *groundtable, int *parsestate, uchar c);
65 void _ProcessOperatingSystemControls(uchar* params);
75 uchar fReadBuffer[READ_BUF_SIZE];
78 uchar fParserBuffer[ESC_PARSER_BUFFER_SIZE];
/haiku/headers/os/drivers/
H A Disapnp.h10 uchar b[4];
35 uchar csn;
36 uchar ldn;
48 uchar csn;
49 uchar ldn;
H A DPCI.h33 uchar bus; /* bus number */
34 uchar device; /* device number on bus */
35 uchar function; /* function number in device */
36 uchar revision; /* revision id */
37 uchar class_api; /* specific register interface type */
38 uchar class_sub; /* specific device function */
39 uchar class_base; /* device type (display vs network, etc) */
40 uchar line_size; /* cache line size in 32 bit words */
41 uchar latency; /* latency timer */
42 uchar header_typ
[all...]
/haiku/src/apps/patchbay/
H A DCountEventConsumer.h36 void Data(uchar*, size_t, bool, bigtime_t)

Completed in 148 milliseconds

12345678