Searched refs:uchar (Results 1 - 25 of 196) sorted by relevance

12345678

/haiku/headers/os/midi2/
H A DMidi2Defs.h12 const uchar B_NOTE_OFF = 0x80;
13 const uchar B_NOTE_ON = 0x90;
14 const uchar B_KEY_PRESSURE = 0xa0;
15 const uchar B_CONTROL_CHANGE = 0xb0;
16 const uchar B_PROGRAM_CHANGE = 0xc0;
17 const uchar B_CHANNEL_PRESSURE = 0xd0;
18 const uchar B_PITCH_BEND = 0xe0;
21 const uchar B_SYS_EX_START = 0xf0;
22 const uchar B_MIDI_TIME_CODE = 0xf1;
23 const uchar B_SONG_POSITIO
[all...]
H A DMidiConsumer.h53 uchar *data, size_t length, bool atomic, bigtime_t time);
56 uchar channel, uchar note, uchar velocity, bigtime_t time);
59 uchar channel, uchar note, uchar velocity, bigtime_t time);
62 uchar channel, uchar note, uchar pressur
[all...]
H A DMidiProducer.h68 uchar channel, uchar note, uchar velocity,
72 uchar channel, uchar note, uchar velocity,
76 uchar channel, uchar note, uchar pressure,
80 uchar channe
[all...]
/haiku/src/apps/midiplayer/
H A DSynthBridge.h39 virtual void NoteOff(uchar channel, uchar note, uchar velocity,
42 virtual void NoteOn(uchar channel, uchar note, uchar velocity,
45 virtual void KeyPressure(uchar channel, uchar note, uchar pressure,
48 virtual void ControlChange(uchar channe
[all...]
H A DSynthBridge.cpp58 SynthBridge::NoteOff(uchar channel, uchar note, uchar velocity, bigtime_t time)
65 SynthBridge::NoteOn(uchar channel, uchar note, uchar velocity, bigtime_t time)
72 SynthBridge::KeyPressure(uchar channel, uchar note, uchar pressure,
80 SynthBridge::ControlChange(uchar channe
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dencodings.h16 status_t unicode_to_utf8(const uchar *uni, uint32 unilen, uint8 *utf8,
19 bool requires_munged_short_name(const uchar *utf8name,
20 const uchar nshort[11], int encoding);
22 bool requires_long_name(const char *utf8, const uchar *unicode);
23 status_t utf8_to_unicode(const char *utf8, uchar *uni, uint32 unilen);
24 status_t munge_short_name2(uchar nshort[11], int encoding);
25 status_t munge_short_name1(uchar nshort[11], int iteration, int encoding);
26 status_t generate_short_name(const uchar *name, const uchar *uni,
27 uint32 unilen, uchar nshor
[all...]
/haiku/src/add-ons/kernel/bus_managers/isa/arch/arm/
H A Disa_dma.c19 uchar mode, uchar e_mode)
/haiku/src/add-ons/kernel/bus_managers/isa/arch/m68k/
H A Disa_dma.c19 uchar mode, uchar e_mode)
/haiku/src/add-ons/kernel/bus_managers/isa/arch/ppc/
H A Disa_dma.c19 uchar mode, uchar e_mode)
/haiku/src/add-ons/kernel/bus_managers/isa/arch/x86/
H A Disa_dma.cpp18 uchar mode, uchar e_mode)
/haiku/src/add-ons/kernel/bus_managers/isa/arch/arm64/
H A Disa_dma.c19 uchar mode, uchar e_mode)
/haiku/src/kits/midi/
H A DMidiGlue.h30 uchar channel, uchar note, uchar velocity, bigtime_t time);
33 uchar channel, uchar note, uchar velocity, bigtime_t time);
36 uchar channel, uchar note, uchar pressure, bigtime_t time);
39 uchar channe
[all...]
H A DMidiText.cpp35 uchar channel, uchar note, uchar velocity, uint32 time)
46 uchar channel, uchar note, uchar velocity, uint32 time)
57 uchar channel, uchar note, uchar pressure, uint32 time)
68 uchar channe
[all...]
H A DSoftSynth.h72 void NoteOff(uchar, uchar, uchar, uint32);
73 void NoteOn(uchar, uchar, uchar, uint32);
74 void KeyPressure(uchar, uchar, uchar, uint32);
75 void ControlChange(uchar, ucha
[all...]
H A DMidi.cpp63 BMidi::NoteOff(uchar channel, uchar note, uchar velocity, uint32 time)
70 BMidi::NoteOn(uchar channel, uchar note, uchar velocity, uint32 time)
78 uchar channel, uchar note, uchar pressure, uint32 time)
86 uchar channe
[all...]
H A DMidiGlue.cpp29 uchar channel, uchar note, uchar velocity, bigtime_t time)
37 uchar channel, uchar note, uchar velocity, bigtime_t time)
45 uchar channel, uchar note, uchar pressure, bigtime_t time)
53 uchar channe
[all...]
/haiku/headers/os/midi/
H A DMidi.h20 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
23 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
26 uchar channel, uchar note, uchar pressure, uint32 time = B_NOW);
29 uchar channe
[all...]
H A DMidiText.h16 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
19 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
22 uchar channel, uchar note, uchar pressure, uint32 time = B_NOW);
25 uchar channe
[all...]
H A DMidiDefs.h49 #ifndef uchar
50 typedef unsigned char uchar; typedef
57 const uchar B_NOTE_OFF = 0x80;
58 const uchar B_NOTE_ON = 0x90;
59 const uchar B_KEY_PRESSURE = 0xa0;
60 const uchar B_CONTROL_CHANGE = 0xb0;
61 const uchar B_PROGRAM_CHANGE = 0xc0;
62 const uchar B_CHANNEL_PRESSURE = 0xd0;
63 const uchar B_PITCH_BEND = 0xe0;
66 const uchar B_SYS_EX_STAR
[all...]
H A DMidiSynth.h42 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
45 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
48 uchar channel, uchar note, uchar pressure, uint32 time = B_NOW);
51 uchar channe
[all...]
H A DMidiPort.h25 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
28 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
31 uchar channel, uchar note, uchar pressure, uint32 time = B_NOW);
34 uchar channe
[all...]
/haiku/headers/os/device/
H A Dscsi.h56 uchar inquiry_data[36];
77 uchar toc_data[804];
82 uchar start_track;
83 uchar start_index;
84 uchar end_track;
85 uchar end_index;
90 uchar start_m;
91 uchar start_s;
92 uchar start_f;
93 uchar end_
[all...]
/haiku/headers/libs/print/libprint/
H A DHalftone.h13 uchar blue;
14 uchar green;
15 uchar red;
16 uchar alpha; // unused in B_RGB32
21 uchar alpha; // unused in B_RGB32_BIG
22 uchar red;
23 uchar green;
24 uchar blue;
34 typedef void (Halftone::*PFN_dither)(uchar* destination, const uchar* sourc
[all...]
/haiku/src/add-ons/print/drivers/pcl6/
H A DDeltaRowCompression.h17 uchar initialSeed);
30 int CalculateSize(const uchar* row,
35 void Compress(const uchar* row);
39 virtual void AppendByteToDeltaRow(uchar byte) = 0;
50 inline int DiffersIndex(const uchar* row, int index)
62 inline int DiffersLength(const uchar* row, int index)
76 int CompressRaw(const uchar* row, bool updateSeedRow,
80 void Put(uchar byte)
87 uchar* fSeedRow; // the seed row
89 uchar fInitialSee
[all...]
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.h48 uchar opcode; /* operation code - see CCB_OP_* below */
49 uchar direction; /* data direction control - see CCB_DIR_* */
50 uchar length_cdb; /* length of the cdb */
51 uchar length_sense; /* length of sense data block */
54 uchar _reserved1; /* set to zero */
55 uchar _reserved2; /* set to zero */
56 uchar btstat; /* Host Adapter Status Return */
57 uchar sdstat; /* SCSI Device Status Return */
58 uchar target_id; /* Target SCSI ID */
59 uchar lun_ta
[all...]

Completed in 483 milliseconds

12345678