Home
last modified time | relevance | path

Searched refs:SF_PLATFORM_S64 (Results 1 – 5 of 5) sorted by relevance

/third_party/libsnd/src/
Dcommon.h51 # define SF_PLATFORM_S64(x) INT64_C (x) macro
53 # define SF_PLATFORM_S64(x) x##l macro
55 # define SF_PLATFORM_S64(x) x##ll macro
57 # define SF_PLATFORM_S64(x) x##ll macro
59 # define SF_PLATFORM_S64(x) x##I64 macro
Dtest_conversions.c47 int64_t i64 = SF_PLATFORM_S64 (0x0123456789abcdef), t64 = 0 ; in conversion_test()
Dsvx.c137 if (psf->filelength > SF_PLATFORM_S64 (0xffffffff)) in svx_read_header()
Dwav.c298 if (psf->is_pipe == 0 && psf->filelength > SF_PLATFORM_S64 (0xffffffff)) in wav_read_header()
Daiff.c407 if (psf->filelength > SF_PLATFORM_S64 (0xffffffff)) in aiff_read_header()