Searched refs:frameoff (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | lfs_alias.c | 177 lfs_alias_t NATIVE_NAME(mpg123_seek_frame)(mpg123_handle *mh, lfs_alias_t frameoff, int whence); 178 …ribute_align_arg ALIAS_NAME(mpg123_seek_frame)(mpg123_handle *mh, lfs_alias_t frameoff, int whence) in ALIAS_NAME() 180 return NATIVE_NAME(mpg123_seek_frame)(mh, frameoff, whence); in ALIAS_NAME()
|
H A D | lfs_wrap.c | 313 long attribute_align_arg mpg123_seek_frame(mpg123_handle *mh, long frameoff, int whence) in mpg123_seek_frame() argument 318 largeval = MPG123_LARGENAME(mpg123_seek_frame)(mh, frameoff, whence); in mpg123_seek_frame()
|
/reactos/sdk/include/reactos/libs/libmpg123/ |
H A D | mpg123.h | 887 , off_t frameoff, int whence );
|