Searched refs:int16 (Results 26 - 50 of 308) sorted by relevance

1234567891011>>

/haiku/src/add-ons/accelerants/vesa/
H A Daccelerant.h22 int16 current_mode; // index in the mode_list, or -1 if using a custom mode
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.h43 int16 fSampleSize;
44 int16 fChannelCount;
55 void SetSample(void* samples, int32 frameCount, int16 sampleSize, int16 channelCount);
58 int16 SampleSize() const { return fSampleSize; }
59 int16 ChannelCount() const { return fChannelCount; }
/haiku/headers/os/midi/
H A DSamples.h19 void* sampleData, int32 frames, int16 bytes_per_sample,
20 int16 channel_count, double pitch, int32 loopStart, int32 loopEnd,
/haiku/src/kits/midi/
H A DMidiSynth.cpp82 BMidiSynth::SetTransposition(int16 offset)
88 int16
96 BMidiSynth::MuteChannel(int16 channel, bool do_mute)
110 BMidiSynth::SoloChannel(int16 channel, bool do_solo)
124 BMidiSynth::LoadInstrument(int16 instrument)
131 BMidiSynth::UnloadInstrument(int16 instrument)
138 BMidiSynth::RemapInstrument(int16 from, int16 to)
H A DMidiSynthFile.cpp127 int16* pArray768, int16* pReturnedCount) const
129 int16 count = 0;
186 BMidiSynthFile::MuteTrack(int16 track, bool do_mute)
200 BMidiSynthFile::SoloTrack(int16 track, bool do_solo)
/haiku/src/apps/cortex/addons/audioOps/
H A Daudio_op_tools.h53 inline void byteswap_sample(int16& sample) {
/haiku/src/tools/restest/
H A DResourceFile.h57 inline int16 _GetInt16(int16 value);
74 int16
75 ResourceFile::_GetInt16(int16 value)
/haiku/headers/private/syslog_daemon/
H A Dsyslog_daemon.h26 int16 priority;
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dxfs_types.h28 typedef int16 xfs_aextnum_t; // number of extents in an attribute fork
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dendianess.h62 int16
63 swap_value(int16 v)
65 return (int16)swap_value((uint16)v);
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.h70 int16 scaleFactor,
76 int16 scaleFactor() const;
125 int16 m_scaleFactor;
/haiku/src/add-ons/translators/gif/
H A DGIFSave.h98 int16 red_side_error;
99 int16 green_side_error;
100 int16 blue_side_error;
/haiku/src/preferences/repositories/
H A DRepositoriesView.h43 void _TaskStarted(RepoRow* rowItem, int16 count);
44 void _TaskCompleted(RepoRow* rowItem, int16 count,
46 void _TaskCanceled(RepoRow* rowItem, int16 count);
/haiku/headers/private/storage/
H A DResourceFile.h102 inline int16 _GetInt(int16 value) const;
117 inline int16
118 ResourceFile::_GetInt(int16 value) const
120 return fHostEndianess ? value : (int16)B_SWAP_INT16((uint16)value);
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp58 virtual status_t Decode(int16 id, struct video_mode *mode);
68 virtual int16 Width(const struct video_mode *mode=NULL);
69 virtual int16 Height(const struct video_mode *mode=NULL);
70 virtual int16 Depth(const struct video_mode *mode=NULL);
71 virtual int16 BytesPerRow(const struct video_mode *mode=NULL);
162 ModeOps::Decode(int16 id, struct video_mode *mode)
170 int16
177 int16
184 int16
191 int16
[all...]
/haiku/headers/private/netservices/
H A DHttpRequest.h60 static bool IsInformationalStatusCode(int16 code);
61 static bool IsSuccessStatusCode(int16 code);
62 static bool IsRedirectionStatusCode(int16 code);
63 static bool IsClientErrorStatusCode(int16 code);
64 static bool IsServerErrorStatusCode(int16 code);
65 static int16 StatusCodeClass(int16 code);
/haiku/headers/libs/agg/
H A Dagg_scanline_bin.h50 int16 x;
51 int16 len;
86 m_cur_span->x = (int16)x;
97 m_cur_span->len = (int16)(m_cur_span->len + len);
102 m_cur_span->x = (int16)x;
103 m_cur_span->len = (int16)len;
/haiku/headers/os/interface/
H A DColorControl.h97 void _InvalidateSelector(int16 ramp,
103 int16 flag, bool focused,
115 int16 fSelectedPaletteColorIndex;
116 int16 fPreviousSelectedPaletteColorIndex;
130 int16 fFocusedRamp;
131 int16 fClickedRamp;
/haiku/headers/os/device/
H A DJoystick.h34 int16 horizontal;
35 int16 vertical;
55 status_t GetAxisValues(int16* outValues,
/haiku/src/tests/kits/game/chart/
H A DChartRender.h57 typedef short int16; typedef
154 int16 h;
155 int16 v;
H A DChartRender_d.h50 typedef short int16;
175 int16 h;
176 int16 v;
/haiku/headers/private/netservices2/
H A DHttpResult.h30 enum class BHttpStatusClass : int16 {
40 enum class BHttpStatusCode : int16 {
96 int16 code = 0;
/haiku/src/apps/cortex/Persistence/
H A Dxml_export_utils.h59 int16 spaces = column - (strlen(text) + context.indentLevel());
/haiku/src/kits/app/
H A DTokenSpace.cpp37 BTokenSpace::NewToken(int16 type, void* object)
63 BTokenSpace::SetToken(int32 token, int16 type, void* object)
101 BTokenSpace::CheckToken(int32 token, int16 type) const
114 BTokenSpace::GetToken(int32 token, int16 type, void** _object) const
/haiku/src/servers/bluetooth/
H A DLocalDeviceHandler.cpp89 int16 eventFound;
90 int16 opcodeFound;
139 int16 eventFound;
140 int16 opcodeFound;

Completed in 148 milliseconds

1234567891011>>