Home
last modified time | relevance | path

Searched refs:ASSIGN32 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h342 #define ASSIGN32(x) util_assign32(x) macro
345 #define ASSIGN32(x) ((word32_t) (x)) macro
/dports/audio/xmcd/xmcd-3.3.2/cdda_d/
H A Dif_flac.c176 val = (off_t) ASSIGN32(offset); in if_flac_metadata_callback()