Lines Matching refs:u32
73 typedef u32 ItemId;
184 u32 flags;
195 static const u32 SEQ_BANK_MAX = 4;
209 u32 startOffset; //!< 非公開です。ライブラリ内部で使用されています。
210 u32 bankIds[ SEQ_BANK_MAX ]; //!< シーケンスサウンドで使用されるバンク ID です。
216 u32 allocateTrackFlags;
235 for ( u32 i = 0; i < SEQ_BANK_MAX; i++ ) in SequenceSoundInfo()
280 u32 index; // ウェーブサウンドセットファイル (bcwsd) 内で何番目か
281 u32 allocTrackCount; // 現状は 1。今後マルチトラック化した場合、ほかの値が入る
325 u32 fileId;
326 u32 waveCount;
348 u32 playerHeapSize; //!< プレイヤーに割り当てられるプレイヤーヒープのサイズです。
435 u32 fileSize;
436 u32 offsetFromFileBlockHead;
493 u32 GetSoundCount() const;
502 u32 GetGroupCount() const;
511 u32 GetPlayerCount() const;
524 u32 GetSoundGroupCount() const;
533 u32 GetBankCount() const;
542 u32 GetWaveArchiveCount() const;
553 u32 detail_GetFileCount() const;
673 static ItemId GetSoundIdFromIndex( u32 index ) in GetSoundIdFromIndex()
698 static ItemId GetSoundGroupIdFromIndex( u32 index ) in GetSoundGroupIdFromIndex()
720 static ItemId GetBankIdFromIndex( u32 index ) in GetBankIdFromIndex()
742 static ItemId GetPlayerIdFromIndex( u32 index ) in GetPlayerIdFromIndex()
764 static ItemId GetWaveArchiveIdFromIndex( u32 index ) in GetWaveArchiveIdFromIndex()
786 static ItemId GetGroupIdFromIndex( u32 index ) in GetGroupIdFromIndex()
810 u32 GetSoundUserParam( ItemId soundId ) const;
951 const internal::Util::Table<u32>* detail_GetWaveArchiveIdTable( ItemId id ) const;
1007 u32 begin,
1008 u32 length
1017 u32 begin,
1018 u32 length
1027 u32 begin,
1028 u32 length
1035 u32 m_FileBlockOffset;