Searched refs:DD_USHORT (Results 1 – 6 of 6) sorted by relevance
120 wave_format.wFormatTag = DD_USHORT(wave_format.wFormatTag ); in WAV_MemoryLoad()121 wave_format.wChannels = DD_USHORT(wave_format.wChannels ); in WAV_MemoryLoad()124 wave_format.wBlockAlign = DD_USHORT(wave_format.wBlockAlign ); in WAV_MemoryLoad()125 wave_format.wBitsPerSample = DD_USHORT(wave_format.wBitsPerSample ); in WAV_MemoryLoad()
438 …pos += DD_USHORT(header->fileNameSize) + DD_USHORT(header->extraFieldSize) + DD_USHORT(header->com… in Zip()440 … String filePath = NativePath(nameStart, DD_USHORT(header->fileNameSize)).withSeparators('/'); in Zip()446 if (DD_USHORT(header->compression) != ZFC_NO_COMPRESSION && in Zip()447 DD_USHORT(header->compression) != ZFC_DEFLATED) in Zip()454 if (DD_USHORT(header->flags) & ZFH_ENCRYPTED) in Zip()473 … + DD_USHORT(header->fileNameSize) + DD_USHORT(localHeader.extraFieldSize); in Zip()476 if (DD_USHORT(header->compression) == ZFC_DEFLATED) in Zip()
320 *(Uint16 *) (conv + 20) = DD_USHORT(1); in DS_SDLMixer_SFX_Load()321 *(Uint16 *) (conv + 22) = DD_USHORT(1); in DS_SDLMixer_SFX_Load()324 *(Uint16 *) (conv + 32) = DD_USHORT(sample->bytesPer); in DS_SDLMixer_SFX_Load()325 *(Uint16 *) (conv + 34) = DD_USHORT(sample->bytesPer * 8); in DS_SDLMixer_SFX_Load()
126 #define DD_USHORT(x) ((uint16_t) DD_SHORT(x)) macro
46 return DD_USHORT(s); in inShort()
433 vtx.norm = unpackVector(DD_USHORT(pVtx->normal)); in DENG2_PIMPL()