Searched refs:bytes (Results 1 – 11 of 11) sorted by relevance
| /RvlSDK-2.1/build/tools/sndconv/src/ |
| D | sound.c | 217 int bytes; in soundPack8BitSource() local 223 bytes = getBytesForAdpcmBuffer(soundinfo.samples); in soundPack8BitSource() 225 if (p = malloc(bytes)) in soundPack8BitSource() 281 int bytes; in soundPack8BitSource() local 284 bytes = soundinfo.samples * 2; in soundPack8BitSource() 286 if (p = malloc(bytes)) in soundPack8BitSource() 322 int bytes; in soundPack16BitSource() local 328 bytes = getBytesForAdpcmBuffer(soundinfo.samples); in soundPack16BitSource() 330 if (p = malloc(bytes)) in soundPack16BitSource() 369 int bytes; in soundPack16BitSource() local [all …]
|
| /RvlSDK-2.1/build/libraries/seq/src/ |
| D | seq.c | 262 u32 bytes; in __SEQHandleSynthEvent() local 264 bytes = __SEQMidiEventLength[track->status - 0x80]; in __SEQHandleSynthEvent() 268 switch (bytes) in __SEQHandleSynthEvent() 365 u32 bytes; in __SEQInitTracks() local 368 bytes = *(u32*)p; p += 4; in __SEQInitTracks() 376 track->end = p + bytes; in __SEQInitTracks() 386 p += bytes; in __SEQInitTracks() 391 p += bytes; in __SEQInitTracks() 406 u32 bytes; in __SEQReadHeader() local 418 bytes = *(u32*)read; in __SEQReadHeader() [all …]
|
| /RvlSDK-2.1/build/tools/soundfile/src/ |
| D | aifffile.c | 56 aiffinfo->comm.bytes[0] = 0; in aiffCreateHeader() 57 aiffinfo->comm.bytes[1] = 0; in aiffCreateHeader() 58 aiffinfo->comm.bytes[2] = 0; in aiffCreateHeader() 59 aiffinfo->comm.bytes[3] = 18; in aiffCreateHeader() 162 aiffinfo->inst.bytes[0] = 0; in aiffCreateMark() 163 aiffinfo->inst.bytes[1] = 0; in aiffCreateMark() 164 aiffinfo->inst.bytes[2] = 0; in aiffCreateMark() 165 aiffinfo->inst.bytes[3] = 20; in aiffCreateMark() 191 aiffinfo->mark.bytes[0] = 0; in aiffCreateMark() 192 aiffinfo->mark.bytes[1] = 0; in aiffCreateMark() [all …]
|
| D | aifffile.h | 49 u8 bytes[4]; member 61 u8 bytes[4]; member 83 u8 bytes[4]; member
|
| /RvlSDK-2.1/X86/bin/ |
| D | showsettings.bat | 30 echo bytes (0 ... off, 0x400000 ... on) 60 echo bytes (0 ... off, 0x400000 ... on)
|
| /RvlSDK-2.1/build/demos/osdemo/src/ |
| D | lockedcachedemo2.c | 88 void bzero(void* ptr, u32 bytes) in bzero() argument 93 for (i = 0; i < bytes; i++) in bzero()
|
| D | lockedcachedemo1.c | 88 void bzero(void* ptr, u32 bytes) in bzero() argument 93 for (i = 0; i < bytes; i++) in bzero()
|
| /RvlSDK-2.1/include/revolution/ |
| D | nand.h | 212 void *bytes; member 317 s32 NANDFreeBlocks (u32 *bytes, u32 *inodes); 318 s32 NANDFreeBlocksAsync(u32 *bytes, u32 *inodes, NANDCallback cb, NANDCommandBlock *block);
|
| /RvlSDK-2.1/build/tools/dls1wt/src/ |
| D | dls.c | 880 u8 bytes; in dls_data() local 883 bytes = waveOffset % 8; in dls_data() 885 if (bytes) in dls_data() 887 bytes = 8 - bytes; in dls_data() 889 while (bytes) in dls_data() 894 bytes--; in dls_data()
|
| /RvlSDK-2.1/include/win32/ |
| D | thputilities.h | 84 s32 THPUtyWritePad32 ( FILE* op, u32 bytes );
|
| /RvlSDK-2.1/build/tools/thputilities/src/ |
| D | thputilities.c | 230 s32 THPUtyWritePad32(FILE* op, u32 bytes) in THPUtyWritePad32() argument 232 u32 remainder = 32 - (bytes & ((u32)31)); in THPUtyWritePad32()
|