Home
last modified time | relevance | path

Searched refs:s32 (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/RvlSDK-3.3/include/revolution/
Denc.h76 s32 encoding;
78 s32 state;
103 … ENCConvertToInternalEncoding(ENCContext* context, u16* dst, s32* dstlen, const u8* src, s32* srcl…
104 …NCConvertFromInternalEncoding(ENCContext* context, u8* dst, s32* dstlen, const u16* src, s32* srcl…
109 ENCResult ENCCheckEncoding(s32* index, const u8** encodings, s32 encsize, const u16* src, s32 srcle…
117 ENCResult ENCSetUnicodeBOM(u16* dst, s32 dstlen);
118 ENCResult ENCSetUnicodeBOM32(u32* dst, s32 dstlen);
119 ENCResult ENCSetUnicodeBOM16(u16* dst, s32 dstlen);
120 ENCResult ENCSetUnicodeBOM8(u8* dst, s32 dstlen);
124 ENCResult ENCConvertStringUnicodeToAscii(u8* dst, s32* dstlen, const u16* src, s32* srclen);
[all …]
Dkpad.h146 s32 weight_err ;
147 s32 tgc_weight_err ;
217 s32 KPADRead ( s32 chan, KPADStatus samplingBufs[], u32 length ) ;
218 s32 KPADReadEx ( s32 chan, KPADStatus samplingBufs[], u32 length, s32 *err ) ;
220 void KPADSetPosParam ( s32 chan, f32 play_radius, f32 sensitivity ) ;
221 void KPADSetHoriParam( s32 chan, f32 play_radius, f32 sensitivity ) ;
222 void KPADSetDistParam( s32 chan, f32 play_radius, f32 sensitivity ) ;
223 void KPADSetAccParam ( s32 chan, f32 play_radius, f32 sensitivity ) ;
225 void KPADGetPosParam ( s32 chan, f32 *play_radius, f32 *sensitivity ) ;
226 void KPADGetHoriParam( s32 chan, f32 *play_radius, f32 *sensitivity ) ;
[all …]
Dcnt.h137 s32 FileDescriptor;
144 s32 rootDir;
145 s32 currDir;
165 s32 readOffset;
171 s32 readOffset;
219 s32 contentInitHandleNAND ( u32 contentIdx, CNTHandleNAND* Cnt, MEMAllocator* allocator…
220 s32 contentInitHandleNANDEx ( u32 contentIdx, CNTHandle* Cnt, MEMAllocator* allocator );
221 s32 contentInitHandleTitleNAND ( u64 titleId, u32 contentIdx, CNTHandle* Cnt, MEMAllocator* …
222 s32 contentReleaseHandleNAND ( CNTHandleNAND* Cnt );
225 s32 contentOpenNAND ( CNTHandleNAND* Cnt, const char* filename, CNTFileInfoNAND* …
[all …]
Dsyn.h95 s32 masterVolume; // master volume for synth
102 s32 pwMaxCents [16]; // pitch wheel cents at + max
103 s32 pwCents [16]; // current pitch wheel cents
105 s32 volAttn [16]; // MIDI channel volume
106 s32 expAttn [16]; // expression volume
107 s32 auxAAttn [16]; // aux A (reverb)
108 s32 auxBAttn [16]; // aux B (chorus)
152 s32 cents; // base relitive pitch
153 s32 attn; // base attenuation (region + vel)
155 s32 lfoState; // LFO table index
[all …]
Dnand.h304 typedef void (*NANDCallback)( s32 result, NANDCommandBlock *block );
312 s32 fileDescriptor;
313 s32 origFd;
335 s32 NANDInit (void);
338 s32 NANDCreate (const char *path, u8 perm, u8 attr);
339 s32 NANDCreateAsync (const char *path, u8 perm, u8 attr, NANDCallback cb, NANDCommandBlock *bl…
340 s32 NANDOpen (const char *path, NANDFileInfo *info, u8 accType);
341 s32 NANDOpenAsync (const char *path, NANDFileInfo *info, u8 accType, NANDCallback cb, NANDCo…
342 s32 NANDClose (NANDFileInfo *info);
343 s32 NANDCloseAsync (NANDFileInfo *info, NANDCallback cb, NANDCommandBlock *block);
[all …]
Dwpad.h645 s32 degrees;
714 typedef void ( *WPADExtensionCallback )( s32 chan, s32 result );
715 typedef void ( *WPADSamplingCallback )( s32 chan );
716 typedef void ( *WPADConnectCallback )( s32 chan, s32 reason );
717 typedef void ( *WPADCallback )( s32 chan, s32 result );
720 typedef void ( *WPADSyncDeviceCallback )( s32 result, s32 num );
721 typedef void ( *WPADClearDeviceCallback )( s32 result );
736 BOOL WPADAttach ( s32 chan );
737 BOOL WPADRecalibrate ( s32 chan );
747 s32 WPADProbe ( s32 chan, u32 *type );
[all …]
Dwt.h43 s32 lfoFreq;
44 s32 lfoDelay;
45 s32 lfoAtten;
46 s32 lfoPitch;
47 s32 lfoMod2Atten;
48 s32 lfoMod2Pitch;
51 s32 eg1Attack;
52 s32 eg1Decay;
53 s32 eg1Sustain;
54 s32 eg1Release;
[all …]
Ddvd.h310 typedef void (*DVDCBCallback)(s32 result, DVDCommandBlock* block);
317 s32 state;
341 typedef void (*DVDCallback)(s32 result, DVDFileInfo* fileInfo);
425 BOOL DVDFastOpen ( s32 entrynum, DVDFileInfo* fileInfo );
428 s32 DVDReadPrio ( DVDFileInfo* fileInfo, void* addr, s32 length,
429 s32 offset, s32 prio );
431 BOOL DVDReadAsyncPrio ( DVDFileInfo* fileInfo, void* addr, s32 length,
432 s32 offset,
433 DVDCallback callback, s32 prio );
440 s32 DVDRead ( DVDFileInfo* fileInfo, void* addr, s32 length,
[all …]
Daxart.h174 s32 attenuation;
226 s32 cents;
236 s32 delta;
237 s32 target;
238 s32 cents;
249 s32 cents;
259 s32 attenuation;
269 s32 attenuation;
279 s32 attenuation;
289 s32 attenuation;
[all …]
Daxfx.h71 s32 *left;
72 s32 *right;
73 s32 *surround;
84 s32 *L;
85 s32 *R;
86 s32 *Ls;
87 s32 *Rs;
102 s32 *left;
103 s32 *right;
104 s32 *surround;
[all …]
Dmidi.h27 typedef void (*MIDICallback)(s32 chan, s32 ret);
46 s32 MIDIGetStatus(s32 chan, u8* status);
47 s32 MIDIGetStatusAsync(s32 chan, u8* status, MIDICallback callback);
48 s32 MIDIRead(s32 chan, u8* dst, u8* status);
49 s32 MIDIReadAsync(s32 chan, u8* dst, u8* status, MIDICallback callback);
/RvlSDK-3.3/build/demos/thpdemo/include/
DTHPPlayer.h86 s32 dvdError;
87 s32 videoError;
90 s32 initOffset;
91 s32 initReadSize;
92 s32 initReadFrame;
94 s32 prevCount;
95 s32 curCount;
96 s32 videoDecodeCount;
100 s32 rampCount;
101 s32 curAudioTrack;
[all …]
DTHPSimple.h78 s32 curOffset;
81 s32 nextDecodeIndex;
82 s32 readIndex;
83 s32 readSize;
84 s32 totalReadFrame;
88 s32 rampCount;
92 s32 audioDecodeIndex;
93 s32 audioOutputIndex;
94 s32 soundMode;
98 extern BOOL THPSimpleInit(s32 audioSystem);
[all …]
DTHPPlayerStrmAX.h78 s32 dvdError;
79 s32 videoError;
82 s32 initOffset;
83 s32 initReadSize;
84 s32 initReadFrame;
86 s32 prevCount;
87 s32 curCount;
88 s32 videoDecodeCount;
89 s32 curAudioTrack;
90 s32 curVideoNumber;
[all …]
/RvlSDK-3.3/include/win32/
Dthputilities.h84 s32 THPUtyWritePad32 ( FILE* op, u32 bytes );
85 s32 THPUtyPutU32 ( FILE* op, u32 data );
86 s32 THPUtyPutF32 ( FILE* op, f32 data );
94 s32 THPUtyWriteTHPHeader ( FILE* op, THPHeader* header );
95 s32 THPUtyWriteTHPFrameCompInfo ( FILE* op, THPFrameCompInfo* compinfo );
96 s32 THPUtyWriteTHPVideoInfo ( FILE* op, THPVideoInfo* videoinfo );
97 s32 THPUtyWriteTHPAudioInfo ( FILE* op, THPAudioInfo* audioinfo );
98 s32 THPUtyWriteTHPFrameHeader ( FILE* op, THPFrameCompInfo* frameCompInfo,
100 s32 THPUtyWriteTHPComponentsInfo( FILE* op, THPFrameCompInfo* compinfo,
103 s32* compinfosize );
[all …]
/RvlSDK-3.3/build/tools/dls1wt/src/
Dwt.h49 s32 lfoFreq;
50 s32 lfoDelay;
51 s32 lfoAtten;
52 s32 lfoPitch;
53 s32 lfoMod2Atten;
54 s32 lfoMod2Pitch;
57 s32 eg1Attack;
58 s32 eg1Decay;
59 s32 eg1Sustain;
60 s32 eg1Release;
[all …]
/RvlSDK-3.3/include/revolution/cx/
DCXStreamingUncompression.h78 s32 destCount; // Remaining size to write: 4B
79 s32 forceDestCount; // Forcibly set the decompression size 4B
91 s32 destCount; // Remaining size to write: 4B
92 s32 forceDestCount; // Forcibly set the decompression size 4B
93 s32 length; // Remaining length of continuous write: 4B
108 s32 destCount; // Remaining size to write: 4B
109 s32 forceDestCount; // Forcibly set the decompression size: 4B
128 s32 destCount; // Remaining size to write: 4B
129 s32 forceDestCount; // Forcibly set the decompression size 4B
133 s32 tableSize9; // Table size during a load: 4B
[all …]
/RvlSDK-3.3/build/demos/nanddemo/src/
Dasync.c50 s32 resultCode;
53 static void callback(s32 result, NANDCommandBlock *block);
57 static void openCallback (s32 result, NANDCommandBlock *block);
58 static void writeCallback (s32 result, NANDCommandBlock *block);
59 static void closeCallback (s32 result, NANDCommandBlock *block);
60 static void deleteCallback(s32 result, NANDCommandBlock *block);
61 static void finishCallback(s32 result, NANDCommandBlock *block);
82 static void callback(s32 result, NANDCommandBlock *block) in callback()
101 s32 ret = NANDCreateAsync(PATH, PERM, ATTR, openCallback, &s_block); in create()
110 static void openCallback(s32 result, NANDCommandBlock*) in openCallback()
[all …]
/RvlSDK-3.3/build/demos/wpaddemo/src/
Dwpad_spdemo.c95 s32 chan;
106 static void PlaySfx ( s32 chan );
107 static void StopSfx ( s32 chan );
121 static void SpeakerCallback ( s32 chan, s32 result );
122 static void SpeakerOnCallback ( s32 chan, s32 result );
123 static void SpeakerOffCallback( s32 chan, s32 result );
124 static void ConnectCallback ( s32 chan, s32 reason );
125 static void ExtensionCallback ( s32 chan, s32 result );
148 s32 status;
186 s32 i; in main()
[all …]
Dwpad_seqdemo.c102 static void SpeakerCallback ( s32 chan, s32 result );
103 static void SpeakerOnCallback ( s32 chan, s32 result );
104 static void SpeakerOffCallback( s32 chan, s32 result );
105 static void ConnectCallback ( s32 chan, s32 reason );
106 static void ExtensionCallback ( s32 chan, s32 result );
116 s32 status;
134 s32 status;
170 s32 i; in main()
171 s32 chan; in main()
259 WPADSetConnectCallback((s32)i, ConnectCallback); in main()
[all …]
/RvlSDK-3.3/include/demo/
DDEMOWin.h202 s32 x1;
203 s32 y1;
205 s32 x2;
206 s32 y2;
282 s32 max_display_items; // Max number of items to display at once
291 s32 num_display_items; // Actual number of items to display
292 s32 num_items; // Actual number of items in list
294 s32 curr_pos; // Curr position in list
295 s32 display_pos; // Curr 'home' row displayed in list
326 s32 max_display_items; // Maximum number of items to display
[all …]
/RvlSDK-3.3/build/demos/encdemo/include/
Dvalidate.h30 typedef ENCResult (*ConvertToUnicode)(u16 *dst, s32 *dstlen, const u8 *src, s32 *srclen);
31 typedef ENCResult (*ConvertFromUnicode)(u8 *dst, s32 *dstlen, const u16 *src, s32 *srclen);
32 typedef ENCResult (*ConvertMultiByte)(u8 *dst, s32 *dstlen, const u8 *src, s32 *srclen);
34 BOOL ValidateFuncToUnicode(ConvertToUnicode func, const u16 *wcs, const u8 *mbs, s32 count);
35 BOOL ValidateFuncFromUnicode(ConvertFromUnicode func, const u8 *mbs, const u16 *wcs, s32 count);
36 BOOL ValidateFuncMultiByte(ConvertMultiByte func, const u8 *dstmbs, const u8 *srcmbs, s32 count);
/RvlSDK-3.3/build/demos/pmicdemo/src/
Daudio.c69 s32 samples; // buffer size
70 s32 top; // write ptr
71 s32 buttom; // read ptr
142 static s32 fillVoice ( s16* buffer, s32 samples);
352 s32 read_length; in loadFile()
373 read_length = DVDRead(&handle, buffer, (s32)(round_length), 0); in loadFile()
396 static s32 buff_ptr = 0; in aiCb()
400 s32 retval; in aiCb()
498 s32 wptr; in voiceProc()
499 s32 limits; in voiceProc()
[all …]
/RvlSDK-3.3/build/demos/osdemo/src/
Dthreaddemo5.c43 s32 Buffer[BUFFER_SIZE];
44 s32 Count;
49 static s32 Get(void) in Get()
51 s32 item; in Get()
60 memmove(&Buffer[0], &Buffer[1], sizeof(s32) * Count); in Get()
66 static void Put(s32 item) in Put()
82 s32 item; in Func()
94 s32 i; in main()
129 s32 item; in main()
/RvlSDK-3.3/build/demos/kpaddemo/include/
Dmain.h24 extern s32 kpad_reads ;
25 extern s32 kpad_err ;
36 extern void sampling_callback( s32 chan ) ;
37 extern void dpd_callback ( s32 chan, s32 reason ) ;
38 extern void mpls_callback( s32 chan, s32 reason ) ;

12345678910>>...12