Home
last modified time | relevance | path

Searched refs:GET_INT32BE (Results 1 – 4 of 4) sorted by relevance

/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/include/
H A Dcommon.h64 #define GET_INT32BE(b) \ macro
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/include/
H A Dcommon.h46 #define GET_INT32BE(b) \ macro
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dmp3file.c692 #define GET_INT32BE(b) \ macro
729 head_flags = GET_INT32BE(buf); in mpg123_get_xing_header()
732 xing->frames = GET_INT32BE(buf); in mpg123_get_xing_header()
736 xing->bytes = GET_INT32BE(buf); in mpg123_get_xing_header()
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/src/
H A Dmp3.c159 frame->header32 = GET_INT32BE(bptr); in _decode_mp3_frame()