Home
last modified time | relevance | path

Searched refs:DD_USHORT (Results 1 – 6 of 6) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/resource/
H A Dwav.cpp120 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()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/filesys/
H A Dzip.cpp438 …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()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/audio/
H A Dsys_audiod_sdlmixer.cpp320 *(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()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/api/
H A Ddd_share.h126 #define DD_USHORT(x) ((uint16_t) DD_SHORT(x)) macro
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/resource/
H A Dbitmapfont.cpp46 return DD_USHORT(s); in inShort()
H A Dframemodel.cpp433 vtx.norm = unpackVector(DD_USHORT(pVtx->normal)); in DENG2_PIMPL()