# PaCkAgE DaTaStReAm libaudiofile 1 2971 # end of header 0707010005763e000081a40000000000000000000000014c5c90bd00000111000000b500010002ffffffffffffffff0000001500000000libaudiofile/pkginfoPKG=libaudiofile NAME=libaudiofile 0.2.7 i86pc Solaris 10 VERSION=0.2.7 PSTAMP=7th August 2010 VENDOR=michael@68k.org EMAIL=http://www.68k.org/~michael/audiofile/ DESC=Audio File Library ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010005763d000081a40000000000000000000000014c5c90bd0000054f000000b500010002ffffffffffffffff0000001400000000libaudiofile/pkgmap: 1 2971 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/audiofile-config 0755 root root 1035 9090 1281134682 1 f none /usr/local/bin/sfconvert 0755 root root 23560 61909 1281134682 1 f none /usr/local/bin/sfinfo 0755 root root 15256 1698 1281134682 1 d none /usr/local/include 0755 root root 1 f none /usr/local/include/af_vfs.h 0644 root root 1826 25852 1281134682 1 f none /usr/local/include/audiofile.h 0644 root root 23839 6870 1281134682 1 f none /usr/local/include/aupvlist.h 0644 root root 1633 6478 1281134682 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libaudiofile.a 0644 root root 774764 49513 1281134681 1 f none /usr/local/lib/libaudiofile.la 0755 root root 831 5883 1281134681 1 s none /usr/local/lib/libaudiofile.so=libaudiofile.so.0.0.2 1 s none /usr/local/lib/libaudiofile.so.0=libaudiofile.so.0.0.2 1 f none /usr/local/lib/libaudiofile.so.0.0.2 0755 root root 632672 65358 1281134681 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/audiofile.pc 0644 root root 218 19988 1281134682 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/aclocal 0755 root root 1 f none /usr/local/share/aclocal/audiofile.m4 0644 root root 6793 14434 1281134682 1 i checkinstall 790 2504 1281134779 1 i pkginfo 273 21200 1281134781 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010005763e000081a40000000000000000000000014c5c90bd00000111000000b500010002ffffffffffffffff0000000800000000pkginfoPKG=libaudiofile NAME=libaudiofile 0.2.7 i86pc Solaris 10 VERSION=0.2.7 PSTAMP=7th August 2010 VENDOR=michael@68k.org EMAIL=http://www.68k.org/~michael/audiofile/ DESC=Audio File Library ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010005763d000081a40000000000000000000000014c5c90bd0000054f000000b500010002ffffffffffffffff0000000700000000pkgmap: 1 2971 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/audiofile-config 0755 root root 1035 9090 1281134682 1 f none /usr/local/bin/sfconvert 0755 root root 23560 61909 1281134682 1 f none /usr/local/bin/sfinfo 0755 root root 15256 1698 1281134682 1 d none /usr/local/include 0755 root root 1 f none /usr/local/include/af_vfs.h 0644 root root 1826 25852 1281134682 1 f none /usr/local/include/audiofile.h 0644 root root 23839 6870 1281134682 1 f none /usr/local/include/aupvlist.h 0644 root root 1633 6478 1281134682 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libaudiofile.a 0644 root root 774764 49513 1281134681 1 f none /usr/local/lib/libaudiofile.la 0755 root root 831 5883 1281134681 1 s none /usr/local/lib/libaudiofile.so=libaudiofile.so.0.0.2 1 s none /usr/local/lib/libaudiofile.so.0=libaudiofile.so.0.0.2 1 f none /usr/local/lib/libaudiofile.so.0.0.2 0755 root root 632672 65358 1281134681 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/audiofile.pc 0644 root root 218 19988 1281134682 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/aclocal 0755 root root 1 f none /usr/local/share/aclocal/audiofile.m4 0644 root root 6793 14434 1281134682 1 i checkinstall 790 2504 1281134779 1 i pkginfo 273 21200 1281134781 07070100057653000041ed0000000000000000000000024c5c90bd00000000000000b500010002ffffffffffffffff0000000800000000install07070100057654000081ed0000000000000000000000014c5c90bb00000316000000b500010002ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="i386" # release=`uname -r` platform=`uname -p` bits=`isainfo -b` # if [ ${platform} != ${expected_platform} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_platform} architecture\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${release} != ${expected_release} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_release} machine\n" echo "\tAborting installation.\n\n\n" exit 1 fi #if [ ${bits} != ${expected_bits} ]; then # echo "\n\n\n\tThis package must be installed on a ${expected_bits} bit machine\n" # echo "\tYour machine is running a ${bits} bit O.S. currently\n" # echo "\tAborting installation.\n\n\n" # exit 1 #fi exit 0 0707010005763f000041ed0000000000000000000000034c5c90bd00000000000000b500010002ffffffffffffffff0000000500000000root07070100057640000041ed0000000000000000000000034c5c90bd00000000000000b500010002ffffffffffffffff0000000900000000root/usr07070100057641000041ed0000000000000000000000064c5c90bd00000000000000b500010002ffffffffffffffff0000000f00000000root/usr/local07070100057646000041ed0000000000000000000000024c5c90bd00000000000000b500010002ffffffffffffffff0000001700000000root/usr/local/include07070100057649000081a40000000000000000000000014c5c905a00000661000000b500010002ffffffffffffffff0000002200000000root/usr/local/include/aupvlist.h/* Audio File Library Copyright (C) 1998-2000, Michael Pruett This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA. */ /* aupvlist.h This file contains the interface to the parameter value list data structures and routines. */ #ifndef AUPVLIST_H #define AUPVLIST_H #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ enum { AU_PVTYPE_LONG = 1, AU_PVTYPE_DOUBLE = 2, AU_PVTYPE_PTR = 3 }; typedef struct _AUpvlist *AUpvlist; #define AU_NULL_PVLIST ((struct _AUpvlist *) 0) AUpvlist AUpvnew (int maxItems); int AUpvgetmaxitems (AUpvlist); int AUpvfree (AUpvlist); int AUpvsetparam (AUpvlist, int item, int param); int AUpvsetvaltype (AUpvlist, int item, int type); int AUpvsetval (AUpvlist, int item, void *val); int AUpvgetparam (AUpvlist, int item, int *param); int AUpvgetvaltype (AUpvlist, int item, int *type); int AUpvgetval (AUpvlist, int item, void *val); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* AUPVLIST_H */ 07070100057648000081a40000000000000000000000014c5c905a00005d1f000000b500010002ffffffffffffffff0000002300000000root/usr/local/include/audiofile.h/* Audio File Library Copyright (C) 1998-2000, Michael Pruett This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA. */ /* audiofile.h This file contains the public interfaces to the Audio File Library. */ #ifndef AUDIOFILE_H #define AUDIOFILE_H #include #include #define LIBAUDIOFILE_MAJOR_VERSION 0 #define LIBAUDIOFILE_MINOR_VERSION 2 #define LIBAUDIOFILE_MICRO_VERSION 4 #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ typedef struct _AFvirtualfile AFvirtualfile; typedef struct _AFfilesetup *AFfilesetup; typedef struct _AFfilehandle *AFfilehandle; typedef void (*AFerrfunc)(long, const char *); typedef off_t AFframecount; typedef off_t AFfileoffset; #define AF_NULL_FILESETUP ((struct _AFfilesetup *) 0) #define AF_NULL_FILEHANDLE ((struct _AFfilehandle *) 0) #define AF_ERR_BASE 3000 enum { AF_DEFAULT_TRACK = 1001 }; enum { AF_DEFAULT_INST = 2001 }; enum { AF_NUM_UNLIMITED = 99999 }; enum { AF_BYTEORDER_BIGENDIAN = 501, AF_BYTEORDER_LITTLEENDIAN = 502 }; enum { AF_FILE_UNKNOWN = -1, AF_FILE_RAWDATA = 0, AF_FILE_AIFFC = 1, AF_FILE_AIFF = 2, AF_FILE_NEXTSND = 3, AF_FILE_WAVE = 4, AF_FILE_BICSF = 5, AF_FILE_IRCAM = AF_FILE_BICSF, AF_FILE_MPEG1BITSTREAM = 6, /* not implemented */ AF_FILE_SOUNDDESIGNER1 = 7, /* not implemented */ AF_FILE_SOUNDDESIGNER2 = 8, /* not implemented */ AF_FILE_AVR = 9, AF_FILE_IFF_8SVX = 10, AF_FILE_SAMPLEVISION = 11, /* not implemented */ AF_FILE_VOC = 12, /* not implemented */ AF_FILE_NIST_SPHERE = 13, AF_FILE_SOUNDFONT2 = 14 /* not implemented */ }; enum { AF_LOOP_MODE_NOLOOP = 0, AF_LOOP_MODE_FORW = 1, AF_LOOP_MODE_FORWBAKW = 2 }; enum { AF_SAMPFMT_TWOSCOMP = 401, /* linear two's complement */ AF_SAMPFMT_UNSIGNED = 402, /* unsigned integer */ AF_SAMPFMT_FLOAT = 403, /* 32-bit IEEE floating-point */ AF_SAMPFMT_DOUBLE = 404 /* 64-bit IEEE double-precision floating-point */ }; enum { AF_INST_LOOP_OFF = 0, /* no looping */ AF_INST_LOOP_CONTINUOUS = 1, /* loop continuously through decay */ AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */ }; enum { AF_INST_MIDI_BASENOTE = 301, AF_INST_NUMCENTS_DETUNE = 302, AF_INST_MIDI_LONOTE = 303, AF_INST_MIDI_HINOTE = 304, AF_INST_MIDI_LOVELOCITY = 305, AF_INST_MIDI_HIVELOCITY = 306, AF_INST_NUMDBS_GAIN = 307, AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */ AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */ AF_INST_SAMP_STARTFRAME = 310, /* start sample for this inst */ AF_INST_SAMP_ENDFRAME = 311, /* end sample for this inst */ AF_INST_SAMP_MODE = 312, /* looping mode for this inst */ AF_INST_TRACKID = 313, AF_INST_NAME = 314, /* name of this inst */ AF_INST_SAMP_RATE = 315, /* sample rate of this inst's sample */ AF_INST_PRESETID = 316, /* ID of preset containing this inst */ AF_INST_PRESET_NAME = 317 /* name of preset containing this inst */ }; enum { AF_MISC_UNRECOGNIZED = 0, /* unrecognized data chunk */ AF_MISC_COPY = 201, /* copyright string */ AF_MISC_AUTH = 202, /* author string */ AF_MISC_NAME = 203, /* name string */ AF_MISC_ANNO = 204, /* annotation string */ AF_MISC_APPL = 205, /* application-specific data */ AF_MISC_MIDI = 206, /* MIDI exclusive data */ AF_MISC_PCMMAP = 207, /* PCM mapping information (future use) */ AF_MISC_NeXT = 208, /* misc binary data appended to NeXT header */ AF_MISC_IRCAM_PEAKAMP = 209, /* peak amplitude information */ AF_MISC_IRCAM_COMMENT = 210, /* BICSF text comment */ AF_MISC_COMMENT = 210, /* general text comment */ AF_MISC_ICMT = AF_MISC_COMMENT, /* comments chunk (WAVE format) */ AF_MISC_ICRD = 211, /* creation date (WAVE format) */ AF_MISC_ISFT = 212 /* software name (WAVE format) */ }; enum { /* supported compression schemes */ AF_COMPRESSION_UNKNOWN = -1, AF_COMPRESSION_NONE = 0, AF_COMPRESSION_G722 = 501, AF_COMPRESSION_G711_ULAW = 502, AF_COMPRESSION_G711_ALAW = 503, /* Apple proprietary AIFF-C compression schemes (not supported) */ AF_COMPRESSION_APPLE_ACE2 = 504, AF_COMPRESSION_APPLE_ACE8 = 505, AF_COMPRESSION_APPLE_MAC3 = 506, AF_COMPRESSION_APPLE_MAC6 = 507, AF_COMPRESSION_G726 = 517, AF_COMPRESSION_G728 = 518, AF_COMPRESSION_DVI_AUDIO = 519, AF_COMPRESSION_IMA = AF_COMPRESSION_DVI_AUDIO, AF_COMPRESSION_GSM = 520, AF_COMPRESSION_FS1016 = 521, AF_COMPRESSION_DV = 522, AF_COMPRESSION_MS_ADPCM = 523 }; /* tokens for afQuery() -- see the man page for instructions */ /* level 1 selectors */ enum { AF_QUERYTYPE_INSTPARAM = 500, AF_QUERYTYPE_FILEFMT = 501, AF_QUERYTYPE_COMPRESSION = 502, AF_QUERYTYPE_COMPRESSIONPARAM = 503, AF_QUERYTYPE_MISC = 504, AF_QUERYTYPE_INST = 505, AF_QUERYTYPE_MARK = 506, AF_QUERYTYPE_LOOP = 507 }; /* level 2 selectors */ enum { AF_QUERY_NAME = 600, /* get name (1-3 words) */ AF_QUERY_DESC = 601, /* get description */ AF_QUERY_LABEL = 602, /* get 4- or 5-char label */ AF_QUERY_TYPE = 603, /* get type token */ AF_QUERY_DEFAULT = 604, /* dflt. value for param */ AF_QUERY_ID_COUNT = 605, /* get number of ids avail. */ AF_QUERY_IDS = 606, /* get array of id tokens */ AF_QUERY_IMPLEMENTED = 613, /* boolean */ AF_QUERY_TYPE_COUNT = 607, /* get number of types av. */ AF_QUERY_TYPES = 608, /* get array of types */ AF_QUERY_NATIVE_SAMPFMT = 609, /* for compression */ AF_QUERY_NATIVE_SAMPWIDTH = 610, AF_QUERY_SQUISHFAC = 611, /* 1.0 means variable */ AF_QUERY_MAX_NUMBER = 612, /* max allowed in file */ AF_QUERY_SUPPORTED = 613 /* insts, loops, etc., supported? */ }; /* level 2 selectors which have sub-selectors */ enum { AF_QUERY_TRACKS = 620, AF_QUERY_CHANNELS = 621, AF_QUERY_SAMPLE_SIZES = 622, AF_QUERY_SAMPLE_FORMATS = 623, AF_QUERY_COMPRESSION_TYPES = 624 }; /* level 3 sub-selectors */ enum { AF_QUERY_VALUE_COUNT = 650, /* number of values of the above */ AF_QUERY_VALUES = 651 /* array of those values */ }; /* Old Audio File Library error codes. These are still returned by the AFerrorhandler calls, but are not used by the new digital media library error reporting routines. See the bottom of this file for the new error tokens. */ enum { AF_BAD_NOT_IMPLEMENTED = 0, /* not implemented yet */ AF_BAD_FILEHANDLE = 1, /* tried to use invalid filehandle */ AF_BAD_OPEN = 3, /* unix open failed */ AF_BAD_CLOSE = 4, /* unix close failed */ AF_BAD_READ = 5, /* unix read failed */ AF_BAD_WRITE = 6, /* unix write failed */ AF_BAD_LSEEK = 7, /* unix lseek failed */ AF_BAD_NO_FILEHANDLE = 8, /* failed to allocate a filehandle struct */ AF_BAD_ACCMODE = 10, /* unrecognized audio file access mode */ AF_BAD_NOWRITEACC = 11, /* file not open for writing */ AF_BAD_NOREADACC = 12, /* file not open for reading */ AF_BAD_FILEFMT = 13, /* unrecognized audio file format */ AF_BAD_RATE = 14, /* invalid sample rate */ AF_BAD_CHANNELS = 15, /* invalid number of channels*/ AF_BAD_SAMPCNT = 16, /* invalid sample count */ AF_BAD_WIDTH = 17, /* invalid sample width */ AF_BAD_SEEKMODE = 18, /* invalid seek mode */ AF_BAD_NO_LOOPDATA = 19, /* failed to allocate loop struct */ AF_BAD_MALLOC = 20, /* malloc failed somewhere */ AF_BAD_LOOPID = 21, AF_BAD_SAMPFMT = 22, /* bad sample format */ AF_BAD_FILESETUP = 23, /* bad file setup structure*/ AF_BAD_TRACKID = 24, /* no track corresponding to id */ AF_BAD_NUMTRACKS = 25, /* wrong number of tracks for file format */ AF_BAD_NO_FILESETUP = 26, /* failed to allocate a filesetup struct*/ AF_BAD_LOOPMODE = 27, /* unrecognized loop mode value */ AF_BAD_INSTID = 28, /* invalid instrument id */ AF_BAD_NUMLOOPS = 29, /* bad number of loops */ AF_BAD_NUMMARKS = 30, /* bad number of markers */ AF_BAD_MARKID = 31, /* bad marker id */ AF_BAD_MARKPOS = 32, /* invalid marker position value */ AF_BAD_NUMINSTS = 33, /* invalid number of instruments */ AF_BAD_NOAESDATA = 34, AF_BAD_MISCID = 35, AF_BAD_NUMMISC = 36, AF_BAD_MISCSIZE = 37, AF_BAD_MISCTYPE = 38, AF_BAD_MISCSEEK = 39, AF_BAD_STRLEN = 40, /* invalid string length */ AF_BAD_RATECONV = 45, AF_BAD_SYNCFILE = 46, AF_BAD_CODEC_CONFIG = 47, /* improperly configured codec */ AF_BAD_CODEC_STATE = 48, /* invalid codec state: can't recover */ AF_BAD_CODEC_LICENSE = 49, /* no license available for codec */ AF_BAD_CODEC_TYPE = 50, /* unsupported codec type */ AF_BAD_COMPRESSION = AF_BAD_CODEC_CONFIG, /* for back compat */ AF_BAD_COMPTYPE = AF_BAD_CODEC_TYPE, /* for back compat */ AF_BAD_INSTPTYPE = 51, /* invalid instrument parameter type */ AF_BAD_INSTPID = 52, /* invalid instrument parameter id */ AF_BAD_BYTEORDER = 53, AF_BAD_FILEFMT_PARAM = 54, /* unrecognized file format parameter */ AF_BAD_COMP_PARAM = 55, /* unrecognized compression parameter */ AF_BAD_DATAOFFSET = 56, /* bad data offset */ AF_BAD_FRAMECNT = 57, /* bad frame count */ AF_BAD_QUERYTYPE = 58, /* bad query type */ AF_BAD_QUERY = 59, /* bad argument to afQuery() */ AF_WARNING_CODEC_RATE = 60, /* using 8k instead of codec rate 8012 */ AF_WARNING_RATECVT = 61, /* warning about rate conversion used */ AF_BAD_HEADER = 62, /* failed to parse header */ AF_BAD_FRAME = 63, /* bad frame number */ AF_BAD_LOOPCOUNT = 64, /* bad loop count */ AF_BAD_DMEDIA_CALL = 65, /* error in dmedia subsystem call */ /* AIFF/AIFF-C specific errors when parsing file header */ AF_BAD_AIFF_HEADER = 108, /* failed to parse chunk header */ AF_BAD_AIFF_FORM = 109, /* failed to parse FORM chunk */ AF_BAD_AIFF_SSND = 110, /* failed to parse SSND chunk */ AF_BAD_AIFF_CHUNKID = 111, /* unrecognized AIFF/AIFF-C chunk id */ AF_BAD_AIFF_COMM = 112, /* failed to parse COMM chunk */ AF_BAD_AIFF_INST = 113, /* failed to parse INST chunk */ AF_BAD_AIFF_MARK = 114, /* failed to parse MARK chunk */ AF_BAD_AIFF_SKIP = 115, /* failed to skip unsupported chunk */ AF_BAD_AIFF_LOOPMODE = 116 /* unrecognized loop mode (forw, etc)*/ }; /* new error codes which may be retrieved via dmGetError() */ /* The old error tokens continue to be retrievable via the AFerrorhandler */ /* AF_ERR_BASE is #defined in dmedia/dmedia.h */ enum { AF_ERR_NOT_IMPLEMENTED = 0+AF_ERR_BASE, /* not implemented yet */ AF_ERR_BAD_FILEHANDLE = 1+AF_ERR_BASE, /* invalid filehandle */ AF_ERR_BAD_READ = 5+AF_ERR_BASE, /* unix read failed */ AF_ERR_BAD_WRITE = 6+AF_ERR_BASE, /* unix write failed */ AF_ERR_BAD_LSEEK = 7+AF_ERR_BASE, /* unix lseek failed */ AF_ERR_BAD_ACCMODE = 10+AF_ERR_BASE, /* unrecognized audio file access mode */ AF_ERR_NO_WRITEACC = 11+AF_ERR_BASE, /* file not open for writing */ AF_ERR_NO_READACC = 12+AF_ERR_BASE, /* file not open for reading */ AF_ERR_BAD_FILEFMT = 13+AF_ERR_BASE, /* unrecognized audio file format */ AF_ERR_BAD_RATE = 14+AF_ERR_BASE, /* invalid sample rate */ AF_ERR_BAD_CHANNELS = 15+AF_ERR_BASE, /* invalid # channels*/ AF_ERR_BAD_SAMPCNT = 16+AF_ERR_BASE, /* invalid sample count */ AF_ERR_BAD_WIDTH = 17+AF_ERR_BASE, /* invalid sample width */ AF_ERR_BAD_SEEKMODE = 18+AF_ERR_BASE, /* invalid seek mode */ AF_ERR_BAD_LOOPID = 21+AF_ERR_BASE, /* invalid loop id */ AF_ERR_BAD_SAMPFMT = 22+AF_ERR_BASE, /* bad sample format */ AF_ERR_BAD_FILESETUP = 23+AF_ERR_BASE, /* bad file setup structure*/ AF_ERR_BAD_TRACKID = 24+AF_ERR_BASE, /* no track corresponding to id */ AF_ERR_BAD_NUMTRACKS = 25+AF_ERR_BASE, /* wrong number of tracks for file format */ AF_ERR_BAD_LOOPMODE = 27+AF_ERR_BASE, /* unrecognized loop mode symbol */ AF_ERR_BAD_INSTID = 28+AF_ERR_BASE, /* invalid instrument id */ AF_ERR_BAD_NUMLOOPS = 29+AF_ERR_BASE, /* bad number of loops */ AF_ERR_BAD_NUMMARKS = 30+AF_ERR_BASE, /* bad number of markers */ AF_ERR_BAD_MARKID = 31+AF_ERR_BASE, /* bad marker id */ AF_ERR_BAD_MARKPOS = 32+AF_ERR_BASE, /* invalid marker position value */ AF_ERR_BAD_NUMINSTS = 33+AF_ERR_BASE, /* invalid number of instruments */ AF_ERR_BAD_NOAESDATA = 34+AF_ERR_BASE, AF_ERR_BAD_MISCID = 35+AF_ERR_BASE, AF_ERR_BAD_NUMMISC = 36+AF_ERR_BASE, AF_ERR_BAD_MISCSIZE = 37+AF_ERR_BASE, AF_ERR_BAD_MISCTYPE = 38+AF_ERR_BASE, AF_ERR_BAD_MISCSEEK = 39+AF_ERR_BASE, AF_ERR_BAD_STRLEN = 40+AF_ERR_BASE, /* invalid string length */ AF_ERR_BAD_RATECONV = 45+AF_ERR_BASE, AF_ERR_BAD_SYNCFILE = 46+AF_ERR_BASE, AF_ERR_BAD_CODEC_CONFIG = 47+AF_ERR_BASE, /* improperly configured codec */ AF_ERR_BAD_CODEC_TYPE = 50+AF_ERR_BASE, /* unsupported codec type */ AF_ERR_BAD_INSTPTYPE = 51+AF_ERR_BASE, /* invalid instrument parameter type */ AF_ERR_BAD_INSTPID = 52+AF_ERR_BASE, /* invalid instrument parameter id */ AF_ERR_BAD_BYTEORDER = 53+AF_ERR_BASE, AF_ERR_BAD_FILEFMT_PARAM = 54+AF_ERR_BASE, /* unrecognized file format parameter */ AF_ERR_BAD_COMP_PARAM = 55+AF_ERR_BASE, /* unrecognized compression parameter */ AF_ERR_BAD_DATAOFFSET = 56+AF_ERR_BASE, /* bad data offset */ AF_ERR_BAD_FRAMECNT = 57+AF_ERR_BASE, /* bad frame count */ AF_ERR_BAD_QUERYTYPE = 58+AF_ERR_BASE, /* bad query type */ AF_ERR_BAD_QUERY = 59+AF_ERR_BASE, /* bad argument to afQuery() */ AF_ERR_BAD_HEADER = 62+AF_ERR_BASE, /* failed to parse header */ AF_ERR_BAD_FRAME = 63+AF_ERR_BASE, /* bad frame number */ AF_ERR_BAD_LOOPCOUNT = 64+AF_ERR_BASE, /* bad loop count */ /* AIFF/AIFF-C specific errors when parsing file header */ AF_ERR_BAD_AIFF_HEADER = 66+AF_ERR_BASE, /* failed to parse chunk header */ AF_ERR_BAD_AIFF_FORM = 67+AF_ERR_BASE, /* failed to parse FORM chunk */ AF_ERR_BAD_AIFF_SSND = 68+AF_ERR_BASE, /* failed to parse SSND chunk */ AF_ERR_BAD_AIFF_CHUNKID = 69+AF_ERR_BASE, /* unrecognized AIFF/AIFF-C chunk id */ AF_ERR_BAD_AIFF_COMM = 70+AF_ERR_BASE, /* failed to parse COMM chunk */ AF_ERR_BAD_AIFF_INST = 71+AF_ERR_BASE, /* failed to parse INST chunk */ AF_ERR_BAD_AIFF_MARK = 72+AF_ERR_BASE, /* failed to parse MARK chunk */ AF_ERR_BAD_AIFF_SKIP = 73+AF_ERR_BASE, /* failed to skip unsupported chunk */ AF_ERR_BAD_AIFF_LOOPMODE = 74+AF_ERR_BASE /* unrecognized loop mode (forw, etc) */ }; /* global routines */ AFerrfunc afSetErrorHandler (AFerrfunc efunc); /* query routines */ AUpvlist afQuery (int querytype, int arg1, int arg2, int arg3, int arg4); long afQueryLong (int querytype, int arg1, int arg2, int arg3, int arg4); double afQueryDouble (int querytype, int arg1, int arg2, int arg3, int arg4); void *afQueryPointer (int querytype, int arg1, int arg2, int arg3, int arg4); /* basic operations on file handles and file setups */ AFfilesetup afNewFileSetup (void); void afFreeFileSetup (AFfilesetup); int afIdentifyFD (int); int afIdentifyNamedFD (int, const char *filename, int *implemented); AFfilehandle afOpenFile (const char *filename, const char *mode, AFfilesetup setup); AFfilehandle afOpenVirtualFile (AFvirtualfile *vfile, const char *mode, AFfilesetup setup); AFfilehandle afOpenFD (int fd, const char *mode, AFfilesetup setup); AFfilehandle afOpenNamedFD (int fd, const char *mode, AFfilesetup setup, const char *filename); void afSaveFilePosition (AFfilehandle file); void afRestoreFilePosition (AFfilehandle file); int afSyncFile (AFfilehandle file); int afCloseFile (AFfilehandle file); void afInitFileFormat (AFfilesetup, int format); int afGetFileFormat (AFfilehandle, int *version); /* track */ void afInitTrackIDs (AFfilesetup, int *trackids, int trackCount); int afGetTrackIDs (AFfilehandle, int *trackids); /* track data: reading, writng, seeking, sizing frames */ int afReadFrames (AFfilehandle, int track, void *buffer, int frameCount); int afWriteFrames (AFfilehandle, int track, const void *buffer, int frameCount); AFframecount afSeekFrame (AFfilehandle, int track, AFframecount frameoffset); AFframecount afTellFrame (AFfilehandle, int track); AFfileoffset afGetTrackBytes (AFfilehandle, int track); float afGetFrameSize (AFfilehandle, int track, int expand3to4); float afGetVirtualFrameSize (AFfilehandle, int track, int expand3to4); /* track data: AES data */ /* afInitAESChannelData is obsolete -- use afInitAESChannelDataTo() */ void afInitAESChannelData (AFfilesetup, int track); /* obsolete */ void afInitAESChannelDataTo (AFfilesetup, int track, int willBeData); int afGetAESChannelData (AFfilehandle, int track, unsigned char buf[24]); void afSetAESChannelData (AFfilehandle, int track, unsigned char buf[24]); #if 0 /* track setup format initialized via DMparams */ /* track format retrieved via DMparams */ DMstatus afInitFormatParams (AFfilesetup, int track, DMparams *params); /* virtual format set via DMparams */ DMstatus afGetFormatParams (AFfilehandle, int track, DMparams *params); /* virtual format retrieved via DMparams */ DMstatus afSetVirtualFormatParams (AFfilehandle, int track, DMparams *params); DMstatus afGetVirtualFormatParams (AFfilehandle, int track, DMparams *params); /* conversion/compression params set via DMparams */ DMstatus afSetConversionParams (AFfilehandle, int track, DMparams *params); /* conversion/compression params retrieved via DMparams */ DMstatus afGetConversionParams (AFfilehandle, int track, DMparams *params); #endif /* track data: byte order */ void afInitByteOrder (AFfilesetup, int track, int byteOrder); int afGetByteOrder (AFfilehandle, int track); int afSetVirtualByteOrder (AFfilehandle, int track, int byteOrder); int afGetVirtualByteOrder (AFfilehandle, int track); /* track data: number of channels */ void afInitChannels (AFfilesetup, int track, int nchannels); int afGetChannels (AFfilehandle, int track); int afSetVirtualChannels (AFfilehandle, int track, int channelCount); int afGetVirtualChannels (AFfilehandle, int track); void afSetChannelMatrix (AFfilehandle, int track, double *matrix); /* track data: sample format and sample width */ void afInitSampleFormat (AFfilesetup, int track, int sampleFormat, int sampleWidth); void afGetSampleFormat (AFfilehandle file, int track, int *sampfmt, int *sampwidth); void afGetVirtualSampleFormat (AFfilehandle file, int track, int *sampfmt, int *sampwidth); int afSetVirtualSampleFormat (AFfilehandle, int track, int sampleFormat, int sampleWidth); void afGetVirtualSampleFormat (AFfilehandle, int track, int *sampleFormat, int *sampleWidth); /* track data: sampling rate */ void afInitRate (AFfilesetup, int track, double rate); double afGetRate (AFfilehandle, int track); #if 0 int afSetVirtualRate (AFfilehandle, int track, double rate); double afGetVirtualRate (AFfilehandle, int track); #endif /* track data: compression */ void afInitCompression (AFfilesetup, int track, int compression); #if 0 void afInitCompressionParams (AFfilesetup, int track, int compression AUpvlist params, int parameterCount); #endif int afGetCompression (AFfilehandle, int track); #if 0 void afGetCompressionParams (AFfilehandle, int track, int *compression, AUpvlist params, int parameterCount); int afSetVirtualCompression (AFfilesetup, int track, int compression); void afSetVirtualCompressionParams (AFfilehandle, int track, int compression, AUpvlist params, int parameterCount); int afGetVirtualCompression (AFfilesetup, int track, int compression); void afGetVirtualCompressionParams (AFfilehandle, int track, int *compression, AUpvlist params, int parameterCount); #endif /* track data: pcm mapping */ void afInitPCMMapping (AFfilesetup filesetup, int track, double slope, double intercept, double minClip, double maxClip); void afGetPCMMapping (AFfilehandle file, int track, double *slope, double *intercept, double *minClip, double *maxClip); /* NOTE: afSetTrackPCMMapping() is special--it does not set the virtual */ /* format; it changes what the AF thinks the track format is! Be careful. */ int afSetTrackPCMMapping (AFfilehandle file, int track, double slope, double intercept, double minClip, double maxClip); /* NOTE: afSetVirtualPCMMapping() is different from afSetTrackPCMMapping(): */ /* see comment for afSetTrackPCMMapping(). */ int afSetVirtualPCMMapping (AFfilehandle file, int track, double slope, double intercept, double minClip, double maxClip); void afGetVirtualPCMMapping (AFfilehandle file, int track, double *slope, double *intercept, double *minClip, double *maxClip); /* track data: data offset within the file */ /* initialize for raw reading only */ void afInitDataOffset(AFfilesetup, int track, AFfileoffset offset); AFfileoffset afGetDataOffset (AFfilehandle, int track); /* track data: count of frames in file */ void afInitFrameCount (AFfilesetup, int track, AFframecount frameCount); AFframecount afGetFrameCount (AFfilehandle file, int track); /* loop operations */ void afInitLoopIDs (AFfilesetup, int instid, int ids[], int nids); int afGetLoopIDs (AFfilehandle, int instid, int loopids[]); void afSetLoopMode (AFfilehandle, int instid, int loop, int mode); int afGetLoopMode (AFfilehandle, int instid, int loopid); int afSetLoopCount (AFfilehandle, int instid, int loop, int count); int afGetLoopCount (AFfilehandle, int instid, int loopid); void afSetLoopStart (AFfilehandle, int instid, int loopid, int markerid); int afGetLoopStart (AFfilehandle, int instid, int loopid); void afSetLoopEnd (AFfilehandle, int instid, int loopid, int markerid); int afGetLoopEnd (AFfilehandle, int instid, int loopid); int afSetLoopStartFrame (AFfilehandle, int instid, int loop, AFframecount startFrame); AFframecount afGetLoopStartFrame (AFfilehandle, int instid, int loop); int afSetLoopEndFrame (AFfilehandle, int instid, int loop, AFframecount startFrame); AFframecount afGetLoopEndFrame (AFfilehandle, int instid, int loop); void afSetLoopTrack (AFfilehandle, int instid, int loopid, int trackid); int afGetLoopTrack (AFfilehandle, int instid, int loopid); /* marker operations */ void afInitMarkIDs (AFfilesetup, int trackid, int *ids, int nids); int afGetMarkIDs (AFfilehandle file, int trackid, int markids[]); void afSetMarkPosition (AFfilehandle file, int trackid, int markid, AFframecount markpos); AFframecount afGetMarkPosition (AFfilehandle file, int trackid, int markid); void afInitMarkName (AFfilesetup, int trackid, int marker, const char *name); void afInitMarkComment (AFfilesetup, int trackid, int marker, const char *comment); char *afGetMarkName (AFfilehandle file, int trackid, int markid); char *afGetMarkComment (AFfilehandle file, int trackid, int markid); /* instrument operations */ void afInitInstIDs (AFfilesetup, int *ids, int nids); int afGetInstIDs (AFfilehandle file, int *instids); void afGetInstParams (AFfilehandle file, int instid, AUpvlist pvlist, int nparams); void afSetInstParams (AFfilehandle file, int instid, AUpvlist pvlist, int nparams); long afGetInstParamLong (AFfilehandle file, int instid, int param); void afSetInstParamLong (AFfilehandle file, int instid, int param, long value); /* miscellaneous data operations */ void afInitMiscIDs (AFfilesetup, int *ids, int nids); int afGetMiscIDs (AFfilehandle, int *ids); void afInitMiscType (AFfilesetup, int miscellaneousid, int type); int afGetMiscType (AFfilehandle, int miscellaneousid); void afInitMiscSize (AFfilesetup, int miscellaneousid, int size); int afGetMiscSize (AFfilehandle, int miscellaneousid); int afWriteMisc (AFfilehandle, int miscellaneousid, void *buf, int bytes); int afReadMisc (AFfilehandle, int miscellaneousid, void *buf, int bytes); int afSeekMisc (AFfilehandle, int miscellaneousid, int offset); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* AUDIOFILE_H */ 07070100057647000081a40000000000000000000000014c5c905a00000722000000b500010002ffffffffffffffff0000002000000000root/usr/local/include/af_vfs.h/* Audio File Library Copyright (C) 1999, Elliot Lee This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA. */ /* af_vfs.h Virtual file operations for the Audio File Library. */ #ifndef AUDIOFILE_VFS_H #define AUDIOFILE_VFS_H 1 #include struct _AFvirtualfile { ssize_t (*read) (AFvirtualfile *vfile, void *data, size_t nbytes); long (*length) (AFvirtualfile *vfile); ssize_t (*write) (AFvirtualfile *vfile, const void *data, size_t nbytes); void (*destroy)(AFvirtualfile *vfile); long (*seek) (AFvirtualfile *vfile, long offset, int is_relative); long (*tell) (AFvirtualfile *vfile); void *closure; }; AFvirtualfile *af_virtual_file_new (void); AFvirtualfile *af_virtual_file_new_for_file (FILE *fh); void af_virtual_file_destroy (AFvirtualfile *vfile); size_t af_fread (void *data, size_t size, size_t nmemb, AFvirtualfile *vfile); size_t af_fwrite (const void *data, size_t size, size_t nmemb, AFvirtualfile *vfile); int af_fclose (AFvirtualfile *vfile); long af_flength (AFvirtualfile *vfile); int af_fseek (AFvirtualfile *vfile, long offset, int whence); long af_ftell (AFvirtualfile *vfile); #endif 07070100057642000041ed0000000000000000000000024c5c90bd00000000000000b500010002ffffffffffffffff0000001300000000root/usr/local/bin07070100057644000081ed0000000000000000000000014c5c905a00005c08000000b500010002ffffffffffffffff0000001d00000000root/usr/local/bin/sfconvertELFP4W4 ( 44o?$?$@$@$$$/usr/lib/ld.so.1GE  !"#%&'(,-.1256:<=>?@CD $)*+/034789;AB%%!(74"O ]dd k` q4 x  P  % ?$  `. d -$6 F4P(&!p O(&Uc r $     $T t%$!@$7HU$&\D g &DT% &{ 9   )t   afGetMiscType_environafFreeFileSetupafGetByteOrder_get_exit_frame_monitorprintfileinfomallocatexitmainfprintfafSetVirtualChannelsafInitRate_start_PROCEDURE_LINKAGE_TABLE__lib_version__environ_lock_finiafGetSampleFormat__fsr_init_value_etext_initstrcmpusageerrorafGetFrameCount_DYNAMICcopyrightstring__flsbuf__iobafGetMiscSizeafNewFileSetupafGetTrackBytesafSetVirtualSampleFormatfreeafInitFileFormatatof_exit__fpstartafGetDataOffsetatoiafCloseFileafGetFileFormatafReadFrames__longdouble_usedafReadMisc_GLOBAL_OFFSET_TABLE_afGetCompressionafGetMiscIDs_edataafOpenFile__1cG__CrunMdo_exit_code6F_v___xpg4afGetVirtualFrameSizeafQueryPointer__xtol___Argv__xpg6__fsrcopyaudiodataafInitSampleFormatafGetRate_endafGetChannelsafInitChannelsafWriteFrameslibc.so.1SYSVABI_1.3SUNWprivate_1.1libaudiofile.so.0libm.so.2/usr/local/lib(72qN >%6(&L$(P$'T$ X$)\$`$d$+h$&l$ p$5t$-x$|$B$@$$!$%$?$C$ $ $#$$,$$8$:$$.$D$$$9$$2$"$*$3$$ $0$5D$%H$%L$h%P$h%T$h%X$h%\$h %`$h(%d$h0%h$h8p%l$h@`%p$hHP%t$hP@%x$hX0%|$h` %$hh%$hp%$hx%$h%$h%$h%$h%$h%$h%$h%$hp%$h`%$hP%$h@%$h0%$h %$h%$h%$h%$h%$h%$h%$h%$h %$h(%$h0%$h8p%$h@`jjR$tohe%t%t PGE%u T%RU %RP PjURQt`|$у% D$td$у`tƒ 3fd$f T$tfd$f L$l$YZ]UhEEEEE$E(EE}E @EE @EEE;EUE h,PAE@;E|gUE h4DPuEUE h<DPuEUE hDDPuEUE hLDPcu E{UE hTDP;u ESUE h\DPu E +UE DPhdhH& jjE@EUE hPu@E@;E| UE jDPEE}E@E8UE hPXuHE@;E|EēE UE jDPR]E]E@EUE hPE;E|DUE jDPEE|E ~UE hDPu Eđ.UE hDPou EĒEEUE PhxE@EE;EjhEPb EEu EPh6EMjEP9EhEP5EhEP1EhEP-]E]țjjEPEPhEPE܋EuEEEătEu E؉EċEԉEEuEЉEEPEPjjEPEPhEPEPhEP jjEPEPhEPEPhEP EEu EPhEEPhEP jjEPEPhEPujEPwjjEPhEPEPjEP\jEPNjEP8&H8&8&}h8&j ,E5<&E<&@<& UB EEEEEjEPEEÐUjh(jhtjhxjhjhjh zjhD kjh \jh Mjh >jht/jh,! jhtjhP!jh|!jh!jh!jh!jhtjj;ÐU(EEEjEPEP ]E]E؛EEjPEEEjjEPEPEPEPbEE} h"hH&EEjjEPEPEPE P+E܋E܃}%h4"hH&EE EE܉EE;EuEEBjEPEEEUP]ujhT"EPX EEuEPEPGjjjPhYh~EEPEPjjjPhZhRE܋EtE܃u_EPhX"EPEPhl" jjEPEPhEPhEPEjh"ahEPEEE=u"E "E؋EPEPh" E=u"E "EԋEPEPh" E=u"E "EЋEPh"\E=u"E "E̋EPh$#](jhT#LE-w$KjjjEPhXhE؋E؃ujh\#EPhp#jh#hEPfhEPchEPPjjPSVh#hEP~ #E #EhEPhEPnjjPEPSh#'hEPf]Eě$h# hEPEEěhEP}]mE$h $ jEP_EEtEPh,$jEPjEP[]u8tUEjEPEEjPDEEPEPEE;EUEPEP=tTUEPEPEjEPEMUjjEPEPPEPsEEE@EE;EzjEPEEEUWVS[M[^_UWVS[1[^_?formataiffaifcwavenextbicsnistsfconvert: Unknown format %s. channelsfloatinteger2scompunsignedUnrecognized command %s rCould not open file '%s' for reading. wCould not open file '%s' for writing. usage: sfconvert infile outfile [ options ... ] [ output keywords ... ] Where keywords specify format of input or output soundfile: byteorder e endian (e is big or little) channels n n-channel file (1 or 2) format f file format f (see below) integer n s n-bit integer file, where s is one of 2scomp: 2's complement signed data unsigned: unsigned data float m floating point file, maxamp m (usually 1.0) Currently supported formats are: aiff Audio Interchange File Format aifc AIFF-C File Format next NeXT/Sun Format wave MS RIFF WAVE Format bics Berkeley/IRCAM/CARL Sound File Format Bad read of audio track data. Bad write of audio track data. rFile Name %s File Format %s (%s) Data Format %d-bit integer (2's complement, %s)big endianlittle endian%d-bit integer (unsigned, %s)single-precision (32-bit) floating point, %sdouble-precision (64-bit) floating point, %sunknownunknown compression%s compression Audio Data %ld bytes begins at offset %ld (%lx hex) %d channel%s, %ld frames sSampling Rate %.2f Hz Duration %.3f seconds Copyright %s $       * : J Z j z          *:JZjz *:N`(  jj yP ozo oH\ L Xo`o@$4P L T \   P   ,@$$%$&(&)&%C%V\% gs%~(& ~(&s%$~(&s% %%!4" -d4 ;` A4 H ] hP o   %  ?$  `. d $ 4 (&!@ (&%3 BRkp $     $T t%$@$%$&,D 7 U&\DrT% &{ 9   )t  .libs/sfconvertcrti.scrt1.ocrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptrfsr.strap_tablevalues-Xa.cDdata.dataBbss.bssDrodata.rodatavalues-xpg6.csfconvert.cprintinfo.ccrtn.s_END__START_afGetMiscType_environafFreeFileSetupafGetByteOrder_get_exit_frame_monitorprintfileinfomallocatexitmainfprintfafSetVirtualChannelsafInitRate_start_PROCEDURE_LINKAGE_TABLE__lib_version__environ_lock_finiafGetSampleFormat__fsr_init_value_etext_initstrcmpusageerrorafGetFrameCount_DYNAMICcopyrightstring__flsbuf__iobafGetMiscSizeafNewFileSetupafGetTrackBytesafSetVirtualSampleFormatfreeafInitFileFormatatof_exit__fpstartafGetDataOffsetatoiafCloseFileafGetFileFormatafReadFrames__longdouble_usedafReadMisc_GLOBAL_OFFSET_TABLE_afGetCompressionafGetMiscIDs_edataafOpenFile__1cG__CrunMdo_exit_code6F_v___xpg4afGetVirtualFrameSizeafQueryPointer__xtol___Argv__xpg6__fsrcopyaudiodataafInitSampleFormatafGetRate_endafGetChannelsafInitChannelsafWriteFramesanotate anotate0 ,(X$f%%anotate anotate0 ,(8t@(#)SunOS 5.10 Generic January 2005@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497 sfconvert.c /var/tmp/audiofile-0.2.7/sfcommands /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -I../libaudiofile -g -c sfconvert.c -W0,-xp.XAKgoyLRBJXM0iJ.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLRBJXM0iJ.;backend;raw;cd;DBG_GEN 5.2.7main>`_Uargc=1argv= i?infilename,@outfilename,@fileFormatAoutFileFormatAinfileKCoutfileKCoutfilesetuprDsampleFormatEsampleWidthEchannelCountEsampleRateFoutSampleFormatGoutSampleWidthGoutChannelCountHoutMaxAmpItotalFramesKintchar$,_AFfilehandle6FAFfilehandle_AFfilesetup^mAFfilesetupdoublelongAFframecount usageerror`U copyaudiodataU1 Kinfile Koutfile trackid totalFrameCount totalFramesWritten buffer9 frameSize ok>  done>     framesToRead framesRead framesWrittenvoid1boolprintfileinfoe,$e$ostrcmpjtunsignedmalloc9free9exit$atoi$atof* unsigned char*__FILE_cnt#_ptr;#_base;#_flag*# _file*# __orientation# __ionolock#  __seekable#  __extendedfd#  __xf_nocheck#  __filler#  @__flsbufB$BGprintflL$qvfprintfl{6afGetFrameCountafGetRateFafInitRatemafSetVirtualSampleFormatOFafGetSampleFormatFOOafInitSampleFormatmafSetVirtualChannelsFafGetChannels FafInitChannels5 mfloatafGetVirtualFrameSize5 q F1q afWriteFrames Fv afReadFrames F9afGetFileFormat FOafInitFileFormat' mafCloseFileF F$F $P ^afOpenFileK K U Z afFreeFileSetup mafNewFileSetupraprintinfo.c /var/tmp/audiofile-0.2.7/sfcommands /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -I../libaudiofile -g -c printinfo.c -W0,-xp.XAKgoyLRBJXMUlJ.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLRBJXMUlJ.;backend;raw;cd;DBG_GEN 5.2.76printfileinfo-Uzfilename,version.file/sampleFormat0sampleWidth0byteOrder0compressionType0copyright1formatstring1labelstring1QQQcompressionNamekcharzint_AFfilehandle AFfilehandle copyrightstringUfilecopyrightmiscidsimisccount6IIdatadatasizeunsignedvoid malloc  free z printf   afReadMisc6     afGetMiscSize\   afGetMiscType   afGetMiscIDs  long AFframecount afGetFrameCount   AFfileoffset afGetDataOffset/   afGetCompressionX  double afGetRateX   afGetSampleFormat     afGetChannels   afGetByteOrder   afGetTrackBytes)   afGetFileFormatQ   afCloseFilep zpzz_AFfilesetup afOpenFile u  afQueryPointer     2 /var/tmp/audiofile-0.2.7/sfcommands../libaudiofile/usr/includesfconvert.caudiofile.hstdio_impl.h`f>m t            $ A P m |       , H Q V n v {           4 D I f p      ! 5 I c             8 @ Q `u       E S Z `cr            & 5 D S b q          2 9 @_ g y   b!  ob /var/tmp/audiofile-0.2.7/sfcommands../libaudiofileprintinfo.caudiofile.h2  , X h p        2 8n t    f"' / @ Q `   ;      & 6 If h    p   DD%.?  6 : ; @ ' ID I: ;  4I : ;  $> I< I: .?  : ; @ ' D .?  : ;@ ' ID  I: ; 4I : ; I.? < ' D I&I.? < ' ID  :  I8  I8 7I.? < ' ID  DD%.?  : ; @ ' D I: ;  4I : ;   $> I< I: .?  : ; @ ' ID  .? < ' ID  I .? < ' D &I7I.? < ' ID 8 mainusageerrorcopyaudiodata4 printfileinfocopyrightstringT KAFfilehandlerAFfilesetupAFframecount>bool@__FILEA AFfilehandleAFframecountAFfileoffset.interp.SUNW_cap.hash.dynsym.dynstr.SUNW_version.rel.data.rel.bss.rel.plt.text.init.fini.rodata.rodata1.got.dynamic.bssf.symtab.strtab.annotate.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.shstrtab o8 PPP!"y)o  07 BL L A BT T J B\ \ H N  SPPY_e   m,,v@$@${$$;%%T$&$&E(&(&$&8 -o12=9=9JRRTt`U U 07070100057645000081ed0000000000000000000000014c5c905a00003b98000000b500010002ffffffffffffffff0000001a00000000root/usr/local/bin/sfinfoELF0 464 ( 44o??@@h/usr/lib/ld.so.153 !$%&()*+-/012  "#',.   !T 1t @ E K  Y@  ^ m t{?  Pd 4 !?4     * { 0 >  N  hy ! 0  @D $   "    * __flsbuf_edataafGetFileFormatafGetTrackBytesafGetChannels_exit_initprintfileinfomainafQueryPointermalloc__xpg4__xpg6atexit_lib_version__longdouble_used__environ_lockafGetDataOffset_DYNAMIC_fini__iob_etextafGetByteOrder___Argv__fpstartafGetMiscTypeafGetMiscIDsafOpenFile__fsrafGetMiscSizecopyrightstring_PROCEDURE_LINKAGE_TABLE___fsr_init_valueafReadMisc_environafCloseFile_start_GLOBAL_OFFSET_TABLE_afGetCompressionafGetSampleFormat_endafGetRate_get_exit_frame_monitorfreeprintf__1cG__CrunMdo_exit_code6F_v_afGetFrameCountlibc.so.1SYSVABI_1.3SUNWprivate_1.1libaudiofile.so.0libm.so.2/usr/local/lib:7DqN P1LPTX\`dh l0p+tx*|2-/&  $.5D%H%Lh%Ph%Th%Xh%\h %`h(%dh0%hh8p%lh@`%phHP%thP@%xhX0%|h` %hh%hp%hx%h%h%h%h%h%h%h%hp%h`jjRtoh4ett PGEu TRU RPpPjURQt`|$у D$td$у`tƒ 3fd$f T$tfd$f L$l$YZ]UEE;EUE jPE@EE;E}aH}hj 7E8E@ UB EEEEEE;EpEEUP]ujhTEP EEuEPEPjjjPhYhEEPEPjjjPhZhE܋EtE܃u_EPhXfEPEPhlQ jjEPEPhEPDhEPCEjhhEP0EEE=uE E؋EPEPh E=uE EԋEPEPhy E=uE EЋEPhA\E=uE E̋EPh$ (jhTE-w$KjjjEPhXhE؋E؃ujh\EPhpjhhEPhEPhEPjjPSVh<hEP~ E EhEPahEP^jjPEPShhEPF]Eě$h hEP EEěhEP}]mE$h a jEP_EEtEPh,7jEPjEP]u,hUEjEPEEjPEEPEPaEE;EUEPEPX=tTUEPEPIEjEPEMUjjEPEPPEP#EEE@EE;EzjEPEEEUWVS[[^_UWVS[[^_rFile Name %s File Format %s (%s) Data Format %d-bit integer (2's complement, %s)big endianlittle endian%d-bit integer (unsigned, %s)single-precision (32-bit) floating point, %sdouble-precision (64-bit) floating point, %sunknownunknown compression%s compression Audio Data %ld bytes begins at offset %ld (%lx hex) %d channel%s, %ld frames sSampling Rate %.2f Hz Duration %.3f seconds Copyright %s          * : J Z j z           `r:  4||  oo|oo`o@ |  0   4 PT@#@SY dp{P{pP{pP  T t      #@  ( 7 >E  L SP`rd 4 !?4      {      2C O!W c0  j@ND $   "    .libs/sfinfocrti.scrt1.ocrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptrfsr.strap_tablevalues-Xa.cDdata.dataBbss.bssDrodata.rodatavalues-xpg6.csfinfo.cprintinfo.ccrtn.s_END__START___flsbuf_edataafGetFileFormatafGetTrackBytesafGetChannels_exit_initprintfileinfomainafQueryPointermalloc__xpg4__xpg6atexit_lib_version__longdouble_used__environ_lockafGetDataOffset_DYNAMIC_fini__iob_etextafGetByteOrder___Argv__fpstartafGetMiscTypeafGetMiscIDsafOpenFile__fsrafGetMiscSizecopyrightstring_PROCEDURE_LINKAGE_TABLE___fsr_init_valueafReadMisc_environafCloseFile_start_GLOBAL_OFFSET_TABLE_afGetCompressionafGetSampleFormat_endafGetRate_get_exit_frame_monitorfreeprintf__1cG__CrunMdo_exit_code6F_v_afGetFrameCountanotate anotate0 ,(8 F 4 anotate anotate0 ,(0,h @(#)SunOS 5.10 Generic January 2005@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497sfinfo.c /var/tmp/audiofile-0.2.7/sfcommands /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -I../libaudiofile -g -c sfinfo.c -W0,-xp.XAKgoyLRBJXME_J.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLRBJXME_J.;backend;raw;cd;DBG_GEN 5.2.7main1@  Ueeeargc0yargv0 ie2intcharltprintfileinfotunsigned charunsigned __FILE _cnte# _ptr# _base# _flag# _file# __orientation#  __ionolock#   __seekable#   __extendedfd#   __xf_nocheck#   __filler#   __flsbufeeprintinfo.c /var/tmp/audiofile-0.2.7/sfcommands /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -I../libaudiofile -g -c printinfo.c -W0,-xp.XAKgoyLRBJXMUlJ.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLRBJXMUlJ.;backend;raw;cd;DBG_GEN 5.2.7printfileinfo- Uzfilename,version.file/sampleFormat0sampleWidth0byteOrder0compressionType0copyright1formatstring1labelstring188compressionNamekcharzint_AFfilehandle AFfilehandle copyrightstring Ufilecopyrightmiscidsimisccountfyydatadatasizeunsignedvoid malloc  free z printf   afReadMisc6     afGetMiscSize\   afGetMiscType   afGetMiscIDs  long AFframecount afGetFrameCount   AFfileoffset afGetDataOffset/   afGetCompressionX  double afGetRateX   afGetSampleFormat     afGetChannels   afGetByteOrder   afGetTrackBytes)   afGetFileFormatQ   afCloseFilep zpzz_AFfilesetup afOpenFile u  afQueryPointer     ] /var/tmp/audiofile-0.2.7/sfcommands/usr/includesfinfo.cstdio_impl.h@ F 1M  Y  m  t  |   {   ob /var/tmp/audiofile-0.2.7/sfcommands../libaudiofileprintinfo.caudiofile.h  2"  *  0 \                  & ,b h        f8"W _ p    @ k      &-> V f y     p    DD%.?  6 : ; @ ' ID I: ;  4I : ;  $> I.? < ' D I  :  I8 I8 .? < ' ID  DD%.?  : ; @ ' D I: ;  4I : ;   $> I< I: .?  : ; @ ' ID  .? < ' ID  I .? < ' D &I7I.? < ' ID main4printfileinfocopyrightstring__FILEAAFfilehandleAFframecountAFfileoffset.interp.SUNW_cap.hash.dynsym.dynstr.SUNW_version.rel.data.rel.bss.rel.plt.text.init.fini.rodata.rodata1.got.dynamic.bssf.symtab.strtab.annotate.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.shstrtab o 0!")o||07 BA BJ B N  S0 0 Y_44ePPmTTv@@p{;TE8 o0 E&E& /5+34S+5b 5 07070100057643000081ed0000000000000000000000014c5c905a0000040b000000b500010002ffffffffffffffff0000002400000000root/usr/local/bin/audiofile-config#!/bin/sh prefix=/usr/local exec_prefix=${prefix} exec_prefix_set=no usage="\ Usage: audiofile-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]" if test $# -eq 0; then echo "${usage}" 1>&2 exit 1 fi while test $# -gt 0; do case "$1" in -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; *) optarg= ;; esac case $1 in --prefix=*) prefix=$optarg if test $exec_prefix_set = no ; then exec_prefix=$optarg fi ;; --prefix) echo $prefix ;; --exec-prefix=*) exec_prefix=$optarg exec_prefix_set=yes ;; --exec-prefix) echo $exec_prefix ;; --version) echo 0.2.7 ;; --cflags) if test ${prefix}/include != /usr/include ; then includes=-I${prefix}/include fi echo $includes ;; --libs) libdirs=-L${exec_prefix}/lib echo $libdirs -laudiofile -lm ;; *) echo "${usage}" 1>&2 exit 1 ;; esac shift done 0707010005764a000041ed0000000000000000000000034c5c90bd00000000000000b500010002ffffffffffffffff0000001300000000root/usr/local/lib0707010005764e000041ed0000000000000000000000024c5c90bd00000000000000b500010002ffffffffffffffff0000001d00000000root/usr/local/lib/pkgconfig0707010005764f000081a40000000000000000000000014c5c905a000000da000000b500010002ffffffffffffffff0000002a00000000root/usr/local/lib/pkgconfig/audiofile.pcprefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: audiofile Description: audiofile Requires: Version: 0.2.7 Libs: -L${libdir} -laudiofile -lm Cflags: -I${includedir} 0707010005764c000081ed0000000000000000000000014c5c90590000033f000000b500010002ffffffffffffffff0000002300000000root/usr/local/lib/libaudiofile.la# libaudiofile.la - a libtool library file # Generated by ltmain.sh - GNU libtool 1.5.10 (1.1220.2.130 2004/09/19 12:13:49) # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='libaudiofile.so.0' # Names of this library. library_names='libaudiofile.so.0.0.2 libaudiofile.so.0 libaudiofile.so' # The name of the static archive. old_library='libaudiofile.a' # Libraries that this one depends upon. dependency_libs=' -lm' # Version information for libaudiofile. current=0 age=0 revision=2 # Is this an already installed library? installed=yes # Should we warn about portability when linking against -modules? shouldnotlink=no # Files to dlopen/dlpreopen dlopen='' dlpreopen='' # Directory that this library needs to be installed in: libdir='/usr/local/lib' 0707010005764d000081ed0000000000000000000000014c5c90590009a760000000b500010002ffffffffffffffff0000002900000000root/usr/local/lib/libaudiofile.so.0.0.2ELF48 4 (! o4"4"<<  !"#%')*+,-/013468:;=@ACEFGHJLOPQSTVWZ^`bdehklmoptwxz{|}~ $&(.2579<>?BDIKMNRUXY[\]_acfgijnqrsuvyB PX  )e 4;c KP Y_pX jE w}g i   @g 0 }    ^ *3R ?F Q _G" hP u|@Q pwx P~Y O pi 0g о  ` ) 7 D R d wz pu  `_   <  p *0 ?y UP b~m t0|u   |u P wg `   {> i  ,f <C U8 if |h 0}  G E  `{  ` 0 ;`x J  \ K nt} P H(  )H@  0> d  Y E #+y 1 B@^ UZI j`e y m i @  ^ z  l *  . C Z  m}h wQ0 ~ i @ I( A l y\  В{ afSetInstParamsaf_ftellafInitMarkNameafQueryaf_fwriteafFreeFileSetupafQueryDoublefrexpaf_flengthafIdentifyFDfopenfdopenafInitDataOffsetafGetLoopTrackafSetVirtualSampleFormatafSetLoopStartFramefloorafInitRatememcmpafSeekMiscafInitMarkCommentafSetAESChannelDataafSetLoopStartvsnprintfafCloseFileafIdentifyNamedFDafSetLoopModeafOpenFDafGetLoopIDscallocafSyncFileafGetDataOffsetafGetChannelsAUpvnewstrdupafGetLoopEndfprintfAUpvsetvalreallocAUpvsetparamaf_virtual_file_new_for_fileaf_fseek_end__xtolafInitLoopIDsafGetMiscSizeAUpvgetparamafInitInstIDsafInitCompressionafSetInstParamLongafInitMiscSizeafGetCompressionafGetLoopStartFrameaf_fcloseafNewFileSetupafGetMiscIDsstrrchrafInitMarkIDs_DYNAMICstrstrafGetMiscTypeafGetMarkCommentafGetAESChannelDataerrnoafSetLoopCountafGetVirtualFrameSizeafGetMarkIDsafGetSampleFormatafGetByteOrdermemcpyafQueryPointersscanfafGetVirtualByteOrderAUpvgetvalmemset__iobafGetTrackBytesAUpvgetvaltypeafSetTrackPCMMappingafTellFrameafGetLoopStartafInitTrackIDsafInitByteOrder_etextafSetMarkPositionaf_virtual_file_newafInitSampleFormat__xtoulafInitFrameCountafGetFrameCountafSetErrorHandleraf_virtual_file_destroyafGetInstIDsafSetVirtualByteOrder_GLOBAL_OFFSET_TABLE_strcmpafGetPCMMappingafInitPCMMappingafReadMiscafGetFrameSizeafGetMarkPositionafOpenVirtualFileldexp__flsbufafReadFramesafGetVirtualPCMMappingafOpenNamedFDsprintfaf_fread_PROCEDURE_LINKAGE_TABLE_afQueryLong_edataafInitFileFormatafGetVirtualChannelsAUpvgetmaxitemsstrncpyafInitAESChannelDataToafSetLoopTrackAUpvfreeafGetInstParamsafInitChannelsafGetVirtualSampleFormatafGetLoopCountafGetFileFormatafWriteFrameslog10fabsafSetLoopEndafInitMiscTypeafSetLoopEndFramestrerrorafWriteMiscafGetTrackIDsafSetChannelMatrixafSetVirtualChannelsafSetVirtualPCMMappingafGetInstParamLongafGetRatestrlenAUpvsetvaltypestrcpyafGetLoopModestrncmpafGetMarkNameafOpenFileafInitMiscIDsafInitAESChannelDataafSeekFrameafGetLoopEndFramemalloclibaudiofile.so.0libm.so.2SUNW_1.2libc.so.1SUNW_1.1SUNWprivate_1.1 '= '0'= :qN CF  ĒВؒ $(48<@DHLPTX\`dlpx|ēȓ̓Гԓ<@DHLPTX\hptx|ĔȔ̔ДԔؔܔ  $(,048<@DHLPTX\`ltx|ĕȕ̕Еԕؕ  $(,048@DHLPTX\`dhlptx|ĖȖ̖ЖԖؖܖ  $(,048<@P\dhlptx|ėȗ̗Зԗܗ  $(,048<@DHLPTX\`dhlptx|ĘȘ̘ИԘؘܘ  $(,048<@DHLPTX\`dhlptx|ęș̙Йԙؙܙ  $(,048<@DPX\`dhlpt|ĚȚ̚КԚؚܚ  $(,048<@DHLPTX\`dhlptx|ěț̛Лԛ؛ܛ  $(,048MAğȟ  $4HPTXdhlptxĠ̠ܠ  0DLPT`dhltHLPĢ DHL @DH̤ФԤ $(48<T\hlpĥإ(<PdxȦԦئܦ  ,8<@DP\hltx|ħ̧Чԧاܧ  $(,48<@DHPTX\`dlptx|̨Шبܨ(4@DHLXdptx|ĩЩԩةܩ $048<HT`dhlxĪȪ̪ت $(,8DPTX\htȫԫ(4@DHLXdptx|ĬЬԬجܬ $048<HT`dhlxĭȭ̭ح $(,8DPTX\htȮԮ(4@DHLXdptx|įЯԯدܯ $048<HT`dhlxİȰ̰ذ $(,8DPTX\htȱԱ(4@DHLXdptx|IJвԲزܲ $048<TX\dhlx|ijȳ̳سܳ $(4DHLTX`hlpȴ̴дȒ̒$Ԓ ܒ*s L  ,}0hGt-uo]Wؓ|ܓ+7 (# )$(',w004O8K`ndzl&idhpmVfܕx <DHRL%TXD`hؗY:HL=TIxa hhh h(h ,h(<h0\h8p`h@`dhHPlhP@xhX0|h` hhhphxhhhhhh$h(hp,h`0hP4h@Xh0\h `hhhlhphthxh|hh h(h0h8ph@``hHPhP@hX0h` hhhp(hxHh`hhhhhhhph`hPh@h0$h hhhhhh hU]ZU NjEPEEEUDUjEPD Ѓt_E t#UTE PjEPEP UE@E@EE:jEPEP E t E @EE]ÐU]ZULjEPlEPEPfEEu$PjHE[jEPAEEu$Pj}HE&jEPEjEP EEE]ÐU]ZUKjEPEPEPEEu 0E PRjG EajEPmEEu0E PRjG E(EPEP;EjEP2EEE]ÐU]ZUKڋE u4Pj )GEE @ru E?E @wu E'8E PRj F EE PEPOEEu$PjFEIjEP)EjEPEPjEPEPtjEPEEE]ÐU]ZUIڋE u4Pj EEE @ru E?E @wu E'8E PRj E EE PEPEEu!0EPRjgE EKjEPEjEPEPEPEPEP\tjEPEEE]ÐU]ZU踻HڋE u4Pj DEE @ru E?E @wu E'8E PRj vD EE PEPEEu!0EPRj7D EKjEPEjEPEPEPEPEP,tjEPEEE]ÐU]ZUGڋEu@PjCEE u 4Pj rCEE @ru E;E @wu E#8E PRj C E7jEPEPjEPEP'tjEPEEE]ÐUd]uZUFEEEDBEBEEEEE@EtEtmjEPIuEmE@EEu3Et+HPj BEEPE PEEuEPE PEEuAEtLEPRjA PPjAEUDEEuTEPRjKA EuDUD$u#XEPRj A E8EEE@@ EEPBEBEċB EȋB$E̋B(EЋB,EԋB0E؋B4E܋EPBEBEEUjEPD ЃEEuEjj4IEEu%EtjEPEMj4jEP E@DEU P EUPEtjEPЋEP E@EUPE@0Eu#UD E!UD$EEEEPEPEЃt:jEPEEtjEPEEEtjEPEEEU;PuU ȍ++ʋFEEUD44|EtKEUPLUEBXEĉB\EȉB`ẺBdEЉBhEԉBlE؉BpE܉BtUEBDEBHE@|EǀE@TEPEPujEPE'E@EEU;PEUPEE]uÐU]uZUhAjEPAFuEUE@ E@EEEU;PuU ȍ++ʋFEEt$EPEP苽uEEPEP׻tEE@EEU;PpUD,t5UjEPD ,Ѓt E?6E@u'hE@PRj +< E EE]uÐU]ZU?jEPDu ETjEPEj@ P\EE}pEPRj; jEPEE]ÐU]uZU?ڋEt E@=DttPj;E@E@tEj@PE@EE@0tEj@0PE@0E@%EEU;PuU ȍ++ʋFD@tSuU ȍ++ʋFjD@PmuU ȍ++ʋFD@uU ȍ++ʋFtYuU ȍ++ʋFjPuU ȍ++ʋFDŽuU ȍ++ʋFjPAuU ȍ++ʋFtYuU ȍ++ʋFjP/uU ȍ++ʋFDŽuU ȍ++ʋFEuU ȍ++ʋFU;wuU ȍ++ʋVEDtmuU ȍ++ʋVEjDP5uU ȍ++ʋVEDuU ȍ++ʋVED tmuU ȍ++ʋVEjD PuU ȍ++ʋVED E@EuU ȍ++ʋFU;uU ȍ++ʋFjPuU ȍ++ʋFDŽE@EEU;P Ej@PE@E@E@$EEU;P UER$Dt/UER$jDPCUER$DUER$DUER$D t3UER$EPD PUER$D E@EEU;P JEj@$PE@$E@ E@,tEj@,P|E@,E@(j4jEP( jEPJ]uÐU]uZU8ڋU DLEEE;E}bU uTPЋBu"UEЃtUEjPE@EE;E|jEPy]uU ]u}ZU8ڋEu Ej`EP>EEuEEE;EEuAV44|MEuFE}EuEMȋAPF PGP.F EMȋAPu!EMATEMj APP=EMȉqTEMȋATuEuEEMȋE;AP4uEMȋUITȍFAjP<EMȋUITȉqEMȋUITȋAu EjP;EMȋUITȉqEMȋUITȋAu E?E@EEMȋE;APE@EE;E[EEE]u}U]uZU4ڋEu ELjEP;EEuE'EE;E EuB1BD1BD1B D1 UEMEUDuEUDEUjDP;ȋEULEUDu EfEEUM;L}2MEUuDQE@EEUM;L|΋E@EE;EEEE]uÐU]u}ZUE3jj$8EEuE'MBABABAB A BABABABAB A Ej@ PЋEPEj@PЋEPE@uE@ Ej @P9ЋEP EEU;P}huEMx FGEMp FEMp FE@EEU;P|EEE]u}ÐU ]ZU1ڋUE RЋBPEUE RЋE;BPUE RЋMRTjBPUE RЋMRTjBPWE@EUE RЋE;BPnUE RjBTP UE RBTUE RBP]ÐU ]ZUk0ڋE@tEEEU;P }"EPEPUE@EEU;P |ދEj@PZE@E@ ]ÐU]ZU/ڋUE RDtUE RjDPUE RDUE RD]ÐU ]ZU[/ڋE@tEEEU;P}"EPEP5E@EEU;P|ދEj@PJE@E@]ÐU]ZU.jEPd2umjEPjEPE@t%Ej@ PE@ E@j$jEPc jEP]ÐU ]uZU.jEP1uE |E ~E PRj ) ^U Du2U DPVj) EU P]uÐU ]ZUK-jEP0uWE PEP8EEu7E}EPRj) EUP8UBH]ÐU ]ZU,jEPD0uPE PEP'8EEu0UEPEPBPp; UBEUBF]ÐU ]ZU,jEP/ucE PEP7EEuCE=t"E=tEPRj5' EUPUBG]ÐU ]ZUk+jEP/uqE PEP6EEuQEZz"w jjEPEPRj&'UEBEBUBD]ÐU ]ZU*jEPT.uWE PEP76EEu7E}EPRj8& EUPXUBL]ÐU ]ZU*jEP-uWE PEP5EEu7E}EPRj9% EUP\UBM]ÐUL]u}ZUu)jj$.EEuE3U MBABABAB A BABABABAB A E@E@E@ E@tE@ E(E@t E@ EEEEEEEu E@Mj`EP/E܋EU܉PE܃uuMEPAPFP EUP E@ t E@E%E@ t E@EEE؉E܋E܉EEu E@FjEP.EԋEUԉPEԃu9MUEPBPAP EUPE@ tE@E(E@ t E@EEEЉEԋEԉEEu E@ Mj EPA.E̋EỦP ẼuuMUPA PF P[ EUPEEU;P wUERЉUȋUERBKu#EuE@TE@P UERЋBPuE@TUERj BPP<-EċEȋUĉPTEău}ȋUErUERЋRPPFTPGTP0 UERЋEȋRPPPEUERЋE;BPUERЋM̍RTjBPM+EȋM̍pT~EȋM̍pTFuUERЋM̍RTjBP*EȋM̍pT~EȋM̍pTFuE@E̋UERЋE;BPE@EEU;P EEU;PUER‰E̋UERDuE@pUERjDP+EȋE̋UȉPEȃu[}̋UErUERDPD1PGP E@EEU;PHEEqE@ tEj@ PE@tEj@PE@tEj@P{EtjEPeEE]u}ÐU,]܉u؉}ZU"ڋE @DE@ EE UPEuE @E h|@P)ЋE PE @u E EE U;Pu U ȍ++ʋFEUERЉUEU@BEU44|EǀE@PEEU艐EuEǀoEjPvЋEEuEEEU;EMpTUEFfEMpTjFP'ȋUELUEDuEkEMpTjFP&ȋUEL UED u E UEDE@EEU;EU@JUEǀEǀEǀEǀU U%U=UeE@EE U;PJE@EE UP EuE @$E j@ Pz&ЋE P$E @$u EEE U;P ~UErU ER$ 1 UERDEU ER$MLEuU ER$D U ER$jDP%ȋU ER$LU ER$DuEEU ER$M;LU ER$uTЉUUERMDUBE@E@E@EUEB EUEBE@EU ER$M;LfEPDLEEuU ER$D jEP}$ȋU ER$L U ER$D uEEE;E}[EPu|PU ER$MT G ʋGDE@EE;E|E@EE U;P E@EE UP(EuE @,E j@(P#ЋE P,E @,u EEE U;P(EMp E Mx,FGEMp E Mx,FGEMp E Mx,FGE Mp,FE Mp,F E@EE U;P(,EE]܋u؋}U]ZU;jEP u E0E PEPc'EEu E EEE]ÐU]ZUjEPu EE PEP&EEEE]ÐU]ZUKjEP$u@E]E PEPk&EEu@E1MU;PPAPZ(]E]E]ÐU]ZUjEPtu@E]E PEP%EEu@E1MU;PPADP']E]E]ÐU]ZUjEPu EjEPuEE PEP$EEu EEt!EPEPt EE}EE~EU;uEE`EtEU;~ EHEEUEPEP芔t E EEE]ÐU ]ZUjE PEP EE]ÐU]ZUKjEP$u EzE PEPs#E;Eu ETE=t*E=t EPRj5 E EUPTUEE]ÐU]ZU{jEPTu E-E PEP"EEu E E@EE]ÐU]ZUjEPu E-E PEP#"EEu E E@TEE]ÐU]ZU{jEPTu E`E PEP!EEu EЋEPE@u E?EPjEPBЃEU@;}EߋEǀEj@P謷E@EyE߃E;EEEUM‰AEU-; E E+EE؋EU؉PEPjEPBЃEytEUPUE@;E}EߋEytE߃u E;E]EUEEEE]U ]ZUKjEP u_E PEPEEu?UEBEBUEB EB$UE B(E$B,UE(B0E,B4]ÐU]ZUjEP u EuE PEPEEu EQUEBXEB\UEB`EBdUE BhE$BlUE(BpE,BtUEE]ÐU]ZUjEP u EuE PEPEEu EQUEBEBUEB EB$UE B(E$B,UE(B0E,B4UEE]ÐU ]ZU+jEP uE PEPWEEukEtUMBABAEtUMB AB$AEtUMB(AB,AEtUMB0AB4A]ÐU ]ZU[jEP4 uE PEPEEukEtUMBXAB\AEtUMB`ABdAEtUMBhABlAEtUMBpABtA]U]ZUڋ@EUPEEE]ÐU]ZU;ڋPB PE PRA P褲 EPRA P臲 ]ÐU ZڍEjjPE PhP5@tPEPBЃU]EE fUE]ÐU ]EEE%EE%EE%EUE E E ЉUE]ÐU]ZUڋEEEEEj@PUЋEPEEE]U ]ZU+jjްEE]ÐU]ZUڋUjEPB ЃjEP ]ÐU]ZUڋE tEu EFE@t-UE EPEPEPBЃ EE+u EEE]ÐU]ZU ڋE tEu EFE@t-UE EPEPEPBЃ EE+u EEE]ÐU ]ZU{jEP<EE]ÐU ]ZU;ڋE@tUjEPBЃEEE]ÐU ]ZUڋEuUjE PEPBЃ ,EuUjE PEPBЃ E EE]ÐU ]ZU[ڋE@tUjEPBЃEEE]ÐU]ZUڋEu Ea迭EEUP EPEPEPEP EP EPEEE]ÐU ]ZU[ڋEjj@PEPjE P-EE]ÐU]ZU ڋEj@PEEjj@P Ej@PҬEUjEPBPʬ EEE]ÐU ]ZUڋEjj@PEPjE P荬EE]ÐU]ZU;ڋEj@PYE@]ÐU]ZUڋEt E EUEPE PBPɫ Ej@P訫EE]ÐU ]ZU{ڋEj@PiEE]U ]ZU;ڋEu8PjIE0E@=Et<Pj!EEE]ÐU ]ZUڋE@t@Pj E EE]ÐU ]ZU[ڋE@tDPj fE EE]ÐU ]ZUڋEuHPj E0E@=DtLPjEEE]ÐU]ZU{ڋEwPEPRj E?jEPŨEEuTEPRjM EEEE]ÐU]ZUjEPj@PPEEtEPEPEEE]ÐU ]ZU{ڋE wPE PRj ECE PEP裨EEu!TE PRjK E EEE]ÐU]ZUڋEvE w'djjE PEPRjEGE PEPSEEu%TEE PRj E EEE]ÐU]ZU+jj莧EjjEP苧 jjEP苧 EPjEP艧 EEE]U]ZUjjEjjEP jjEP EPjEP EEE]U]ZUKjj讦EjjEP諦 jjEP諦 EPjEP試 EEE]U]ZUEjEPuU;EPEPEPf E;E tIEPEPEPW Et EJEPEPEP? E*E@EjEPU;yEE]ÐU]ZUEjEP蕥U;EPEPEP膥 E;E tIEPEPEPw Et EJEPEPEP_ E*E@EjEPU;yEE]ÐU]ZUEjEP赤U;EPEPEP覤 E;E tIEPEPEP藤 Et EJEPEPEP E*E@EjEP.U;yEE]ÐU]ZU;EEU;P }KUERЋB;E uUERЉU0E@EEU;P |E PRj EE]ÐU]uZUEEU;P}`uU ȍ++ʋF;E u(uU ȍ++ʋFE1E@EEU;P|E PRj( EE]uÐU ]EVEcEWE@ EE@8uEuE tEE@=t=t뮐EEE]ÐU]ZU;ڋEj@8P#EUD]E]E PEPEE]Eu]E]ÐU ]ZUE PEPUB4EE]ÐU]ZU[ڋEj@8P"EUD]E]E PEPGEE]Eu]E]ÐU]uZUE|E ~$EPRj EEU PEUP PEP|EE =uLEu FD FD FD F D F$D F(D F,D F0JEu FD FD FD F D F$D F(D F,D F0EU PE@ MBABABAB A BA$BA(BA,BA0EU PE@ @MBABABAB A BA$BA(BA,BA0DE PRj* E+E owҸ,UDUEE]u $xU]uZUEE;E }sEE;E}UUEuM;u2UEjjPEPQEPXE)E@EE;E|E@EE;E |EE]uÐU]ZUjjE PjjEP袝t EjEP}ЋEPEE]ÐU]ZU[jjE PjjEP2t EEUPEE]U]ZUjjE PjjEPҜt EEjP|UfBEE]ÐU]ZUjjE PjjEPbt EEUfBEE]ÐU ]ZUjjE PjjEPt EEE]ÐU]ZUڋEj@PEjjE PjjEP莛t EEE]ÐU]ZUKڋE@EjjE PjjEP)t EEE]ÐU]ZUڋE@jPfEjjE PjjEP輚t E EE]ÐU]ZU{ڋE@fEjjE PjjEPWt E EE]ÐU ]ZU jjE PjjEPt EEE]ÐU]ZUڋE PEPbUjjE PjREPoUM EE]ÐU]ZU;jEPlEE=v E^EEE PEPUjjE PjREPEuEE PEPEE]U]u}ZUڋEEȁEЁE%jPRQVWM]u}ÐU]u}ZUڋE@PRE@PREEU;PEMpjjhxFPEPW蟗#EEMxEMpjjF PGPEPEPLEEMxEMpjFPF PGPEPEPEEMxEMpjjF PGPEPEP訖aEMpFPEPWy 2EMpFHwUDUE@EEU;P]]u}Õ9U]u}ZUڋUEjj@4PBPBPQ迕rE@ PR襕}E@ PR荕ejPzRjPf>E@PRM%E@ow׸!UDU⋃E}uMUjB0PB,PA(PA$PFPFPG PGPEP(BjPΔEjP躔1E@PR衔E@=t=tҐEj@8PEE}E@8PRULE@8ujP7.UDPV jP]u}AYqU]uZUEEU;PuU ȍ++ʋFEEPRkE@PRUjPDEjP+jP"EjDP  EPR$EPRߒ(EPRƒ,EPR譒0EPR蔒4EPR{8EPRb<EPRI@EPR0DjPMUE@xPB8PP HjPLEPRՑE@EEU;P]uÐU]ZU{ڋPEPRwE@=DuTjPYXjPF\jP5E@u@HB@}PjrEB@E@@BrUBrEEEEE~@HB@}Pjw膐EC@E@@BwUBwEEEEEdE@PRhE@ PRlE@$PRpE@(PR֏tE@,PRxE@PR誏|E@PR蔏jEP]ÐU]uZUHڋEujP>jP&EE;EEtjPjPEE;E }PEtjPUU EMЋDPPV虎 E@EE;E |jPyE@EE;ESjPU]uÐU]|ZUڋEE؃HEjPj EP |EU|DUDEPRύEE;E}6MU ʉEDEEPEPEP虍 E@EE;E|EE;EMU ʉEDEE4],z6v4E],zs E,EE0EE]4zv E4EE8EEe$u]uEp@EEE]E`ЍF0DE@EE;EPEPR贌]|ÐUxtpZUYڋEU44|E@EEEEo~jPEEEȒTjEP ЋDPVʋ8Et=t믐Ẽ~ E=tjP茋EjPEGE=u>EE;E},EMP}uʉDDE@EE;E|6EE;E}&EU@UEЛE@EE;E|ڋEPEPݝ|݅|E܃$ݝ|݅|ݝ|݅|@EE@EE~!EPREP赊 E@E$EPREP葊 EEBE=ҋ;PEPEPE;EtGEE;E}3E@E@|ۅ|UEЛE@EE;E|bEE;E}PE@E@|ۅ|y hݝ|݅|UEЛE@EE;E|EtGEE;E}3EU@P|ۅ|UEЛE@EE;E|bEE;E}PEU@P|ۅ|y hݝ|݅|UEЛE@EE;E|Et7EE;E}&EU@UEЛE@EE;E|^EE;E}OEU@|ۅ|y hݝ|݅|UEЛE@EE;E|OEPRjEPAEHwŸUDUEPEP輇ݝ|݅|E܃$诇ݝ|݅|ݝ|݅|ޅ@EEtE@EEPREPv E@E,Eȍow'UDUEE;E}WMMUjEPEPEPEPEPEPEPEPEPEPEPPEPb8E@EE;E|jEP轄xtp}1==U]uZUڋE E jj wEEu EjEP葄ЋEPE@ujEPEEE;EEMpFxEMpFEMpFEMpjjF P/ E@EE;E|E@xEUPEEE]uÐU]Eu E#E@=xt E E@EE]ÐU ]ZU{ڋEu E[E@=xt ECE@t!E@@=xuEj@PcjEPUEE]ÐU ]uEu EE@=xt EjE |E@U H;v EIEM pF=xt E"EM pEFEE]uÐU ]uEu EE@=xt EjE |E@U H;v EIEM pF=xt E"EM pEFEE]uÐU]u}ZUuڋEu EE@=xtEE |E@U H;vEEM pF=xtEvuEM xFG uEM xFG FG^uEM xFG @EUjD0P`E3E&E =\tE|E| E6UjD4PEE =\tE|E|$DEPRj;" EUD8EjEPnEAUD8EEu E jEPqEEuEEE;E}:UMDC U uTPЋBPjEPC U uTPЍB PjEPB EEPEF:ue}w&UDUe*EE]u(tU ]ZUڋE |E |EjU DHjPENU jDHPЙEE=dt=etEE]ÐU ]ZUˑE |E | EU DDjP/EnE |E | ERU jDDPE#E=dt=eKEE]ÐU ]ZUېڋPPjEE]ÐU ]ZUU D@jP EjU jD@PܗE;TPj;6E!E=dt=ek͐EE]ÐU ]uZU踸SEEE}8UDtE@EE@EE|jEP EQjjGEEu E.EEE}\UDt+UuME@EE@EE|jEP?EjE P9EUjDPEejE PEUjD PߕE%jE P蹿EUjDPEjE PyEUjD P?EjE P9EUjDPEhu]}w3UDU⍎wUDU⋓XEPRj;) EE]u0 0pU]EE]ÐU]ZU𸋌ڋEu\Pj虈E9E PEPKiuEE @EE@@LtE@U@X EǀE@@MtE@U@\E j@ Pn<EEuEǀuE;E~dPj輇E_EU+UUPBP]E]E9ȋEЋEEUEE]ÐU]ZUڋE PEPgu EQE @EEǀE@@LtE@U@XEǀEE]ÐU]EE]ÐU]uZU8ڋE@t(E@ thPj7EhEP蚕EEu lPjE~E@Jt pPj҅ERE@Kt(E@PttPj蛅EE@ t(E@txPj!gEE@ t(E@t|Pj$3Ejj$[EMBABABAB A BABABABAB A jj` ЋEPEU@R44|E@@@E@@PE@@TEEE]uU]ZUڋE PEP"EE]U(]ZUܸۇhEP!EUjjE PjjEP7t E"UjEPP5 EE]ÐU]uZU8EEu EE@(U@B(MEP(PA,PXЋEP,jPEP7 uEjPEPZ7 uEjPEP27 u EjjPEP7 u EFjPEP6 u E"jPEP6 uEuUEH(R,ЋF(BUEH(R,ЋEBUEH(R,ЋEBUEH(R,BjEPUEH(R,ЉrUEH(R,ЋEjj@ PjEPBP*5EE]uÐU$]ZUjjEE@jj ݋ЋEP E@jj迋ЋEPE@ EUP$E PEPTE PEPDE PEP4E PEP$E PEPE PEPE PEPUE@ PUE@ PUE@ PUE@ PUE@ P UE@ P(UE@ P0E@ @8E@ @@E PEP菖E PEPE PEPoE PEP_E PEPOE PEP?E@@UE@PUE@P UE@PE@@UE@PUE@P$UE@P(EE]ÐU$]ZU฻hEPEE PEP~UEEtEjPiЋEEEU;6fEEEEE PEP E PEP)jjE PjjEP1Ej@PQEUjjE PRjEP1UM EƒujjE P9/ MUEf UEMLUEMLjP=ȋUEL E@EEU;EE]UDZhEP(EE PEP襓UEP8E PEP軒EUE PEPoUEPjjE Pjj EPU0jEP#ݝ݅EXE@<E@ E@E@jjE PjjEP/E PP#jPEP0 tjPEPl0 uE@<jPEPB0 uE@<E@mjPEP0 uE@<E@ 9jPEP/ tNjPEP/ t4jPEP/ tjPEP/ u$PRjz EjPEPN/ tjPEP4/ uE@<ijPEP / tjPEP. uE@<%jPEP. tjPEP. u$E@ E@ E@<jPEPn. tjPEPT. u E@ E@@E@<xjPEP. uE@<E@HEMUEPRQPPj:yE&MUE@PB PAP EEÐU]ZU츫|hEPEE PEP螎E PEP莎EP+UEjE P)UM‰EE]ÐU8]ZU̸ |EEEEEEEEEEE jj@ PH) E jj@ PjjEP}+E @ PEP蒍E jj@ PjjEPO+jPEP+ u4jPEP+ t(jPEP+ tEE @ E @$E @(E @,;E܋E @E U܉PEEE;E/EEEE jj@ PjjEPk*E @ PEP而jEPR+ u/EU jjEPEPB PE PENjEPR* u.EU jjEPEPB PE PjEPRr* u.EU jjEPEPB PE P~jEPR** u.EU jjEPEPB PE Pvx jEPR) u.EU jjEPEPB PE P0jEPR) jEPR|) thjEPRb) tNjEPRH) t4jEPR.) tjEPR) u$U jjEPEPB PE PmjEPR( uPEtPjn/tEEU jjEPEPB PE P EЋEЃu EeEԋUDEEtE@EU EjPB P(% E;EEuPjpsEE]ÐU]ZU+wjjEP$ jjEPjjEP&ujPEP' t ENjjEPjjEP&ujPEPU' t E EE]ÐU]ZU[vjjEP# jjEPjjEP"&ujPEP& t ENjjEPjjEP%ujPEP& t E EE]ÐU ]u}ZU츅uڋE@ҋ;PEE@t(E@ t PjcqEE@EE@EtcE@ =u$Pj $qEUEt+E@ =t(Pj pE!UE@PhBP贃 E@ =ujPEPn &E@7w@UDUEjj@ PjjEPE@EE@ PEPsE@ t%MUEjj@ PjBPA PUEj@PB P E@ƒtE@ PEPuE@EEU;P(`EE]܋uU0]ZUܸ^ڋEZzsEEH] E@EzuEEENEPE PEP ]E]E=@EZzr E EEEE?EE}%EPEPEP  ]E]EE EEj EPEP ]E]EPEP]E]蛋E@]Eԛ EEej $ ]E]EPEP]E]蛋E@]Eԛ EEUBUEBEUBEUBEUBUEBEUBEUBEUBUEB ]ÐU0]ZUซ\ڋE@E@% ЉUE@%E@% ЋE@% ЋE@% ЉUE@%E@% ЋE@% ЋE@ % ЉUEu'EuEuBEBEE=uBEBEE-?EEEE-EEܛ@EP$ ]E]E EE-EEԛ@EP$D ]EE]E@%t E]EEEEE]U8]̉uZUظZڋE @0E @$E @ E @,E @(E @E @E jj@ P E jj@ PjjEP# E @ PEP8lE @ PEP%lE @ PEPlE @ PEPkE @ PEPk4EEu EE UPE@E@<EU􉐸E j@ P +UE E@E@ E@<E@E@ E@<E@E@ E@E@ E@E@ E@ E@ E@ E@ jE@@E@ RPjTEu}NwиLU؍DU뱐MUE@PB PAP*g EEEЛy h]EЛEXEUP8UPBPQf]E]EЛDE܋E+u܋ЋEEE]̋uX(U]ZUKWjjEP jjEPjjEPujPEP t E EE]ÐU]ZUVڋE@t+E@ t PjREhEPbEE@ =u,Pj yRUE@PhBPNe E@ =uJE@t?E@t4E@t)E@ tPjRE`E@<t9E@<=t,E@<=tPjQEE@=t'E@Gt Pj5QE@E@Jt PjrQEE@Kt(E@PtPj;QEE@ t(E@tPjQEVE@ t(E@tPjPE" PREP* EE]U ]ZUKTjEPEE]ÐU,]ZUܸ ThEPQ`EUPBPfb]E]E؛YEEEEEEEjPEE@EE@8EEjj@ P t(PjO,Ejj@ PjjR:E@ PEPOgE@ PEP u E"|jPEP uEEjEPHEjjE PjEPEPE@(U@B(MEP(PA,PdIЋEP,uUEH(R,ЋF(BUEH(R,ЋEBUEH(R,ЋEBUEH(R,BUEH(R,ЋEBjEPE P EtjjE P jE P;EEE]uÐU]ZUAjjE PjjEPEEjPEPT u$jjEPEPE PEPEbjPEP u"jjEPEPE PEPE$jEPE P EEE]ÐU]ZU@ڋE PEPTE PEPTE PEPTE PEPrTE PEPbTE PEPRTE PEPBTE PEP2TEE]U]ZU;@jjEP jjEPjjEPujPEP t ENjjEPjjEPujPEPe t E EE]ÐUD]ZU̸k?EjhDEܸEEEEEEEEE U܉P0E @$E @ E @,E @(@EE UPE @E jj@ PR E jj@ PjjEPE @ PEP QE jj@ PjjEPYEEE;EEEE jj@ PjjEPE @ PEPPjPEP uGU jjEPEPB PE P'EЋEЃu EEjPEPR unEuPj>9EU jjEPEPB PE PEЋEЃuEWEKjPEP u>U jjEPEPB PE PEЋEЃu EjPEPr uFEU jjEPEPB PE P~EЋEЃu EjPEP uFEU jjEPEPB PE PEЋEЃu E53jPEP tjPEP uHEU jjEPEPB PE PEЋEЃuEjPEP6 uBEU jjEPEPB PE PREЋEЃu EYZjPEP u>EU jjEPEPB PE PEЋEЃu EEԋUDEEtE@EU EjPB PP E;EPEt EuEEuIEEUPBPH]E]EțȋEЋEE@<t5E@<=t E@<=uEMy8ЋEEE]ÐU ]u}ZU층9ڋE@t)E@ tPj5EihEPEEE@EE@Ft9E@ t.E@PRjL5 Ej hP&H E@Ft9E@@t.E@PRj5 Ej@hPG kE@FtxE@| E@ ~&E@PRj4 E^E@~,Pj4UE@PhBPTG UEj@ PBP7G E@FtxE@| E@ ~&E@PRj4 EE@,Pj3UE@PhBPF UEj@ PBPF 'E@ owUDUE@FuE@E@ `E@| E@ ~&E@PRj!3 EE@~ E@  E@ E@<t7E@<=t*E@<=tPj2EpE@Gt8E@=t+E@<u Pj5z2E/E@<u E@ E@E@JtPj,2EE@ E@~Pj!1EE@uQE@@ tBE@@~4E@Kt E@PuPj1ELE@ EEU;P@EMp FPWj&11 EEMp v}7wUDU⍎.zUDUE@EEU;PFPREP EE@ t;E@~0E@@ t!E@j@PjE@@EEE]u}õyU0]ZUԸ3ڍEPEPE Pf EPEPE Pb EtEEPEPE PG E|E E EU;PEE|E2 E EU;PEAE|E E EU;PEE|E E EU;PEE|E E EU;PEE|E E EU;PEDE8E,EwVUԍDUEE]ss3U]ZU[1jh6EE@E@E@E@ E@EEE]ÐU<]ZUܸ0EhEP=EEjj@ PjjRQEE@ =t E@ =u fEHE@ =t E@ =ufE#Pj2^,ETUPBP>]E]E؛fEUPBP=]E؛H]E؛RfEEfEE@8fEfEwEfEE@8fEfEOPj2+ExE@<=} =m=t봋E@ PEPCE@ PEPaDE@8fEE@ PEPDDE@EE@ PEPRCEEȋUPBP$=]E]EЛEH]EЛEE@ PEPBUPBP<]E]EЛfEE@ PEPCE@ PEP{CE@<=t E@<=ufEE@ PEPECEE]ÐU]ZU踫-EEEhEP9EE@0EE@<u&E@ =t E@ =u EE@uEj@ PЋEPUEj@PB P Ejj@ PjjRE@ PEPnAEEE@ PEPOAEE]ÐU]ZU{,ڋE@0EhEP8EEjj@ PjjR?Ej@ PЋEPUPBP:]E]EUEE@ PEPt@Ej@ P[ЋEEE]ÐU,]ZU踋+ڋE@0EhEP7EEjEPUEj@PB P EE؋UPBP9]E]EЋE؋‰EE@ PEPy?Ej@ PpEEEEjj@ PQ E@ PEP6?jEPHjEPzEE]ÐU ]ZUK*ڋE=u jPE P E=ujPE Pd E=ujPE P@ {E=ujPE P WE=ujPE P 3E=u jPE P E EE]ÐU0]؉uԉ}ZUܸ%)ڋE@0EE@(E EEU;P(EMp,EPFPduSEEEMp,EFEEMp,FƒtE@EE@EEU;P(mE@uEj@ PЋEPUEj@PB P EUP$Ejj@ PjjREEE@ PEPp<(Ejj@ PjjREEU;P(~EMp,FEEEMp,EPFPuEjj@ PjjEP<E@ PEP;EMp,F EEMx,EMp,Ejj@ PjFPG PEMp,FƒtE@ PEP_<IEMp,FEEƒtE@EUjEPB P E@EEU;P(EE]؋uԋ}ÐUD]uZUĸ%jhEP EEuEE@0EE@ uEj@ P&ЋEP UEj@ PB P ,Ejj@ PjjRUUDEE@ PEP9EEE@ PEP9jEP,EEPhEP EE;EUEE܋E@ PEPZ9EE؋E@ PEPA9Ejj@ PjjREEjj@ PjjEPiEEjj@ PjjEPGUEPhEP EȋEȉE̋E@ PEP8E@EE;EEEE;E}[UEPhEP EjEPjEP@UD ЉUE@EE;E|$Ejj@ PjjRnE@ PEP70Ejj@ PjjR=EE;E UEPhEP EjEP>jEP.@DE؋UEEԋ4Ejj@ PjjRE@ PEP>7E@ PEP+7jEPЋEjj@ PjBPEPfjEP@tEӋE@ PEP 8E@EE;EjEPSEE]uÐU]ZU!EE PEPuE/ЋE P0E jj@ P/ 8E jj@ PjjRqE jj@ PjjEPV<E jj@ PjjR8jE PjE PjE PjE P8jE PZEE]U]ZU jjEPJ jjEPjjEPt E|@jPEP tNDjPEP t4HjPEP tLjPEP u E EE]ÐU]ZUڋE@t+E@ t PPjEjE@EE@EE@ =uTPjE$E@ =u+E@t XPj^EE@ =u\Pj1EE@DtDE`@Zz/w-dUjjBPBPQjEpE@HtHE@8t=E@8t2E@8t'hE@8PRj EE@It(E@<tlPjWEE@Jt pPj.EE@Kt(E@PttPjEE@ t(E@txPj!EVE@ t(E@t|PjE"PREP EE]ÐUD]ZUи ڋ@]E]䛋E @$E @ E @,E @(E @E @E jj@ PH E jj@ PjjEP}tPjE@jPEP tnDjPEP tTHjPEP t:LjPEP t Pj E @jPEP~ tHjPEPd u E EU;PEEu E EU;PEE jj@ PjjEP,E jj@ PjjEPE jj@ PjjEPEt:jEPG]E]jEPEjEPE#yEԋE UԉPEԃuEE @EEEXE@<TE@ E@NE@ E@ 6EPRj^ EdEtt͐EUP8Et3Et+Et#EPRj  EEtE@ E@MUE@PB PAP( u EE@ =u E䛋EXE j@ PU-EEUPBP']E]E̛ȋEЋEEǀEǀEUE @0EE]U,Zڋ@ٝمٝE PEP]u EbEE @EEǀEU䉐EǀEUE @0@EE@8EE@ٝم]E@ =u EE@ =uEE jj@ P< E jj@ PjjEPE jj@ PjjEPfE jj@ PjjEPKE jj@ PjjEP0hjP* E jj@ PjhPEEÐU]EE]U]ZUjjEP* jjEPjjEPbujPEP t E EE]ÐU\ZpڋE jj@ P E jj@ PjjEPtPjEjPEPJ tPj EE jj@ PjjEPLE @ PEP1(E @ PEP(E @ PEP (E @ PEP'E @ PEP'E @ PEP'E @ PEP&E @ PEP&E @ PEP&E jj@ PjjEPE jj@ Pjj@zPhrttuEqE tPE @E @$E @ E @,E @(E @0E%hۅhy hݝh݅htXEut@ <E=ut@ "PjEEt+Et"EPRj{ EbU싅tPt@Eut@8>E=ut@8"PjEt@<ttt@PB PAP! E j@ P#ЋttU܉t`tPBP ٝhمhٝhمhЋ`ʋttǀttEE\ÐU]ZUڋE@t+E@ t Pj EhEP EE@ =t+E@ =tPj \ EE@t)E@tPj( EPE@<tPj E'E@=t5E@GtPj5 EE@E@JtPj EE@Kt(E@PtPj_ EE@ t(E@tPj+ EVE@ t(E@tPj E"PREP EE]U]ZU{hEPEEjj@ P EEEEEE@ PEPO#E@ PEP<#E@ PEP)#EE]ÐU]ZUj/EPEEu EEE@EE]ÐUpZteڋE PEPIu EE @0hE P|EE jj@ P讻 tPj EAE jj@ PjjRͽjjEPͻ E @t E j@PjPEP E jj@ PjjEPwE@8u fE fEE @ PEP;"E@fEE @ PEP"E@ =ufE fEE @ PEP!fEE @ PEP!fEE @ PEP!E@EE EEEEE܉EԋE @ PEP E @ PEP E @ PEPs E @ PEP` jjEP8 E jj@ PjjEP j@jzP E jj@ Pjj@zPܻEuE j@ PMЋEEEpU]ZU{ jjEP jjEPjjEPBujPEP t ENjjEPjjEPujPEP襻 t E EE]ÐU]uZU EEu EE@(U@B(MEP(PA,PЋEP,jPEP u EkjPEPκ u EFjPEP誺 u E"jPEP膺 uEuUEH(R,ЋF(BUEH(R,ЋEBUEH(R,ЋEBUEH(R,BjEPUEH(R,ЉrUEH(R,ЋEjj@ PjEPBPEE]uÐU,]ZU฻hEPEE PEPE PEPE PEPE PEPNE PEPE PEPE PEPNE@EEE؛y h]E؛EXE@ E@<E@E@8MUE@PB PAP EE]ÐU]ZUhEPEEUEUjE PЋEEE]ÐU,]ZUظ ڋE jj@ P藴 E jj@ PjjEP̶E @ PEPE jj@ PjjEP螶jPEPI ujPEP/ tEE @ E @$E @(E @,dEE @E UPEE;EEEEE jj@ PjjEPյE @ PEP jEPRm u)U jjEPEPB PE PEjEPR* u*U jjEPEPB PE PEjEPR tNjEPR̵ t4jEPR貵 tjEPR蘵 uU jjEPEPB PE PE܃u EJEUDEEtE@EU EjPB P E;E[EE]ÐU]ZU;ڋE@t+E@ t Pj:EE@EE@Et+E@ =tPjEE@Et0E@t%E@PRj ELE@Ht0E@8t% E@8PRj EE@<t$Pj/WEE@E@8EjhP E@Kt*E@Pt(PjEE@ t(E@t,Pj!EVE@ t(E@t0PjE"4PREP EE]U]ZU j j EE@E@E@EEE]ÐU]ZUEE PEPuEOЋE P08E jj@ PjjRTE @ PEPi<E jj@ PjjR#jE PjE PjE PQEE]ÐU]ZUjEPtjEP6jEPEj@ PEEEEjj@ P E@ PEPuEE]ÐU,]ZUظڋE@0EE@uEj@ P腭ЋEPUEj@PB Ps hEP E@Ejj@ PjjR衯EE@ PEPEEE@ PEPEE@ PEPvEE@ PEP\E@赭fEE@ PEP EEE@ PEPE@ PEPEE@ PEPEE]ÐU]ZU踋ڋE@0EhEP EE@uEj@ PЋEPUEj@PB Pϫ DEjj@ PjjREEE@ PEPEuEj@ PcЋEEu:EME@UjDPA P6 E@ PEP[EE]ÐU(]܉uZUHڋE@0EE@uEj@ P貪ЋEPUEj@PB P蟪 EEU;P(dEMp,uEbHjPEP nLjPEP VPjPEP >TjPEPʪ &E@7wUDUEjj@ PjjEP'E@EE@ PEP3E@ t%MUEjj@ PjBPA PݫUEj@PB Pc E@ƒtE@ PEPsE@EEU;P(EE]܋uU]ZU;jjEPʨ jjEPjjEPt E,XjPEP螫 u EEE]ÐU]ZUڋE@t+E@ t \PjEE@EE@EE@ =u6E@| E@~ `PjNE*E@ =udPj!EE@ =t E@ =uhPjEE@DtDEl@Zz/w-pUjjBPBPQjEtE@Ht0E@8}%tE@8PRj\ E8E@ItDE@<t9E@<=t,E@<=txPj EE@Jt |PjEE@Kt(E@PtPjEE@ t(E@tPj!wEVE@ t(E@tPjCE"PREP[ EE]ÐUZڋjjE PRhPPEPEEtEjjE PRhP轨EPPEPƨ E EEÐUZڋjjE PRhP.PEP+EEtMjjE PRhPjjEPEPPEPE EEÐUpZڋE @$E @ E @,E @(E @E @E jj@ Pb E jj@ PjhP葥tPjE4EXjPP tPj qESE PuEE @EPRP uPj>EuE@ uE@<E@E@<UBjjPPRPFPP̥uPP詥tPP莥uE@<E@XPP]uE@<E@'PRj E0PRP t?}$PRj[ EEP8"Pj>.EjjPPRPtL~5jPPT u E@ E@ E@4E@<u)E@~Pj>|EPRPR tk| ~%PRj EE@<u%;u EPPRP t?$PRj EۅEX Pj>jEPRP> tMy8ЋE! Pj> EMUE@PB PAP u E]EǀE j@ P)U-EǀEUE @0EEU]ZUڸPEP]E]E耞EEu E5Eu$E@=u EEEE]ÐU ]ZU{ڋE@8u E8E@8=u EE@8=u $EEE]ÐU\ZڋE@ EhEP#E(E􉅸EU􋀬B8E@UPBPٝمٝمܜUPBPٝمٝم蠜EjP}EjPJjPEjP,jjPVGPPPPPP@8PPhP8=}&Pj PI jjEPjhPEEÐU]ZUڋE PEPu EuE @EEǀEǀEǀEUE @0E jj@ P jE P6EE]ÐU ]ZUڋEjj@ P觙 jEPEE]U]EE;E};E @EE E EEE;E EEE@EE;E|ŋEEE]ÐU$]ZUKڋE| EEUE؃E,jPEP8 EE|EEWEEE}UE ЈU EEEUHE ˆEE3EEE]ÐU]EUEEEEpE9EE=EE/EEEUHUEttՐE%t EE E؉EEEE]ÐU]uZU츸ڋE}EEEEEE,jPEP EE|EE/EEUH ˆEE3EEE]uÐU]EЈEEńEEpUUE%tEE E-EEEE]ÐU]ZUE%EE%tE505EEU0EEEE]ÐU]ZU E%EE%t!E54H5EE4HUEEEE]U ]EEEEEE EEEEEMUBABABAB A BABA]U]ZUڋE@tEj@PE@]ÐU]ZUڋE@ EE@U PEPjEPBЃE@@EE]ÐU ]uZUHڋE@@PEPiEpMUE@PBPAPF(Ѓ ]uÐU ]ZUڋE@ EE@U PEPjEPBЃ]ÐU]ZUڋE@ EE@@EE@EEPEPBPU EHE@щPE@UPEPjEPBЃE@UP]ÐU ]uZUڋEPE@RPEpMUE@PBPAPF(Ѓ E@@PEP]uÐU]E@EE @EEU@BUEZzsUBEԋBEEEԋEE؋EԉE܋E؉EEܛUUBE@EE;Eb]̋uÐU]E@EEPMB AB$AB(AB,A B0A$B4A(B8A,BUEZzsUBEԋBEEEԋEE؋EԉE܋E؉EEܛ藁MUfJE@EE;Ea]̋uÐU]E@EEPMB AB$AB(AB,A B0A$B4A(B8A,BUEZzsUBEԋBEEEԋEE؋EԉE܋E؉EEܛȋUE E@EE;E`]̋uÐU]E@EEPMB AB$AB(AB,A B0A$B4A(B8A,BUEZzsUBEԋBEEEԋEE؋EԉE܋E؉EEܛ~ȋUE E@EE;E`]̋uÐU]E@EEPMB AB$AB(AB,A B0A$B4A(B8A,BUEZzsUBEԋBEEEԋEE؋EԉE܋E؉EEܛ}UUBE@EE;Eb]̋uÐU]E@EEPMB AB$AB(AB,A B0A$B4A(B8A,BUEZzsUBEԋBEEEԋEE؋EԉE܋E؉EEܛ{MUfJE@EE;Ea]̋uÐU]E@EEPMB AB$AB(AB,A B0A$B4A(B8A,BUEZzsUBEԋBEEEԋEE؋EԉE܋E؉EEܛzȋUE E@EE;E`]̋uÐU]E@EEPMB AB$AB(AB,A B0A$B4A(B8A,BUEZzsUBEԋBEEEԋEE؋EԉE܋E؉EEܛxȋUE E@EE;E`]̋uÐU]E@EEPMB AB$AB(AB,A B0A$B4A(B8A,B vvv vvvEP0EEE؃EԃuChPEPR4VѲ vvv vvvEPIEԃu?hPEPR4V膲 vvv vvvEPxE;Et|E;EE;EulE;E}dEԉ(U EPEPEPhPP(P4Vvvv vvvEPEuo݅x]z`s^EPTPwuCMԋhPjP4V花 vvv vvvEP|PTPԖE\=uEEu EjjHEEu EEE}UEE@EE|E UE ǀE UE UE PEPuE>U yEE@U E BE HEE?E MuЋE MFHE̋E@]EěU̸PBP}]mE]Eě.EE;E~EEEt2E ME MFG E MF@t?E M~E MjVGЃE̋UЋ@BEHEEE yuEE EЋEЋ@@]EěEЋPPBP}謍]mE]Eě-EE;E~EE E @EE U;LE MuЋE MFHE̋E@]EěUиPBP}]mE]Eě,EE;E~EEE UH;t2E ME MFG E MF@ t=E M~E MjVG Ѓ EЋŰ@BE@EE U;E yu EU E ЍBEЋEЋ@@]EěEЋPPBP}螋]mE]Eě+EE;E~EEU E BE @U E E @E@E HEE|zjEPȁEЋE U䋀MЉ EЃu EWE }䋰E MEʋUЉUEPEHEE}EE U;jEP0EЋE U䋀MЉ EЃu EE }䋰E MEʋUЉUEPE@EE U;~E@E uE ǀ2E ۀE U @Dr]E)ЋE Eԛ|)ЋE E U @DrM]EV)ЋE U U M BBU M BDBHE PEPt EvE U @DrM]E(EЋE UЉE UЉU U M BBU M BDBHEE]u}ÐU ]ZUyڋE ǀM BhBlM BpBtU xE ǀE ǀE ǀE ǀU U U %U =U eU M BBM BBEPE P3u EcE@ҋp;PЋE PRuE U E ǀE ǀEE]ÐU]ZUwjEPjEP6]U ]ZUwEE;E}.EE@jP^MU fJE@EE;E|ҋ]ÐU ]ZU+wEE;E}-UEPjP.U UBE@EE;E|Ӌ]ÐU ]ZUvEE;E}.EE@jPMU fJE@EE;E|ҋ]ÐU ]ZUKvEE;E}-UEPjP辊U UBE@EE;E|Ӌ]ÐU ]ZUuڋE@=u E@ t%Pj/qE@E@ E@=tPj/qE@EE]ÐU]E@EEPE@RPEPY EEEEE@EE;E|E@E܋E܋PUE܉PE~&E@E؋U؋EMH BUBE@tZE;EtRE@yt@L EPE@jjPPQjZEPyE@UP]Ћű}ÐU]E@EE@EE@EE}UE@E@U+EP]ÐU]uE@EE@EEpME@}Q ЋE@щE@EEUHJEH]uU ]ZU下]ڋE@@8EEEE+ĉEEE;EE @E @ ЋMEfE @%tUEEE@UfBE MU@DUEUfBEEE E E@EE;ElEP jEPEPBPEPE PE@ EEEE]ÐU ]ZUK\ڋE@4tP Pj/VXEnE@=u E@ t%T Pj/"XE@E@ E@=tX Pj/WE@EE]ÐU]E@@@E@@D]ÐUL]uZUX[ڋ\ jPuVsFEFEFEF EFEFEjjz`EEU PEUPE@ǀEPE@E@@@E܍EPhEPc t EU؉P ` Pj/VEPhEPc tEU؉Pd Pj/zVEU@ BEEEEMUBABABAB A BABA]uU0]؉uԉ}ZUܸYڋE@EE@@EEE@ EE@@}EEHUEjj@PEPBPAPg EE}4E@yt"h PjqUEPyE;E}EEEE;E}_EPEupzEHEUP E@P8APP>PEP/ EEEEE@EE;E|E@EEPUEPE~&E@EUEMHBUBE@tZE;EtRE@yt@l EPE@jjPPQj?TEPyE@UP]؋uԋ}ÐU]E@EE@ EE@EE}UE@E@U+EP]ÐU]uE@EE@ EEpME@}QЋE@щE@EEUHJEH]uU]E;E } E EE;E~EEEEE]ÐU@]ZUĸVڋE EEEE@EE@E؋U؋p EEEE@EEEE+EEE} EEẺEEtE؉EEEE܋E;E|EE+EEEEE܋EEE;E|EEE+EEEEE܋EEE;E|EEEEE܋Et E+E܉E EE܉EE=~ EE=}EE EEU싃t M M؋E؃}EE؃X~EXU؋p EEЃt EEE% EԋUBE@EEЃu EEEȉEЋEHEEOEЃuEԋUBE@EEUfBUE؈B]ÐUh]uZUXTڋEEE EEEE+ĉEEEE+ĉEEEE+ĉEEE;E}QU܋E U܋E U܋ELU܋E U܋Ep u܋ME@E܋E;E|E+EE;EEEEЃE؃tEEE@E׋E@EE׃E̋U܋EEȋEȋM̋t p4EȉpU܋EjXjP ȋU܋E ẼEċẼE̋U܋EEẼtU܋EM MẼtU܋EU‰EẼtU܋EU‰EEăt U܋EEEP+UEPU܋EEEPUEPU܋EhhP ȋU܋E U܋Ep u܋Mu܋MEEU‰EUMfJE؃u EEEE؋E@EЋEЃ8E@E܋E;E EU‰EEEEEE;E}MM܋UE܉EEEMUfM܋UE܉EEEMUDE@E܋E;E|]uU ]E@EUEHByڋE@EE@tEj@P]ÐUD]uZUĸh>ڋ jPuVVFEFEFEF EFEFEjjCEEU PEU@B E jEP]CЋEPEUBUBUBEEEEMUBABABAB A BABA]u_@`_@@@_A`_AAA_@`@o@@@@_A`AoAAAA??@?O_@?@?AO_@?@O_@?@Adddd??O_@?@O_@?@?  !!""##$%&'()*+,-./001123456789:;<=>?@@ABCDEFGHIJKLMNOOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ !"#$%&'()*+,.0123456789:;<=>@ABCDEFGHIJKLMNOQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~`@@`AA?@@@@@@@@@p@k0L@L@$@Y@O_@?@3ff3 "%)-27<BIPXakv3Qs Vl$V LLT!%(,[1K6;ADH~OqW/`ibtrcould not open filecould not open file '%s'null access modeunrecognized access mode '%s'null virtual filehandlewarning: opening file for read access: ignoring file setup with non-raw file format'%s': unrecognized audio file formatunrecognized audio file format%s format not currently supported%s format is currently supported for reading onlyunrecognized access mode %dclose returned %dbad filehandleunrecognized file format %d%s format not currently supportedinvalid number of channels %dinvalid byte order %dinvalid sample rate %.30ginvalid data offset %dinvalid frame count %dinvalid byte order %dinvalid sampling rate %.30gunable to position write pointer at next frameunable to position read pointer at next frameAudio File Library: %s [error %ld] null file setupinvalid file setupfile not opened for read accessfile not opened for write accessnull file handleinvalid file handlebad memory allocation size request %dallocation of %d bytes failedbad memory allocation size request %d elements of %d bytes eachbad track id %dillegal sample width %d for integer dataunknown sample format %dnonunique %s id %d%c%c%c%clist.valid: %d list.count: %d item %d valid %d, should be %d item #%d, parameter %d, long: %ld item #%d, parameter %d, double: %f item #%d, parameter %d, pointer: %p item #%d, invalid type %d { %7.2f Hz %d ch %db 2 %db u flt dbl %dsampfmt? (%.30g+-%.30g [%.30g,%.30g]) big little %dbyteorder? %dcompression?pcm%s }track %d id %d sample format virtual format total file frames: %ld total virtual frames: %ld next file frame: %ld next virtual frame: %ld frames to ignore: %ld data_size: %ld fpos_first_frame: %ld fpos_next_frame: %ld fpos_after_data: %ld channel matrix: marker count: %d file handle: 0x%p valid invalid! access: fileFormat: %d instrument count: %d instruments: 0x%p miscellaneous count: %d miscellaneous: 0x%p trackCount: %d tracks: 0x%p NULL{ %5.2f}%05ld %s WARNING dumping ulaw data as if it were 8-bit unsigned LAME-O chunk dumper cannot deal with '%s' compression LAME-O chunk dumper cannot deal with non-native byte order %%%d.0f %%%d.2f LAME-O chunk dumper cannot deal with %d bits Raw DataRaw Sound DatarawAIFF-CAIFF-C File FormataifcAIFFAudio Interchange File FormataiffNeXT .snd/Sun .auNeXT .snd/Sun .au FormatnextMS RIFF WAVEMicrosoft RIFF WAVE FormatwaveBICSFBerkeley/IRCAM/CARL Sound FormatbicsfMPEGMPEG Audio BitstreammpegSound Designer 1Sound Designer 1 File Formatsd1Sound Designer 2Sound Designer 2 File Formatsd2AVRAudio Visual Research File FormatavrIFF/8SVXAmiga IFF/8SVX Sound File FormatiffSample VisionSample Vision File FormatsmpVOCCreative Voice File FormatvocNIST SPHERENIST SPHERE File FormatnistSoundFont 2SoundFont 2 File Formatsf2nonenot compressedulawCCITT G.711 u-lawalawCCITT G.711 A-lawima4IMA ADPCMIMA DVI ADPCMmsadpcmMS ADPCMMicrosoft ADPCMcompression type %d not availableunable to store AES channel status data for track %dinstrumenttype of instrument parameter %d is not AU_PVTYPE_LONGinvalid instrument parameter type %dinvalid instrument parameter id %dinvalid instrument id %dloopno loop with id %d for instrument %dunrecognized loop mode %dinvalid loop count: %dloop start frame must not be negativeloop end frame must not be negativeno mark with id %d found in track %dbad track idno marker id %d for file setupwarning: marker name truncated to 255 charactersinvalid marker position %dbad miscellaneous id %dbad miscellaneous idinvalid size (%d) for miscellaneous chunkoffset %d too big for miscellaneous chunk %d (%d data bytes)bad query typeunrecognized file format %dnot implemented yetbad queryunrecognized query selector %d a valid AFfilesetup is required for reading raw datadata offset is larger than file sizeraw file must have exactly one trackcould not access track in file setupraw file cannot have AES dataraw file cannot have markersraw file cannot have instrumentsraw file cannot have miscellaneous dataNAMEAUTH(c) ANNOAPPLMIDINONEtwosin24in32ACE2ACE8MAC3MAC6AIFF-C format does not support Apple's proprietary %s compression formatulawULAWalawALAWfl32FL32fl64FL64sowtAIFF-C compression type '%c%c%c%c' not currently supportedFORMAIFFAIFCCOMMFVERINSTMARKAESDSSNDAIFF file has more than one SSND chunkbad AIFF COMM chunkAIFF/AIFF-C file must have 1 trackAIFF/AIFF-C format does not support unsigned dataAIFF format supports only two's complement integer datainvalid sample width %d for AIFF/AIFF-C file (must be 1-32)AIFF does not support compression; use AIFF-CAIFF/AIFF-C format supports only big-endian dataAIFF/AIFF-C file must have 0 or 1 instrument chunkAIFF/AIFF-C file with instrument must also have 2 loopsinvalid miscellaneous type %d for AIFF/AIFF-C fileMIDI base noteDetune in centsLow velocityHigh velocityLow noteHigh noteGain in dBSustain loop idRelease loop idFORMAIFFAIFCNONEnot compressedfl3232-bit Floating Pointfl6464-bit Floating PointAIFF/AIFF-C format does not support unsigned dataulawCCITT G.711 u-lawalawCCITT G.711 A-lawCOMMAESDSSNDINSTMARKFVERNAMEAUTH(c) ANNOMIDIAPPLbad sample format.sndNeXT files must have exactly 1 trackNeXT format does not support unsigned datainvalid sample width %d for NeXT file (only 8-, 16-, 24-, and 32-bit data are allowed)compression format not implemented for NeXT filesNeXT format supports only big-endian dataNeXT files cannot have AES dataNeXT format does not support markersNeXT format does not support instrumentsNeXT format does not support miscellaneous databad seek.sndNeXT format supports no miscellaneous chunksbad sample width of %d bitsWAVE file with MS ADPCM compression must have 1 or 2 channelsIMA ADPCM compression supports only 4 bits per sampleInvalid samples per block for IMA ADPCM compressionWAVE ADPCM data format 0x%x is not currently supportedWAVE MPEG data format is not supportedWAVE MPEG layer 3 data format is not supportedWAVE file data format 0x%x not currently supportedlablnoteIARTINAMICOPICMTICRDISFTadtlINFORIFFWAVEfmt datamissing format chunk in WAVE fileinstfactcue LISTlistINSTplstWAVE file must have 1 trackWarning: invalid sample width for floating-point WAVE file: %d (must be 32 bits) Warning: invalid sample width for double-precision floating-point WAVE file: %d (must be 64 bits) invalid sample width for WAVE file: %d (must be 1-32 bits) WAVE integer data of more than 8 bits must be two's complement signedinvalid sample width %d for WAVE file (must be 1-32)Warning: WAVE format integer data of 1-8 bits must be unsigned; setting sample format to unsignedcompression format not supported in WAVE formatWAVE format only supports little-endian dataWAVE files cannot have AES dataWAVE files can have 0 or 1 instrumentWAVE files with loops must contain at least 1 markerillegal miscellaneous type [%d] for WAVE fileMIDI base noteDetune in centsLow velocityHigh velocityLow noteHigh noteGain in dBfmt bad sample formatbad compression typefactdataIARTINAMICOPICMTICRDISFTLISTINFOcue adtllablRIFFWAVEBICSF file must have 1 trackBICSF format does not support unsigned dataBICSF format supports only 16-bit width for two's complement audio dataBICSF format does not support double-precision floating-point datainvalid sample rate %.30g for BICSF fileinvalid channel count (%d) for BICSF format (1, 2, or 4 channels only)BICSF format does not support compressionBICSF file cannot have AES dataBICSF format does not support markersBICSF format does not support instrumentsBICSF format does not currently support miscellaneous chunksCould not read BICSF file headerfile is not a BICSF file (bad magic number)BICSF data format %d not supportedinvalid channel count (%d) for BICSF format (1, 2, or 4 only)2BITcould not read AVR file headerfile is not AVR formatbad sample format in AVR filebad sample width %d in AVR fileinvalid number of channels in AVR fileAVR files must have exactly 1 trackAVR format does supports only unsigned and two's complement integer datainvalid sample width %d for AVR file (only 8- and 16-bit sample widths are allowed)compression not supported for AVR filesAVR format supports only big-endian dataAVR files do not support AES dataAVR format does not support markersAVR format does not support instrumentsAVR format does not support miscellaneous databad seek2BITFORM8SVXNAMEAUTH(c) ANNOVHDRBODYIFF/8SVX file must have 1 trackIFF/8SVX format supports only two's complement integer dataIFF/8SVX file allows only 8 bits per sample (%d bits requested)invalid channel count (%d) for IFF/8SVX format (only 1 channel supported)IFF/8SVX does not support compressionIFF/8SVX format does not support markersIFF/8SVX format does not support instrumentsIFF/8SVX format does not currently support miscellaneous chunksFORM8SVXVHDRBODYNAMEAUTH(c) ANNONIST_1A 1024 NIST SPHERE file must have 1 trackinvalid sample width %d bits for NIST SPHERE formatNIST SPHERE format does not support unsigned dataNIST SPHERE format does not support floating-point datainvalid sample rate %.30g for NIST SPHERE fileinvalid channel count (%d) for NIST SPHERE formatNIST SPHERE format supports only G.711 u-law or A-law compressionNIST SPHERE file cannot have AES dataNIST SPHERE format does not support markersNIST SPHERE format does not support instrumentsNIST SPHERE format does not currently support miscellaneous chunks %s -i %s -i %%d %s -s %s -s%%d %%79sCould not read NIST SPHERE file headerBad NIST SPHERE file headersample_n_bytesbytes per sample not specifiedsample_codingpcmulawmu-lawalawunrecognized NIST SPHERE sample format %schannel_countinvalid number of channels %dnumber of channels not specifiedsample_byte_format01sample byte order not specifiedsample_sig_bitsinvalid sample width %d bits sample_rateinvalid sample rate %d Hz sample rate not specifiedsample_countnumber of samples not specified01001pcmulawalawNIST_1A 1024 channel_count -i %d sample_count -i %d sample_rate -i %d sample_n_bytes -i %d sample_byte_format -s%d %s sample_sig_bits -i %d sample_coding -s%d %s end_head unable to position file handle at beginning of sound dataWARNING using input rate 8 kHz instead of %.30g Hz to allow high-quality rate conversionWARNING using output rate 8 kHz instead of %.30g Hz to allow high-quality rate conversionWARNING using lower quality rate conversion due to rates %.30g and %.30g -- output file may contain audible artifactsWARNING using lower quality rate conversion due to input rate %.30g -- output file may contain audible artifactsWARNING using lower quality rate conversion due to output rate %.30g -- output file may contain audible artifactslibrary does not support compression in virtual format yetswap2swap3swap4swap8real_char3_to_schar3real_char3_to_uchar3char3_to_real_char3float2doubledouble2floatint2float1int2float2int2float3int2float4int2double1int2double2int2double3int2double4floattransformdoubletransformfloat2int1_clipfloat2int2_clipfloat2int3_clipfloat2int4_clipdouble2int1_clipdouble2int2_clipdouble2int3_clipdouble2int4_clipclipfloatclipdoubleclip1clip2clip3clip4unsigned2signed1unsigned2signed2unsigned2signed3unsigned2signed4signed2unsigned1signed2unsigned2signed2unsigned3signed2unsigned4int1_2int1_3int1_4int2_1int2_3int2_4int3_1int3_2int3_4int4_1int4_2int4_3channelchangefloatchannelchangedoublechannelchange1channelchange2channelchange3channelchange4G711 compression requires 16-bit signed integer formatG711 compression requires big endian formatunable to write data (%s) -- wrote %d out of %d framesunable to write data (disk full) -- wrote %d out of %d framesfile missing data -- read %d frames, should be %dg711compressg711decompressunable to write data (%s) -- wrote %d out of %d framesunable to write data (disk full) -- wrote %d out of %d framesfile missing data -- read %d frames, should be %dpcmMS ADPCM compression requires 1 or 2 channelsMS ADPCM compression requires 16-bit signed integer formatMS ADPCM compression requires big endian formatnumber of coefficients not setcoefficient array not setsamples per block not setblock size not setfile missing data -- read %d frames, should be %dms_adpcm_decompressIMA ADPCM compression requires 1 channelIMA ADPCM compression requires 16-bit signed integer formatIMA ADPCM compression requires big endian formatsamples per block not setblock size not setfile missing datafile missing data -- read %d frames, should be %dima_adpcm_decompressfloatrebufferv2ffloatrebufferf2vint2rebufferv2fint2rebufferf2v<^@n@~@T\@X\@@l\\\@\@U\(]P]p]]@@@]@]]AA^ ^p^,^P^p^HU^^^.APUTU>A^XU`U^NA_^A8_h_nA__~AAAAP p0AAAAA_____`$`L`BB.Bl`>BNB^BnB~BBBB``hUVVV`aBBaB$a4aDadaaaaab bbb$b0bPbXb`bpbbbbbbbbbbbc0cHc\ctcccccccccBdd0dDd`dxddddddddVVddd4eBCpeC|eWWei0W(i`iliiii jjCjjjjjjkNCPklkkkkll^C4W4lHlTltlnClll$mDmdmm m~Cmmmmmmmmmmn nnn$npnxnnnnnnnnnnno ooo$o,o4oDND\^DhpąԅnD L\|~D؆0L\|XX(YPZYYYYY0@`pОYLYYYYYZ ZZZ$Z@,Ԧ@p̧Ԩ,Z4Zp&o`opEEEEEE E E ????????????????@@@Eeeep WdftffXpR@Sp^ gWHfffrquz{ffffg(g,g@g`g dghgg||@0 gggp0 ggg ggh h$h H@ D @UT\< ' 880Th0p0Ȫ0$ Y ԨX`$ 7@ K Yp lV $ { `\ Zd $p ( !P 00 ? N0s \j l80V  $ @   6 2$MP `h0 ` C X> E)Q U) g8 e) Xz) ) )Pc )@T )O )z *0$*  3*0T*um h*0*H0*$**] *A +0&+ >+" S+3I p+ z++@b +/ +p' + +D> +p ,$,02,H0I,x0`,0w,8< ,0,ȭ0,0,(0,`e ,w -V .-P> @-  J-0h-hU-p -(Y-X-! -ة0 .0..0O. k. ~..\@.m .P` .m . b /h0/0C/X0e/0/0/0/ȳ0/<D 0p 0|Q )0  80W0  i0X00(00p 0W 0HW0y  0`6 )T\.X\3l\9\?\ E L Q\W@U`\Tf(](lP] rp]$x]4~S9 ]]]Y @U^ ^^,^$P^ p^WHU ^^^HUWPU'TU0^6XU?`UH^PUNU_0Z8_.@UdhUjrpy h___@U@UPI  I  pA n 0= @U_ __ ._$_`!$`('L` -l`@3`9`,?`Ea@UKSa $a4aXDa ]da$ba$ga(laqavb{ bbb$b 30b PbXb`bpbbbZbb bbbbbbc0cHc\ctccc-c cccc #c )d/d50d;DdA`dGxdMdSdYd_dedkdqdWV'Vwd}d8d84e<pe |e 6WWe.V@U@Ui"k @UW0W(i50W`i li8Gi(i$i@U  jj(  !qCqHqM0 W%S a`.K k+ u@)/ 14 p*N WPWqqqrr$r_ p@ t tt-@UA` B ?Wu4u@tu8u4u8v(@v09pv4 Ii I PJ v-vK vvN vvxvvv$v*P v4v:Q JvwP wVw\w$b@whHwnPwtXwz`whwpwxwwTwdLx<xHx8ydly0y0y y(z8Lz.WWxWHa- zzWX z e#  { 0f {i: ) l  3 `h E ${K ,{#4{Q <{)D{GL{W T{] \{c d{i l{t{o |{u {X{ {  {,{H |DWX3d|, |HM|, }  $}( L},x}@'X }$ },6$X ~$O,~>X W(X(X  l~ t~  ~6@X~  ~  ~($ 8L T ( , ,$ P$Gt( /0X  X  ̀  ؀@U  U $ v) , 6pX3 u =  C @<S|@La(s0,-\0I @`X&O \ X̂Ԃ\  ` f 7 p ܂ u { @U   $ D4 x4 8WX 0 4'HD(Z,0u D  T!\   hK p)( Są ԅ m    , L \  |$    $ ؆ *  0 6 0< LB \ XH T  g |l q v 0w  q@U  a ~  X  @ A  A  A   бA   )  F в ^ ` { z  b $ h 0$ `o  е$  o ' p$ : h H $ [ @h i $ | i P$ i $ b $ b 0$ `;  % S <y OS g` zpg  g ` pg  g ` 'pg @ Tg m` pg  g ` 0S  S  S @ '0S 5 >`S L US c wPZWY{   'Y{ P 6Y{  ?Y0{ ! 5P} N bp} { }  } 0e u  f u f  d *u 9f Cpu Rf \` kc u`u d Pu e @ c @u d 0u e  u X P )P% Y? V h@ z p d 0@ `p@ О@Yp p8 L<Y p 0 / 5Y>YGYPYZZd ZnZxZ$Z\\@xt,t*          P  #;*,Z44Z>1e I1P1c `1P n1t1pX 1E 111g 1i 1 1 )111@g 110 2} 2  /2 ^ ?2H2R T2F f2 t2G" }2P `!2@Q 2pwx 2P~Y 2O H#2pi 220g &2о 2 333` #3 13 >3 L3 ^3 q3z 3pu 3 33`_ 3 33 3<33 3 4p $4*4 94y O4P \4~m n40|u }44  44|u 4P 444wg 4` 4 4 {> 5i 5 &5f 65=5 O58 c5f v5~5h 50} 5 G 5E 5 5`{ 56 6 6` *6 56`x D6  V6 K h6n6w6 6P 6H( 66 >26H@ 6 630> 6d 26 Y 7E 7%7y F1 <7@^ 6O7T7I d7`e s7 m 7i 7@ 7 777^ 7z 7 77l 8* 8 (8 =8 T8  g8}h q8K70 x8 8E#8i 88@ FI( 8A 8l 8y\ 8 J"3В{ .libs/libaudiofile.so.0.0.2openclose.c.L73.L81.L119.L155.L180_afOpenFile.L358.L_cseg0.L451.L483.L488.L503.L517freeFileHandle.L747.L780.L803freeInstParamsBbss.bssDdata.dataDrodata.rodataDpicdata.picdatasetup.c.L75.L85.L419.L431.L469.L537.L576.L615.L654format.c.L_cseg1.L238.L_cseg2.L_cseg3.L604data.c.L66.L175msadpcm.cerror.cdefaultErrorFunction.L31.L33.L35byteorder.caf_vfs.caf_file_readaf_file_writeaf_file_lengthaf_file_destroyaf_file_seekaf_file_tellutil.c.L25.L37.L59.L103.L115.L137.L150.L226.L446.L581.L618.L657debug.c.L19.L43.L52.L56.L60.L64.L87.L96.L100.L104.L108.L112.L128.L132.L136.L152.L163.L168.L195.L197.L199.L202.L205.L207.L209.L211.L213.L215.L217.L219.L221.L223.L228.L244.L251.L256.L260.L280.L282.L284.L286.L288.L290.L292.L310.L316.L330.L350.L357.L379.L435.L458.L465.L480.L542.L550.L_cseg5.L687aupv.cunits.ccompression.c.L40findCompressionaes.c.L143instrument.c.L29.L267.L363.L398loop.c.L153getLoop.L225.L275.L364.L494marker.c.L39.L117.L147.L193.L413misc.cfind_misc_by_idfind_miscsetup_by_id.L210.L353track.cquery.c.L42.L245.L656.L679.L778raw.c.L91.L165.L177.L189aiff.cParseFVERParseAESDParseMiscellaneous.L77.L97.L107.L127ParseINSTParseMARK.L249ParseCOMM.L304.L317.L331.L333.L335.L337.L342.L351.L366.L368.L381.L383.L400.L414.L426ParseSSND.L497.L499.L501.L530.L543.L556.L569.L582.L612.L623.L675.L760.L779.L792.L816.L829.L843.L862.L875.L912aiffwrite.caiffinfo_new.L49.L57.L67WriteFVERWriteCOMMWriteMARKWriteINSTWriteAESDWriteMiscellaneousWriteSSND.L160.L162.L174.L176.L188.L190.L227.L239.L241.L253.L323.L374.L404.L461.L520.L566.L572.L575.L578extended.c.L_cseg4next.c.L90.L118.L142.L206.L218.L231.L257nextwrite.cnext_write_headernextencodingtype.L46.L192wave.cParseFrameCountParseFormat.L72.L198.L212.L237ParseDataParsePlayListParseCues.L362ParseADTLSubChunk.L396ParseINFOSubChunk.L507.L527.L547ParseList.L626ParseInstrument.L676.L744.L765.L776.L798.L818.L839.L861.L863.L884.L905.L1004.L1031.L1046.L1068.L1080.L1109.L1121.L1201.L1215.L1239.L1257.L1279.L1321wavewrite.cWriteFormat.L38.L99WriteFrameCount.L170WriteDataWriteCuesmisc_type_to_wave.L240.L250.L270.L371.L375.L472.L524.L580.L583ircam.c.L78.L134.L159.L172.L185.L243.L300ircamwrite.cavr.c.L24.L50.L62.L130.L157.L203.L216.L246.L264.L277.L303avrwrite.caf_basename.L74.L80.L76.L86ParseVHDRParseBODY.L283.L297.L377iff_info_newWriteVHDRWriteBODY.L92.L201.L204nist.c.L30.L54.L88.L102.L122.L135nist_header_read_intnist_header_read_string.L242.L293.L315.L349.L359.L361.L386.L401.L412.L424.L432.L445.L475.L486.L521.L532.L544.L552.L563nistwrite.csample_byte_format.L26.L41.L45sample_coding.L69g711.csearchalaw2ulawulaw2alawmodules.cswap2runswap2describeswap3runswap3describeswap4runswap4describeswap8runswap8describereal_char3_to_schar3runreal_char3_to_schar3describereal_char3_to_uchar3runreal_char3_to_uchar3describechar3_to_real_char3runchar3_to_real_char3describefloat2doublerunfloat2doubledescribedouble2floatrundouble2floatdescribeint2float1runint2float1describeint2float2runint2float2describeint2float3runint2float3describeint2float4runint2float4describeint2double1runint2double1describeint2double2runint2double2describeint2double3runint2double3describeint2double4runint2double4describeinitpcmmodfloattransformrunfloattransformdescribedoubletransformrundoubletransformdescribefloat2int1_cliprunfloat2int1_clipdescribefloat2int2_cliprunfloat2int2_clipdescribefloat2int3_cliprunfloat2int3_clipdescribefloat2int4_cliprunfloat2int4_clipdescribedouble2int1_cliprundouble2int1_clipdescribedouble2int2_cliprundouble2int2_clipdescribedouble2int3_cliprundouble2int3_clipdescribedouble2int4_cliprundouble2int4_clipdescribeclipfloatrunclipfloatdescribeclipdoublerunclipdoubledescribeclip1runclip1describeclip2runclip2describeclip3runclip3describeclip4runclip4describeunsigned2signed1run.L_cseg21unsigned2signed1describeunsigned2signed2rununsigned2signed2describeunsigned2signed3rununsigned2signed3describeunsigned2signed4rununsigned2signed4describesigned2unsigned1runsigned2unsigned1describesigned2unsigned2runsigned2unsigned2describesigned2unsigned3runsigned2unsigned3describesigned2unsigned4runsigned2unsigned4describeint1_2runint1_2describeint1_3runint1_3describeint1_4runint1_4describeint2_1runint2_1describeint2_3runint2_3describeint2_4runint2_4describeint3_1runint3_1describeint3_2runint3_2describeint3_4runint3_4describeint4_1runint4_1describeint4_2runint4_2describeint4_3runint4_3describechannelchangefreechannelchangedescribechannelchangefloatrunchannelchangedoublerunchannelchange1runchannelchange2runchannelchange3runchannelchange4runinitchannelchange.L2126.L2140.L2154.L2168.L2182.L2196addmodinitfilemods.L2343.L_cseg6addfilereadmodsaddfilewritemodsdisposefilemodsuseAP.L_cseg7.L_cseg8.L_cseg9.L_cseg10.L_cseg11.L_cseg12.L_cseg13.L_cseg14.L_cseg15.L2549.L2564.L2577.L2587.L2592initrateconvertmodsget_format_codetrivial_int_cliptrivial_int_mappingarrangemodulesdisposemodulesresetmodules.L3357.L_cseg16.L_cseg17.L_cseg18ulaw2linear_buflinear2ulaw_bufalaw2linear_buflinear2alaw_bufg711compressdescribeg711run_pushg711sync1g711sync2g711decompressdescribeg711run_pullg711reset1g711reset2pcmrun_push.L71pcmsync1pcmsync2pcmrun_pullpcmreset1pcmreset2ms_adpcm_decode_samplems_adpcm_decode_block.L232ms_adpcm_decompress_describe.L289.L302.L328ms_adpcm_run_pull.L389ms_adpcm_reset1ms_adpcm_reset2ima.cima_adpcm_decode_block.L63ima_adpcm_decompress_describeima_adpcm_run_pull.L182ima_adpcm_reset1ima_adpcm_reset2clamprebuffer.cfloatrebufferv2fmax_pushfloatrebufferv2frun_pushfloatrebufferv2fsync1floatrebufferv2fsync2floatrebufferv2ffreefloatrebufferf2vmax_pullfloatrebufferf2vrun_pullfloatrebufferf2vreset1floatrebufferf2vreset2floatrebufferf2vfreeint2rebufferv2fmax_pushint2rebufferv2frun_pushint2rebufferv2fsync1int2rebufferv2fsync2int2rebufferv2ffreeint2rebufferf2vmax_pullint2rebufferf2vrun_pullint2rebufferf2vreset1int2rebufferf2vreset2int2rebufferf2vfree_af_print_pvlist.XAKgoyLQBJXM0GI.int2float1.XAKgoyLQBJXM0GI.int2float2.XAKgoyLQBJXM0GI.int2float3.XAKgoyLQBJXM0GI.int2float4_af_pcm_format_ok_af_filehandle_can_read.XAKgoyLQBJXM0GI.signed2unsigned_af_ircam_sun_magic_af_default_tracksetup_END__af_iff_write_init_af_next_write_init_af_pv_getptr_af_nist_recognize_af_default_double_pcm_mapping_af_print_tracks_af_ircam_update_af_setup_free_markers.XAKgoyLHBJXMU57.stepsizeTable_af_raw_default_filesetup_af_pv_double_af_set_sample_format_af_raw_update_af_avr_update_af_iff_update_AFnewmodinstaf_read_pstring.XAKgoyLGBJXMEq6.g711compress_af_default_unsigned_integer_pcm_mappings_afQueryInstrument_af_nist_read_init_AFpcminitcompress_af_avr_write_init_af_aiff_recognize_af_convert_from_ieee_extended.XAKgoyLQBJXM0GI.swapbytes_af_aifc_recognize.XAKgoyLGBJXMEq6.g711decompress_af_handle_instrument_index_from_id_af_aiff_instparam_valid_af_ircam_vax_magic_af_raw_compression_types_af_pv_pointer.XAKgoyLQBJXM0GI.channelchangefloat_af_raw_recognize_af_avr_recognize_af_track_new_AFg711initcompress_af_setup_free_loops_afQueryFileFormatwaveinfo_new_af_filehandle_can_write.XAKgoyLQBJXM0zH.seg_end_AFpull_AFpush_af_wave_write_init_af_aiff_write_initaf_write_uint32_beaf_write_uint32_leaf_write_uint16_beaf_write_uint16_le_af_format_sample_size_uncompressed_af_print_audioformat_af_raw_write_init_af_ima_adpcm_init_decompress.XAKgoyLQBJXM0GI.to_dbl.XAKgoyLQBJXM0GI.to_flt_af_linear2alaw_af_linear2ulaw_afQueryCompression_af_wave_default_filesetup_START__af_compression_af_byteswap_int32_af_byteswap_int16_af_wave_complete_setup_af_next_recognize_af_next_compression_types.XAKgoyLQBJXM0GI.intmappings_af_g711_format_ok_af_ulaw2linear.XAKgoyLQBJXM0GI.int3_1.XAKgoyLQBJXM0GI.int3_2.XAKgoyLQBJXM0GI.int3_4.XAKgoyLQBJXM0GI.int4_1.XAKgoyLQBJXM0GI.int4_2.XAKgoyLQBJXM0GI.int4_3.XAKgoyLQBJXM0GI.int1_2.XAKgoyLQBJXM0GI.int1_3.XAKgoyLQBJXM0GI.int1_4.XAKgoyLQBJXM0GI.int2_1.XAKgoyLQBJXM0GI.int2_3.XAKgoyLQBJXM0GI.int2_4_af_aiff_default_filesetup_af_nist_write_init_af_alaw2linear_af_calloc.XAKgoyLQBJXM0GI.signed2unsigned1.XAKgoyLQBJXM0GI.signed2unsigned2.XAKgoyLQBJXM0GI.signed2unsigned3.XAKgoyLQBJXM0GI.signed2unsigned4_af_tracksetup_new_af_wave_compression_types_af_marker_new_af_filesetup_make_handle_af_malloc_af_print_frame_af_print_chunk_af_filesetup_copy_af_ircam_recognize.XAKgoyLQBJXM0GI.doubletransform.XAKgoyLQBJXM0GI.double2int4_clip.XAKgoyLQBJXM0GI.double2int3_clip.XAKgoyLQBJXM0GI.double2int2_clip.XAKgoyLQBJXM0GI.double2int1_clip_af_strdup_af_ms_adpcm_init_decompress_af_print_channel_matrixaf_write_uint8_af_initfloatrebufferf2v_af_initfloatrebufferv2f_af_wave_instparam_valid_af_default_instrumentsetup_af_next_default_filesetup_af_nist_default_filesetup_AFsyncmodules_AFinitmodules_af_format_frame_size_AFfreemodspec_AFfreemodules_af_ircam_default_filesetup_af_ircam_complete_setup_af_pv_long_af_iff_default_filesetup_af_printid_af_iff_recognizeafSetVirtualRateafGetVirtualRate.XAKgoyLGBJXME_6.pcm_af_filehandle_ok.XAKgoyLQBJXM0GI.channelchange1.XAKgoyLQBJXM0GI.channelchange2.XAKgoyLQBJXM0GI.channelchange3.XAKgoyLQBJXM0GI.channelchange4.XAKgoyLQBJXM0GI.channelchanges.XAKgoyLQBJXM0GI.int2double1.XAKgoyLQBJXM0GI.int2double2.XAKgoyLQBJXM0GI.int2double3.XAKgoyLQBJXM0GI.int2double4WriteNISTHeader_af_iff_read_init_af_byteswap_float32_af_instparam_get_af_instparam_set_AFpcminitdecompress_af_wave_recognize_af_realloc.XAKgoyLQBJXM0GI.clip_af_wave_inst_params_af_wave_read_init_af_filehandle_get_trackaf_write_pstring_af_filesetup_ok_af_next_complete_setup_af_print_filehandle_af_ircam_next_magic_af_ms_adpcm_format_ok.XAKgoyLQBJXM0GI.clipfloat_af_handle_loop_index_from_id_af_format_frame_size_uncompressed.XAKgoyLQBJXM0GI.unsigned2signed_af_pv_getlong.XAKgoyLQBJXM0GI.real_char3_to_uchar3.XAKgoyLQBJXM0GI.channelchangedouble.XAKgoyLQBJXM0GI.real_char3_to_schar3_af_marker_find_by_id_af_aiff_complete_setup_af_aiff_update.XAKgoyLQBJXM0GI.floattransform_af_setup_instrument_index_from_id_af_next_update_af_nist_update_af_wave_update_af_ircam_mips_magic_afQueryLoop_af_instparam_index_from_id_af_setup_free_instruments_af_initint2rebufferf2v_af_initint2rebufferv2f_af_ircam_write_init.XAKgoyLQBJXM0GI.float2int1_clip_afQueryMarker.XAKgoyLQBJXM0GI.float2int2_clip_af_ircam_read_init.XAKgoyLQBJXM0GI.float2int3_clip.XAKgoyLQBJXM0GI.float2int4_clip_af_avr_default_filesetup_af_aiff_inst_params_af_instsetup_new_afQueryMiscellaneous.XAKgoyLQBJXM0GI.char3_to_real_char3_af_nist_complete_setup_af_aifc_get_version_af_convert_to_ieee_extended_af_error_af_units_af_setup_free_tracks_af_avr_complete_setup_af_iff_complete_setup_af_pv_getdouble_af_identify_af_compression_index_from_id_af_default_file_setup.XAKgoyLQBJXM0GI.swap2.XAKgoyLQBJXM0GI.swap3.XAKgoyLQBJXM0GI.swap4.XAKgoyLQBJXM0GI.swap8_af_next_read_init.XAKgoyLQBJXM0GI.clip1.XAKgoyLQBJXM0GI.clip2.XAKgoyLQBJXM0GI.clip3.XAKgoyLQBJXM0GI.clip4_AFsimplemodrun_pull_AFsimplemodrun_push_af_default_float_pcm_mapping_af_adpcm_decoder_AFpushat.XAKgoyLQBJXM0GI.double2float_af_default_signed_integer_pcm_mappings_af_filesetup_get_tracksetup.XAKgoyLQBJXM0zH._u2a.XAKgoyLQBJXM0zH._a2u_AFg711initdecompress.XAKgoyLQBJXM0GI.float2double.XAKgoyLHBJXMEN8.int2rebufferf2v.XAKgoyLHBJXMEN8.int2rebufferv2f_afQueryInstrumentParameter_af_aiff_read_init.XAKgoyLJBJXM0W_.errorFunction.XAKgoyLHBJXMU57.indexTableaf_read_uint32_beaf_read_uint32_leaf_read_uint16_beaf_read_uint16_le.XAKgoyLQBJXM0GI.clipdouble.XAKgoyLHBJXMkl7.ima_adpcm_decompress.XAKgoyLQBJXM0GI.unsigned2signed1.XAKgoyLQBJXM0GI.unsigned2signed2.XAKgoyLQBJXM0GI.unsigned2signed3.XAKgoyLQBJXM0GI.unsigned2signed4.XAKgoyLGBJXM0R7.ms_adpcm_decompress_af_adpcm_coder_af_format_sample_size_af_avr_read_init_af_unique_ids.XAKgoyLQBJXM0GI.convertmatrix_af_raw_read_init.XAKgoyLHBJXMEN8.floatrebufferf2v.XAKgoyLHBJXMEN8.floatrebufferv2f_af_raw_complete_setupaf_read_uint8_af_aiffc_compression_types_AFsetupmodules_af_ima_adpcm_format_okafSetInstParamsaf_ftellafInitMarkNameafQueryaf_fwriteafFreeFileSetupafQueryDoublefrexpaf_flengthafIdentifyFDfopenfdopenafInitDataOffsetafGetLoopTrackafSetVirtualSampleFormatafSetLoopStartFramefloorafInitRatememcmpafSeekMiscafInitMarkCommentafSetAESChannelDataafSetLoopStartvsnprintfafCloseFileafIdentifyNamedFDafSetLoopModeafOpenFDafGetLoopIDsafSyncFileafGetDataOffsetafGetChannelsAUpvnewafGetLoopEndfprintfAUpvsetvalAUpvsetparamaf_virtual_file_new_for_fileaf_fseek__xtolafInitLoopIDsafGetMiscSizeAUpvgetparamafInitInstIDsafInitCompressionafSetInstParamLongafInitMiscSizeafGetCompressionafGetLoopStartFrameaf_fcloseafNewFileSetupafGetMiscIDsstrrchrafInitMarkIDs_DYNAMICstrstrafGetMiscTypeafGetMarkCommentafGetAESChannelDataerrnoafSetLoopCountafGetVirtualFrameSizeafGetMarkIDsafGetSampleFormatafGetByteOrdermemcpyafQueryPointersscanfafGetVirtualByteOrderAUpvgetvalmemset__iobafGetTrackBytesAUpvgetvaltypeafSetTrackPCMMappingafTellFrameafGetLoopStartafInitTrackIDsafInitByteOrder_etextafSetMarkPositionaf_virtual_file_newafInitSampleFormat__xtoulafInitFrameCountafGetFrameCountafSetErrorHandleraf_virtual_file_destroyafGetInstIDsafSetVirtualByteOrder_GLOBAL_OFFSET_TABLE_strcmpafGetPCMMappingafInitPCMMappingafReadMiscafGetFrameSizeafGetMarkPositionafOpenVirtualFileldexp__flsbufafReadFramesafGetVirtualPCMMappingafOpenNamedFDsprintfaf_fread_PROCEDURE_LINKAGE_TABLE_afQueryLong_edataafInitFileFormatafGetVirtualChannelsAUpvgetmaxitemsstrncpyafInitAESChannelDataToafSetLoopTrackAUpvfreeafGetInstParamsafInitChannelsafGetVirtualSampleFormatafGetLoopCountafGetFileFormatafWriteFrameslog10fabsafSetLoopEndafInitMiscTypeafSetLoopEndFramestrerrorafWriteMiscafGetTrackIDsafSetChannelMatrixafSetVirtualChannelsafSetVirtualPCMMappingafGetInstParamLongafGetRatestrlenAUpvsetvaltypestrcpyafGetLoopModestrncmpafGetMarkNameafInitMiscIDsafInitAESChannelDataafSeekFrameafGetLoopEndFrame@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)math.h 2.24 04/10/23 SMI@(#)math_iso.h 1.9 04/10/23 SMI@(#)math_c99.h 1.9 04/11/01 SMI@(#)floatingpoint.h 2.9 04/10/23 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)stddef.h 1.18 04/09/28 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)math.h 2.24 04/10/23 SMI@(#)math_iso.h 1.9 04/10/23 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)math_c99.h 1.9 04/11/01 SMI@(#)floatingpoint.h 2.9 04/10/23 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)math.h 2.24 04/10/23 SMI@(#)math_iso.h 1.9 04/10/23 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)math_c99.h 1.9 04/11/01 SMI@(#)floatingpoint.h 2.9 04/10/23 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03acomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)math.h 2.24 04/10/23 SMI@(#)math_iso.h 1.9 04/10/23 SMI@(#)math_c99.h 1.9 04/11/01 SMI@(#)floatingpoint.h 2.9 04/10/23 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)math.h 2.24 04/10/23 SMI@(#)math_iso.h 1.9 04/10/23 SMI@(#)math_c99.h 1.9 04/11/01 SMI@(#)floatingpoint.h 2.9 04/10/23 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)assert.h 1.10 04/05/18 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)math.h 2.24 04/10/23 SMI@(#)math_iso.h 1.9 04/10/23 SMI@(#)math_c99.h 1.9 04/11/01 SMI@(#)floatingpoint.h 2.9 04/10/23 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03openclose.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/openclose.o openclose.c -W0,-xp.XAKgoyLIBJXM038.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLIBJXM038.;backend;raw;cd;DBG_GEN 5.2.7_af_identify8DEU vf7implemented7 curpos9i:int_AFvirtualfile+readd#length#write#destroy# seek#tell#closure8#void0unsigned d + 8 =Ilong i +q 0  +  =  + i + i  i + AFvirtualfile iAFfileoffsetafIdentifyFDSEFUfdRfpTvf UresultVunsigned char__FILE_cnt#_ptr#_base#_flag# _file# __orientation=# __ionolock=#  __seekable=#  __extendedfd=#  __xf_nocheck=#  __filler=#  FILEafIdentifyNamedFDwFGU6fdvCfilenamev implementedvfpxvf yresultzchar 6>afOpenFDGHUfd-mode setupfpvf filehandleaccess_Bool6double_PCMInfo Tslope#intercept#minClip#maxClip# _PCMInfo_AudioFormat@sampleRate#sampleFormat#sampleWidth# byteOrder#pcmT#channelCount#4compressionType#8compressionParams8#< c_AudioFormatshortunsigned long_Markerid1#position:#name#comment# K_Markeri iAFframecount_AFchunkHbuf8#nframes#f# _AFchunk_AFmoduleinstinc#outc#modspec8#u# mod #free_on_close#valid#source#sink#pull#push#   _AFfnpmod    8 _AFfnpsimplemod_AFmodule0 name#describe#max_pull#max_push# run_pull#reset1#reset2#run_push#sync1# sync2#$run% #(free#, ; _AFmodule   _AFmoduleinst 8_AFmodulestate modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate# old_v_rate#chunk#module0 # buffer5 #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst # : _AFmodulestate_Track|d id#f#v#DchannelMatrix,#markerCount#markers#hasAESData#aesData#totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms #taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# _Trackd _Loop id#mode#count#beginMarker# endMarker#trackid# v _Loop AFPVuli#d#v8# AFPVu_Instrument|id#loopCount#loops #values)# ._Instrument|_Miscellaneousid#type#size#buffer8# position# _Miscellaneous_AFfilehandle4valid#access#seekok#fh # fileName#fileFormat#trackCount#tracksq #instrumentCount# instruments#$miscellaneousCount#(miscellaneous#,formatSpecific8#0  AFfilehandle 6(_MarkerSetup oid#name#comment# 2_MarkerSetupo_TrackSetup`id#f#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCount#Pmarkers#TdataOffset#XframeCount#\ _TrackSetup_LoopSetupid# _LoopSetup_InstrumentSetupnid#loopCount#loops#loopSet# _InstrumentSetupn_MiscellaneousSetup id#type#size# _MiscellaneousSetup_AFfilesetup$valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instruments#miscellaneousCount#miscellaneous#  AFfilesetupafOpenNamedFDHIUfdmode setupfilenamefpvf filehandleaccess 6 6afOpenFileIKUpufilenamemode setupfpvf filehandleaccess 6p 6zafOpenVirtualFile KLU vfilemode setupfilehandleaccess 6_afOpenFile4 L5QUaccess2 vf2 $filename2)file3filesetup3fileFormat5implemented6formatName7initfuncD8userSampleFormat:userSampleRate;userPCMT<userFormatSet=t?filehandleAcompletesetupBPQPQPQtrackq C status 6 D  .afSyncFile@QRUhandleQRQRQRfilefmttracknoQFRQ0RQ0Rtrackq afCloseFileRSUNfileerrfreeFileHandle SYURfilehandle fileFormat 5TiXDTiXDTiXi#DTNXZT8XZT8XV8X3V8X3V8Xj?sXiYXiYXiYi[freeInstParams|YZU)values{fileFormat{ i}parameterCount~ _AFfreemodules   _AFsyncmodules$  _AFsetupmodulesL  _AFinitmoduless  _af_malloc8 =_af_filehandle_ok _af_filesetup_ok  6_af_error  af_ftelli +af_fseekE + i af_fcloseb +af_virtual_file_new_for_file  b 6fdopen   6 6fopen  afFreeFileSetup  _AUpvlistAUpvfreeH 'dup_  6_strdup dmemset8 8  =!free 8Bsetup.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/setup.o setup.c -W0,-xp.XAKgoyLIBJXM0K9.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLIBJXM0K9.;backend;raw;cd;DBG_GEN 5.2.7 int_Booldouble_PCMInfo slope<#intercept<#minClip<#maxClip<#F_PCMInfovoid_AudioFormat@isampleRate<#sampleFormat,#sampleWidth,# byteOrder,#pcm#channelCount,#4compressionType,#8compressionParams#<_AudioFormatchar|_MarkerSetup id,#name#comment#_MarkerSetuplongAFfileoffsetAFframecount_TrackSetup`Tid,#fi#rateSet3#DsampleFormatSet3#EsampleWidthSet3#FbyteOrderSet3#GchannelCountSet3#HcompressionSet3#IaesDataSet3#JmarkersSet3#KdataOffsetSet3#LframeCountSet3#MmarkerCount,#Pmarkers#TdataOffset#XframeCount#\ _TrackSetupT_LoopSetupid,#k_LoopSetup_InstrumentSetupid,#loopCount,#loops#loopSet3# _InstrumentSetup_MiscellaneousSetup Pid,#type,#size,#_MiscellaneousSetupP_AFfilesetup$dvalid,#fileFormat,#trackSet3#instrumentSet3# miscellaneousSet3# trackCount,# tracksf#instrumentCount,#instruments #miscellaneousCount,#miscellaneousj# o_AFfilesetupd_af_default_file_setupw*_af_default_instrumentsetup=pT_af_default_tracksetupE _af_tracksetup_newhZ]Uf ,trackCountg i,i tracksfj [] [] [] [] [] [] j, C _af_instsetup_new]__U } ,instrumentCount i, instruments  0^N_ C^;_ C^;_ ^;_ ^;_ ^;_ j, C afNewFileSetup`_`U setup `` 8`` 8`` i, C oAFfilesetup_af_setup_free_markers`wWxU N file=trackid= track ?afGetFrameSizeQ`x yU66N filePtrackidP stretch3to4Ptrack RfloatafGetVirtualFrameSize^yyU6N file]trackid] stretch3to4]track _afSeekFrameky{U'N filejtrackidj framejtrack lafTellFrame {^{UnN filetrackid afSetVirtualByteOrder`{"|UN handletrack byteordercurrentTrack afGetByteOrder0||UUN handletrack currentTrack afGetVirtualByteOrder°|%}UN handletrack currentTrack afGetFrameCount0}}U"N filetrackid track afGetRate}H~U!|N filetrackid track afGetChannelsP~~UN filetrackid track afGetSampleFormat~UeN filetrackid esampleFormatesampleWidthtrack  afGetVirtualSampleFormat UN filetrackid esampleFormatesampleWidthtrack afSetVirtualSampleFormat9UN filetrackid sampleFormatsampleWidthtrack afGetFileFormat&@UN file%eversion% afSetVirtualChannels6UmN file5trackid5 channelCount5track 7afGetVirtualRateJ(U!N fileItrackidI track KafSetVirtualRateT0UGN fileStrackidS !rateStrack UafSetChannelMatrixjUN fileitrackidi Tmatrixitrack k   iysizeyafGetVirtualChannels yUjN filetrackid track  B status_AFsetupmodulest j o _af_set_sample_formatt  t t _af_format_frame_size6   B _af_filehandle_get_track J  _af_filehandle_can_readu I _af_filehandle_ok I  _af_error  mallocB Gfree B)`data.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/data.o data.c -W0,-xp.XAKgoyLIBJXM0w9.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLIBJXM0w9.;backend;raw;cd;DBG_GEN 5.2.7afWriteFrames)U file'trackid'  samples'nvframes2write(firstmod*userc+track0 ,bytes_per_vframe-vframed.int_Bool_AFvirtualfileread#length#write!#destroy3# seekS#telli#closure#%voidunsigned    long    !    3 & S   8 i X %AFvirtualfilenchardouble_PCMInfo slope#intercept#minClip#maxClip# _PCMInfo_AudioFormat@sampleRate#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#4compressionType#8compressionParams#< _AudioFormatshortunsigned long_Marker/id#position#name#comment# _Marker/unsigned charBd AFframecount AFfileoffset_AFchunkHbuf#nframesd#f# _AFchunk_AFmoduleinstNinc#outc#modspec#u# mod#free_on_close#valid#jsourceN#sinkN#pullS#pushj#  N _AFfnpmod     _AFfnpsimplemod_AFmodule0name#describe#max_pull#max_push# run_pull#reset1#reset2#run_push#sync1# sync2#$run#(free#, _AFmodule  _AFmoduleinst_AFmodulestateH modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate# old_v_rate#chunk#module# buffer#$filemodinst#(filemod_rebufferinst#@rateconvertinst#Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst# _AFmodulestate_Track|# id#f#v#DchannelMatrix#markerCount#markers=#hasAESData#aesDataS#totalfframesd#nextfframed#frames2ignored#fpos_first_framew#fpos_next_framew#fpos_after_dataw#totalvframesd#nextvframed#data_sizew#msH #taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# ] _Track# _Loop id#mode#count#beginMarker# endMarker#trackid# 5 _Loop AFPVu l#d#v# AFPVu _Instrument; id#loopCount#loops #values # _Instrument; _Miscellaneous id#type#size#buffer# positionw# R _Miscellaneous _AFfilehandle4 valid#access#seekok#fh# fileName#fileFormat#trackCount#tracks0 #instrumentCount# instrumentsM #$miscellaneousCount#(miscellaneous #,formatSpecific#0 AFfilehandle  afReadFrames[U file~trackid~ samples~nvframeswantedtrack0 firstmodusercnvframesleftdnvframes2readdbytes_per_vframevframed_888eofi8nvframes2pulld ] status_AFsetupmodules  _af_filehandle_can_write float_af_format_frame_size(   _af_filehandle_get_track0 ^ ( _af_malloc| _af_filehandle_can_read _af_filehandle_ok _af_error  af_fseek   free pcm.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/pcm.o pcm.c -W0,-xp.XAKgoyLJBJXM0D_.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLJBJXM0D_.;backend;raw;cd;DBG_GEN 5.2.7p double_PCMInfo slope&#intercept&#minClip&#maxClip&#0_PCMInfolong _af_default_signed_integer_pcm_mappings$hU _af_default_unsigned_integer_pcm_mappings-V _af_default_float_pcm_mapping46V _af_default_double_pcm_mappingf9V afInitPCMMappingA`U? setup? ?trackid? &slope@ &intercept@ &minClip@ &maxClip@( trackBint_Boolvoid O_AudioFormat@sampleRate&#sampleFormat?#sampleWidth?# byteOrder?#pcm#channelCount?#4compressionType?#8compressionParamsW#<\_AudioFormatchar %_MarkerSetup oid?#name-#comment-#2_MarkerSetup oAFfileoffsetAFframecount_TrackSetup`id?#f#rateSetF#DsampleFormatSetF#EsampleWidthSetF#FbyteOrderSetF#GchannelCountSetF#HcompressionSetF#IaesDataSetF#JmarkersSetF#KdataOffsetSetF#LframeCountSetF#MmarkerCount?#Pmarkers#TdataOffset#XframeCount#\_TrackSetup _LoopSetup*id?# _LoopSetup *_InstrumentSetupid?#loopCount?#loops;#loopSetF# @_InstrumentSetup _MiscellaneousSetup id?#type?#size?#_MiscellaneousSetup _AFfilesetup$valid?#fileFormat?#trackSetF#instrumentSetF# miscellaneousSetF# trackCount?# tracks#instrumentCount?#instruments#miscellaneousCount?#miscellaneous # AFfilesetupafSetVirtualPCMMappingRU? fileP ?trackidP &slopeQ &interceptQ &minClipQ &maxClipQ( track[S_AFvirtualfileF readr #length #write #destroy # seek #tell #closureW# unsigned?r F WK W  F w O ? F  K  F  F ?  F AFvirtualfile &shortunsigned long_Marker id #position& #name-#comment-# 7 _Marker unsigned char  _AFchunkH bufW#nframes#f# _AFchunk _AFmoduleinsty inc #outc #modspecW#u # mod #free_on_closeF#validF#  sourcey # sinky # pull~ #push # y  _AFfnpmod    W  _AFfnpsimplemod_AFmodule0 name-#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run #(free #,% _AFmodule  _AFmoduleinst  W_AFmodulestatesmodulesdirtyF#nmodules?#mustuseatomicnvframesF#old_f_rate&# old_v_rate&#chunk #module # buffer #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate&#prateconvert_outrate&#xrateconvert_rebufferinst #$ _AFmodulestate_Track|Nid?#f#v#DchannelMatrix #markerCount?#markers #hasAESDataF#aesData #totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#mss#taper&#dynamic_range&#ratecvt_filter_params_setF#filemodhappyF#_Track N_Loopid?#mode?#count?#beginMarker?# endMarker?#trackid?#`_Loop AFPVul#d&#vW#AFPVu _Instrumentfid?#loopCount?#loops#values# _Instrument f_Miscellaneousid?#type?#size?#bufferW# position#}_Miscellaneous _AFfilehandle4valid?#access?#seekokF#fh # fileName-#fileFormat?#trackCount?#tracks[#instrumentCount?# instrumentsx#$miscellaneousCount?#(miscellaneous#,formatSpecificW#0 AFfilehandleafSetTrackPCMMappingg}U? filee ?trackide &slopef &interceptf &minClipf &maxClipf( track[h afGetPCMMappingIUc file ?trackid  slope  intercept  minClip  maxClip track[ afGetVirtualPCMMappingPU file ?trackid  slope  intercept  minClip  maxClip track[ _af_filehandle_get_track[D? _af_filesetup_get_tracksetup~D?_af_filehandle_okF_af_filesetup_okFVerror.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/error.o error.c -W0,-xp.XAKgoyLJBJXM0W_.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLJBJXM0W_.;backend;raw;cd;DBG_GEN 5.2.7"longchar4<X,AFXAFerrfuncerrorFunction]' afSetErrorHandler* gU] ]efunc)old]+ defaultErrorFunction4pU  ,error3 %str3 4  _af_error;uU errorCode: fmt: ...:buf<ap= int4void4,va_list4unsigned4vsnprintf0unsigned char0__FILE"_cnt#_ptrA#_baseA#_flag0# _file0# __orientation# __ionolock#  __seekable#  __extendedfd#  __xf_nocheck#  __filler#  F"4,1fprintf'6  byteorder.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/byteorder.o byteorder.c -W0,-xp.XAKgoyLJBJXMEr_.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLJBJXMEr_.;backend;raw;cd;DBG_GEN 5.2.7&$_af_byteswap_int16"Uqx!unsigned shortquint16_t_af_byteswap_int32'Ux&b1?(b2?(b3?(b4?(unsigneduint32_tunsigned char.uint8_t_af_byteswap_float323 uUx2f4l5floatx  af_vfs.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/af_vfs.o af_vfs.c -W0,-xp.XAKgoyLJBJXMEA\$.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLJBJXMEA$.;backend;raw;cd;DBG_GEN 5.2.7*%af_virtual_file_new&U_AFvirtualfileread#length2#write\#destroyn# seek#tell#closure#Yvoidunsignedintlong2! 7\<A nas YAFvirtualfile af_virtual_file_destroy,U vfile+af_fread3U data2 size2 nmemb2 vfile2LWWretval8 size_taf_fwriteC(U8 =dataA sizeA nmembA vfileBܑ retvalH 8af_fcloseS0nUv vfileRaf_flength[pȒU vfileZaf_fseekdВKU vfilec offsetc whencecaf_ftellqPU3 vfilepaf_virtual_file_new_for_fileKU fhvfunsigned char__FILE{_cnt#_ptr#_base#_flag# _file# __orientation# __ionolock#  __seekable#  __extendedfd#  __xf_nocheck#  __filler#  FILE{af_file_readPU vfile data nbytes ssize_taf_file_lengthUS vfilecurposretvalaf_file_write iU vfile data nbytes af_file_destroypU vfileaf_file_seek.UF vfile offset is_relativeaf_file_tell0mU| vfilefreecallocftellfseek fwrite- - freadd 2 7 fclose$# util.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/util.o util.c -W0,-xp.XAKgoyLJBJXMkT\$.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLJBJXMkT$.;backend;raw;cd;DBG_GEN 5.2.7(_af_filesetup_ok=pUeesetup<_Boolintdouble_PCMInfo slopeu#interceptu#minClipu#maxClipu#_PCMInfovoid_AudioFormat@sampleRateu#sampleFormatn#sampleWidthn# byteOrdern#pcm#channelCountn#4compressionTypen#8compressionParams#<_AudioFormatchar_MarkerSetup idn#name#comment#_MarkerSetuplongAFfileoffsetAFframecount_TrackSetup`idn#f#rateSete#DsampleFormatSete#EsampleWidthSete#FbyteOrderSete#GchannelCountSete#HcompressionSete#IaesDataSete#JmarkersSete#KdataOffsetSete#LframeCountSete#MmarkerCountn#Pmarkers#TdataOffset#XframeCount2#\E_TrackSetup_LoopSetupidn#_LoopSetup_InstrumentSetup,idn#loopCountn#loops#loopSete# _InstrumentSetup,_MiscellaneousSetup idn#typen#sizen#H_MiscellaneousSetup_AFfilesetup$validn#fileFormatn#trackSete#instrumentSete# miscellaneousSete# trackCountn# tracks#instrumentCountn#instrumentsC#miscellaneousCountn#miscellaneous# AFfilesetup_af_filehandle_can_readLIUe)fileK_AFvirtualfilepread#length#write#destroy# seek#tell$#closure#unsigned n p  u  p  n p  u  p  p  n $ pAFvirtualfile)ushortunsigned long_MarkeridG#positionP#name#comment# a_Markerunsigned char _AFchunkH buf#nframes2#f#_AFchunk _AFmoduleinst inc% #outc% #modspec#u # mod+ #free_on_closee#valide#*  source # sink # pull #push #    _AFfnpmod 4    4 _AFfnpsimplemod_AFmodule0 name#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run9 #(free #,O _AFmodule  & * _AFmoduleinst0 _AFmodulestate modulesdirtye#nmodulesn#mustuseatomicnvframese#old_f_rateu# old_v_rateu#chunk% #moduleD # bufferI #$filemodinst0 #(filemod_rebufferinst0 #@rateconvertinst0 #Xrateconvert_inrateu#prateconvert_outrateu#xrateconvert_rebufferinst0 #N _AFmodulestate_Track|xidn#f#v#DchannelMatrixB#markerCountn#markers#hasAESDatae#aesData#totalfframes2#nextfframe2#frames2ignore2#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes2#nextvframe2#data_size#ms #taperu#dynamic_rangeu#ratecvt_filter_params_sete#filemodhappye# _Trackx_Loopidn#moden#countn#beginMarkern# endMarkern#trackidn#_LoopAFPVu1l#du#v#AFPVu1_Instrumentidn#loopCountn#loops#values=# B_Instrument_Miscellaneousidn#typen#sizen#buffer# position#_Miscellaneous_AFfilehandle4$validn#accessn#seekoke#fh=# fileName#fileFormatn#trackCountn#tracks#instrumentCountn# instruments#$miscellaneousCountn#(miscellaneous#,formatSpecific#0$AFfilehandle_af_filehandle_can_writeWPUe~)fileV_af_filehandle_okb-Ue)filea_af_mallocq0Usizepprusize_t_af_strdup$UMsp_af_realloc0™Upsize _af_callocЙvUnmembsize p_af_pv_longU*valretPl#du#v#_AUpvitemvalidn#typen#parametern#value*# P_AUpvlist validn#count#items#AUpvlist_af_pv_double`U;uvalret_af_pv_pointer`ЛUvalret_af_pv_getlongЛUe,pvlistnparam ,linxxpntn_af_pv_getdoubleUepvlistnparam BdinќxXXpntn_af_pv_getptriUepvlist nparam  I v inXѝ8ѝ8pntn_af_filesetup_get_tracksetup(pUsetup'ntrackid' in)_af_filehandle_get_track6 ݟU^)file5ntrackid5 in7_af_format_sample_size_uncompressedDnUnformatCestretch3to4C sizenE_af_format_sample_size[pUvvfmtZestretch3to4Z compressionIndexn\squishFactorv]float_af_format_frame_size_uncompressedgDUnfmtfestretch3to4f _af_format_frame_sizemPסUvxfmtlestretch3to4l compressionIndexnnsquishFactorvo_af_set_sample_format~UZZf}nsampleFormat} nsampleWidth} ԣ ԣ @@bytesnC nstatus_af_unique_ids ڤUeidsnnids idnameniderrinDƤSSjnnaf_read_uint32_beMUZxvalue=vf vxuuint32_txaf_read_uint32_lePUZvalue=vf vxaf_read_uint16_beUZHivalue=vf vZunsigned shortHuint16_tZaf_read_uint16_le UZivalue=vf vZaf_read_uint8UZ"value=vf uint8_taf_write_uint32_be[UZvalue=vf vx xaf_write_uint32_le`UZvalue=vf vx xaf_write_uint16_be/UZX]value=vf vZ  ZXaf_write_uint16_le0UZvalue=vf vZ Zaf_write_uint8UZvalue=vf af_read_pstring!jUZ{s =vf  length"af_write_pstring+pUZ% * s*=vf* length,sizeByte/   zero8 % _af_byteswap_int32xU x_af_byteswap_int16Z{ Z_af_compression_index_from_idn n  _af_error n   af_fwrite!   af_fread@! !   AUpvgetvalnh!  n AUpvgetvaltypen!  n AUpvgetparamn!  n AUpvsetvaln!  n AUpvsetvaltypen"  n nAUpvsetparamn<"  n nAUpvgetmaxitemsn_" AUpvnewz" n z"strlen" " ""strcpy" " "realloc"  umalloc # ucalloc u u: debug.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/debug.o debug.c -W0,-xp.XAKgoyLKBJXMEn\$.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLKBJXMEn$.;backend;raw;cd;DBG_GEN 5.2.73_af_printid7 U\hid6unsigned\uint32_t_af_print_pvlist@Ulist?iABint\size_tlongdoublevoid   l# d# v# _AUpvitemm valid# type# parameter# value#   _AUpvlist  valid# count# itemsm#rAUpvlist_af_print_audioformatiЬUGfmth TԮidxB _PCMInfo o slope# intercept# minClip# maxClip#_PCMInfo _AudioFormat@4 sampleRate# sampleFormat# sampleWidth# byteOrder# pcmo# channelCount#4 compressionType#8 compressionParams#<~_AudioFormat4_af_print_tracks$U0filehandlei $ : :track _Bool _AFvirtualfileP readp# length# write# destroy# seek# tell# closure# pP\U Pu P\P P PAFvirtualfilecharshortunsigned long _Marker id(# position1# name# comment# B_Markerunsigned charAFframecountAFfileoffset _AFchunkH buf# nframes# f4#_AFchunk _AFmoduleinst inc,# outc,# modspec# u# mod2 # free_on_close# valid#1 source# sink#  pull# push#  _AFfnpmod;$;_AFfnpsimplemod _AFmodule0 name# describe# max_pull# max_push# run_pull# reset1# reset2# run_push# sync1# sync2#$ run@#( free#,V_AFmodule - 1_AFmoduleinst7  _AFmodulestate modulesdirty# nmodules# mustuseatomicnvframes# old_f_rate# old_v_rate# chunk,# moduleK # bufferP #$ filemodinst7 #( filemod_rebufferinst7 #@ rateconvertinst7 #X rateconvert_inrate#p rateconvert_outrate#x rateconvert_rebufferinst7 #U _AFmodulestate_Track| id# f4# v4#D channelMatrix## markerCount# markers# hasAESData# aesData# totalfframes# nextfframe# frames2ignore# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframes# nextvframe# data_size# ms # taper# dynamic_range# ratecvt_filter_params_set# filemodhappy# _Track _Loop id# mode# count# beginMarker# endMarker# trackid# _Loop AFPVu8 l# d# v# AFPVu8 _Instrument id# loopCount# loops # valuesD # I _Instrument _Miscellaneous  id# type# size# buffer# position# _Miscellaneous  _AFfilehandle4+ valid# access# seekok# fh# fileName# fileFormat# trackCount# tracks # instrumentCount# instruments #$ miscellaneousCount#( miscellaneous#, formatSpecific#0$+AFfilehandle_af_print_filehandle0ZU0filehandle_af_print_channel_matrix`U#matrixfchans vchansvf_af_print_frame2Uframeno#frame nchannelsformatstringnumberwidthslopeintercept$minclip,maxclip4linebufwavewidthc Q B Bpcm Q d dpcmvoltsQP_af_print_chunk$@bU,chnk#fmt4%nframes&nsamps'fr(outbuf#*formatstring+digits,numberwidth, lڻ t t t t ~ ~ ~sW s[ issignedrrealbytesu и/ ظ ظ ظ # # #sz ( ( (s{ ; ׹ ׹ ׹s~ ܹ; ܹ; ܹ;s @޺ I~ I~ I~s ޺ ޺ ޺sC_af_compression_index_from_id~_af_format_sample_size_uncompressedWmemset{\fabslog10malloc\free __FILE  _cnt# _ptr# _base# _flag# _file# __orientation\# __ionolock\#  __seekable\#  __extendedfd\#  __xf_nocheck\#  __filler\#  __flsbufsprintfprintf b#aupv.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/aupv.o aupv.c -W0,-xp.XAKgoyLKBJXME6\$.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLKBJXME6$.;backend;raw;cd;DBG_GEN 5.2.7k;AUpvnew$߽Umaxitems#aupvlist%i&intunsignedsize_tlongdoublevoid l# d# v# _AUpvitem: valid# type# parameter# value#  _AUpvlist { valid# count# items:#?{AUpvlistAUpvgetmaxitemsI%UlistHAUpvfreeU0žUlistTAUpvsetparamjо{UOlistiitemi paramiAUpvsetvaltype~+Ulist}item} type}AUpvsetval0Ulistitem valAUpvgetparam^UKlistitem KparamAUpvgetvaltype`Ulistitem KtypeAUpvgetval`Ulistitem val memset    malloc5  freeI calloc  units.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/units.o units.c -W0,-xp.XAKgoyLKBJXMENA.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLKBJXMENA.;backend;raw;cd;DBG_GEN 5.2.7#Aintchar3_Bool_AFvirtualfileread#length#writeE#destroyW# seekw#tell#closure#Ivoidunsigned,long  ,E%* WJw,\| IAFvirtualfiledouble_PCMInfo slope#intercept#minClip#maxClip# _PCMInfo_AudioFormat@sampleRate#sampleFormat,#sampleWidth,# byteOrder,#pcm#channelCount,#4compressionType,#8compressionParams#< _AudioFormatshortunsigned long_MarkerFid#position#name;#comment;# _MarkerFunsigned char Y{  AFframecount AFfileoffset_AFchunkHbuf#nframes{#f# _AFchunk_AFmoduleinsteinc#outc#modspec#u# mod#free_on_close@#valid@# sourcee# sinke#pullj#push# e _AFfnpmod  _AFfnpsimplemod_AFmodule0name;#describe#max_pull#max_push# run_pull#reset1#reset2#run_push#sync1# sync2#$run#(free#, _AFmodule _AFmoduleinst_AFmodulestate_modulesdirty@#nmodules,#mustuseatomicnvframes@#old_f_rate# old_v_rate#chunk#module# buffer #$filemodinst#(filemod_rebufferinst#@rateconvertinst#Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst# _AFmodulestate_Track|: id,#f#v#DchannelMatrix#markerCount,#markersT#hasAESData@#aesDataj#totalfframes{#nextfframe{#frames2ignore{#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes{#nextvframe{#data_size#ms_#taper#dynamic_range#ratecvt_filter_params_set@#filemodhappy@# t_Track: _Loop id,#mode,#count,#beginMarker,# endMarker,#trackid,# L _Loop AFPVu l#d#v# AFPVu _InstrumentR id,#loopCount,#loops #values #  _InstrumentR _Miscellaneous id,#type,#size,#buffer# position# i _Miscellaneous _AFfilehandle4 valid,#access,#seekok@#fh# fileName;#fileFormat,#trackCount,#tracksG #instrumentCount,# instrumentsd #$miscellaneousCount,#(miscellaneous #,formatSpecific#0 ,   _MarkerSetup > id,#name;#comment;#  _MarkerSetup> _TrackSetup`id,#f#rateSet@#DsampleFormatSet@#EsampleWidthSet@#FbyteOrderSet@#GchannelCountSet@#HcompressionSet@#IaesDataSet@#JmarkersSet@#KdataOffsetSet@#LframeCountSet@#MmarkerCount,#PmarkersQ #TdataOffset#XframeCount{#\ V _TrackSetup_LoopSetupid,# _LoopSetup_InstrumentSetup=id,#loopCount,#loops#loopSet@# _InstrumentSetup=_MiscellaneousSetup id,#type,#size,# Y_MiscellaneousSetup_AFfilesetup$valid,#fileFormat,#trackSet@#instrumentSet@# miscellaneousSet@# trackCount,# tracks#instrumentCount,#instrumentsT#miscellaneousCount,#miscellaneous# @,  !recognize#init#,7 !_AUpvlist<@h H,M,~ m init7#instparamvalidh#update~#,_InstParamInfoid,#type,#name;#defaultValue # _InstParamInfo_UnitTfileFormat,#name;#description;#label;# implemented@#getversion #completesetup#read#write#$defaultSampleFormat,#0defaultSampleWidth,#4compressionTypeCount,#8compressionTypes#<markerCount,#@instrumentCount,#DloopPerInstrumentCount,#HinstrumentParameterCount,#LinstrumentParameters)#P ._Unit _af_units;@ tR#@@(-|#@@(W_CompressionUnit4compressionID,#implemented@#label;#shortname;# name;#squishFactor#nativeSampleFormat,#nativeSampleWidth,# needsRebuffer@#$multiple_of@#%fmtok#(initcompressR#,initdecompress|#0 _CompressionUnit _af_compressiontI_af_ms_adpcm_init_decompress?@@_af_ms_adpcm_format_ok@i_af_ima_adpcm_init_decompress@@_af_ima_adpcm_format_ok@_AFg711initdecompress@@_AFg711initcompressQ@@_af_g711_format_ok@w_AFpcminitdecompress@@_AFpcminitcompress@@_af_pcm_format_ok@ ,status_af_nist_updateG_af_nist_write_initxG_af_nist_read_initG AFfilesetup_af_nist_complete_setup_af_nist_recognize@_af_iff_update(_af_iff_write_initSG_af_iff_complete_setup}_af_iff_read_initG_af_iff_recognize@_af_avr_complete_setup_af_avr_update_af_avr_write_initCG_af_avr_read_initmG_af_avr_recognize@_af_ircam_update_af_ircam_complete_setup_af_ircam_write_initG_af_ircam_read_init;G_af_ircam_recognize@b_af_wave_instparam_valid@ H,_af_wave_complete_setup_af_wave_update_af_wave_write_initG_af_wave_read_init=G_af_wave_recognize@c_af_next_complete_setup_af_next_update_af_next_write_initG_af_next_read_initG_af_next_recognize@._af_aifc_get_version,V _af_aiff_updatey_af_aiff_complete_setup_af_aiff_instparam_valid@ H,_af_aiff_write_initG_af_aiff_read_init1G_af_aifc_recognize@W_af_aiff_recognize@}_af_raw_complete_setup_af_raw_write_initG_af_raw_read_initG_af_raw_recognize@compression.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/compression.o compression.c -W0,-xp.XAKgoyLKBJXMEgA.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLKBJXMEgA.;backend;raw;cd;DBG_GEN 5.2.7A_af_compression_index_from_id+pUcompressionid*i,intfindCompression:kU compressionid9compressionno;_Boolchar double_PCMInfo u slope# intercept# minClip# maxClip# $_PCMInfovoid_AudioFormat@G sampleRate# sampleFormat# sampleWidth# byteOrder# pcmu# channelCount#4 compressionType#8 compressionParams#< ] GL _AudioFormatshortunsigned long_Marker idz# position# name# comment# _Markerunsigned charlong  AFframecount AFfileoffset_AFchunkHw buf# nframes# fb# @_AFchunkw_AFmoduleinst inc# outc# modspec# u5# mod# free_on_close# valid#  source#5 sink#W pull # push #d W d_AFfnpmod@ y y ~ _AFfnpsimplemod_AFmodule0w name# describei# max_pulli# max_pushi# run_pulli# reset1i# reset2i# run_pushi# sync1i# sync2i#$ run#( freei#, _AFmodulew _AFmoduleinst_AFmodulestate modulesdirty# nmodules# mustuseatomicnvframes# old_f_rate# old_v_rate# chunk# module# buffer#$ filemodinst#( filemod_rebufferinst#@ rateconvertinst#X rateconvert_inrate#p rateconvert_outrate#x rateconvert_rebufferinst# _AFmodulestate_Track| id# fb# vb#D channelMatrixu# markerCount# markers# hasAESData# aesData # totalfframes# nextfframe# frames2ignore# fpos_first_frame-# fpos_next_frame-# fpos_after_data-# totalvframes# nextvframe# data_size-# ms# taper# dynamic_range# ratecvt_filter_params_set# filemodhappy# unsigned      % J * / \ O |  a   _AFvirtualfile read # length # writeJ # destroy\ # seek| # tell # closure# <     f    A _CompressionUnit4 compressionID# implemented# label# shortname# name# squishFactor# nativeSampleFormat# nativeSampleWidth# needsRebuffer#$ multiple_of#% fmtok]#( initcompress< #, initdecompressf #0 k _CompressionUnit  afGetCompressionEpU fileDtrackidD track1 F AFvirtualfile _Track$ _Loop id# mode# count# beginMarker# endMarker# trackid# 6 _Loop AFPVu l# d# v# AFPVu _Instrument< id# loopCount# loops # values # _Instrument<_Miscellaneous id# type# size# buffer# position-# S_Miscellaneous_AFfilehandle4 valid# access# seekok# fh # fileName# fileFormat# trackCount# tracks1 # instrumentCount# instrumentsN#$ miscellaneousCount#( miscellaneous#, formatSpecific#0 AFfilehandleafInitCompressionRrU]setupQtrackidQ compressionQtrack S_MarkerSetup  id# name# comment# ]_MarkerSetup_TrackSetup` id# fb# rateSet#D sampleFormatSet#E sampleWidthSet#F byteOrderSet#G channelCountSet#H compressionSet#I aesDataSet#J markersSet#K dataOffsetSet#L frameCountSet#M markerCount#P markers#T dataOffset-#X frameCount#\ _TrackSetup_LoopSetup/ id# _LoopSetup/_InstrumentSetup id# loopCount# loops@# loopSet# E_InstrumentSetup_MiscellaneousSetup  id# type# size# _MiscellaneousSetup_AFfilesetup$  valid# fileFormat# trackSet# instrumentSet# miscellaneousSet# trackCount# tracks # instrumentCount# instruments# miscellaneousCount# miscellaneous#  AFfilesetup_af_filehandle_get_track1 W ! _af_filesetup_get_tracksetup  W _af_filehandle_ok _af_filesetup_ok  _af_error  Paes.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/aes.o aes.c -W0,-xp.XAKgoyLKBJXMEzA.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLKBJXMEzA.;backend;raw;cd;DBG_GEN 5.2.7=CafInitAESChannelData(Usetup'trackid' track)int_Booldouble_PCMInfo slope#intercept#minClip#maxClip#_PCMInfovoid _AudioFormat@sampleRate#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#4compressionType#8compressionParams #<_AudioFormatchar _MarkerSetup "id#name#comment#_MarkerSetup "long:AFfileoffset:AFframecount_TrackSetup`id#f#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCount#Pmarkers5#TdataOffsetB#XframeCountU#\h_TrackSetup _LoopSetupid#_LoopSetup _InstrumentSetupOid#loopCount#loops#loopSet# _InstrumentSetup O_MiscellaneousSetup id#type#size#k_MiscellaneousSetup _AFfilesetup$valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instrumentsf#miscellaneousCount#miscellaneous# AFfilesetupafInitAESChannelDataTo5iUPsetup4trackid4 willBeData4track6 afGetAESChannelDataEpUfileDtrackidD  bufDtrackRF_AFvirtualfile=readi#length#write#destroy# seek#tell#closure # unsigned i =  B N : = n    =  B  =  : = :   : = AFvirtualfile  shortunsigned long_Markerw id #position #name#comment# . _Marker w unsigned char  :_AFchunkH buf #nframesU#f# _AFchunk _AFmoduleinstp inc #outc #modspec #u # mod #free_on_close#valid#  sourcep # sinkp # pullu #push # p  _AFfnpmod    _AFfnpsimplemod_AFmodule0 name#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run #(free #, _AFmodule  _AFmoduleinst _AFmodulestatej modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate# old_v_rate#chunk #module # buffer #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst # _AFmodulestate_Track|Eid#f#v#DchannelMatrix #markerCount#markers #hasAESData#aesData #totalfframesU#nextfframeU#frames2ignoreU#fpos_first_frameB#fpos_next_frameB#fpos_after_dataB#totalvframesU#nextvframeU#data_sizeB#msj #taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# _Track E_Loopid#mode#count#beginMarker# endMarker#trackid#W_Loop AFPVul:#d#v #AFPVu _Instrument]id#loopCount#loops#values # _Instrument ]_Miscellaneousid#type#size#buffer # positionB#t_Miscellaneous _AFfilehandle4valid#access#seekok#fh # fileName#fileFormat#trackCount#tracksR#instrumentCount# instrumentso#$miscellaneousCount#(miscellaneous#,formatSpecific #0 AFfilehandle afSetAESChannelDataY U|fileXtrackidX  bufXtrackRZ_af_filehandle_can_write  _af_filehandle_get_trackR   _af_filesetup_get_tracksetup  _af_filesetup_ok<   <_af_errore  Amemset    B   memcpy    Binstrument.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/instrument.o instrument.c -W0,-xp.XAKgoyLLBJXMEGB.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLLBJXMEGB.;backend;raw;cd;DBG_GEN 5.2.7DafInitInstIDs@Usetup?instids? ninsts?iAint_Booldouble_PCMInfo slope#intercept#minClip#maxClip#_PCMInfovoid _AudioFormat@sampleRate#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#4compressionType#8compressionParams%#<*_AudioFormatchar _MarkerSetup =id#name#comment#_MarkerSetup =longUAFfileoffsetUAFframecount_TrackSetup`id#f#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCount#PmarkersP#TdataOffset]#XframeCountp#\_TrackSetup _LoopSetupid#_LoopSetup _InstrumentSetupjid#loopCount#loops#loopSet# _InstrumentSetup j_MiscellaneousSetup id#type#size#_MiscellaneousSetup _AFfilesetup$valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instruments#miscellaneousCount#miscellaneous# AFfilesetup  afGetInstIDsULUPfileTinstidsT iV_AFvirtualfileread#length #write7#destroyI# seeki#tell#closure%# Punsigned   %   U      7    I  < Ui  U  N U  nPAFvirtualfile  shortunsigned long_Marker id#position#name#comment# _Marker  unsigned char : U_AFchunkHq buf%#nframesp#f#: _AFchunk q _AFmoduleinst inc #outc #modspec%#u/ # mod #free_on_close#valid#  source #/ sink #Q pull #push #^ Q ^ _AFfnpmod :  s s % x  _AFfnpsimplemod_AFmodule0q name#describec #max_pullc #max_pushc # run_pullc #reset1c #reset2c #run_pushc #sync1c # sync2c #$run #(freec #, _AFmodule q  _AFmoduleinst %_AFmodulestate modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate# old_v_rate#chunk #module # buffer #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst # _AFmodulestate_Track|id#f#v#DchannelMatrix#markerCount#markers #hasAESData#aesData) #totalfframesp#nextfframep#frames2ignorep#fpos_first_frame]#fpos_next_frame]#fpos_after_data]#totalvframesp#nextvframep#data_size]#ms #taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# _Track _LoopOid#mode#count#beginMarker# endMarker#trackid#_Loop OAFPVulU#d#v%#`AFPVu _Instrumentid#loopCount#loops[#values# _Instrument _Miscellaneous^id#type#size#buffer%# position]#_Miscellaneous ^_AFfilehandle4valid#access#seekok#fh# fileName#fileFormat#trackCount#tracks#instrumentCount# instruments#$miscellaneousCount#(miscellaneouss#,formatSpecific%#0 xAFfilehandle_af_instparam_setgPU}filefinstidf pvlistfnpvfihinstnohjhparamxtypey_AUpvlist }AUpvlistafSetInstParamsUfileinstid pvlistnpvafSetInstParamLongUfileinstid paramUvaluepvlist_af_instparam_getU{fileinstid pvlistnpvforceLongiinstnoj$77paramtypeafGetInstParamsUfileinst pvlistnpv afGetInstParamLong UUbfileinst paramvalUpvlist_af_instparam_index_from_id Ufilefmt id  i _af_handle_instrument_index_from_idVU;fileid i_af_setup_instrument_index_from_id(`Usetup'id' i)_af_filehandle_can_write _af_unique_ids    _af_filehandle_ok, _af_filesetup_okP _af_instsetup_newu _af_setup_free_instruments   _af_error  AUpvgetval   %AUpvgetparam   AUpvsetvalB   %AUpvsetvaltypen   AUpvsetparam   AUpvfree AUpvgetmaxitems AUpvnew OCloop.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/loop.o loop.c -W0,-xp.XAKgoyLLBJXMEZB.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLLBJXMEZB.;backend;raw;cd;DBG_GEN 5.2.7IafInitLoopIDs'PUsetup&instid& %loopids&nloops&instno(EEEi<int_Booldouble_PCMInfo Aslope#intercept#minClip#maxClip# _PCMInfovoid P_AudioFormat@sampleRate#sampleFormat#sampleWidth# byteOrder#pcmA#channelCount#4compressionType#8compressionParamsX#< ]_AudioFormatchar &_MarkerSetup pid#name.#comment.# 3_MarkerSetup plong AFfileoffset AFframecount_TrackSetup`id#f#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCount#Pmarkers#TdataOffset#XframeCount#\ _TrackSetup _LoopSetup3id# _LoopSetup 3_InstrumentSetupid#loopCount#loopsD#loopSet# I_InstrumentSetup _MiscellaneousSetup id#type#size# _MiscellaneousSetup _AFfilesetup$valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instruments#miscellaneousCount#miscellaneous#  AFfilesetup  afGetLoopIDsGPCUfileFinstidF %loopidsFinstnoHiI_AFvirtualfile%readQ#lengthg#write#destroy# seek#tell#closureX# unsigned Q % X * 6 g % VP l  % q * v %   %     %  AFvirtualfile  shortunsigned long_Marker_ id#position #name.#comment.#  _Marker _ unsigned charr  _AFchunkH bufX#nframes#f# _AFchunk _AFmoduleinstX inc #outc #modspecX#u # mod #free_on_close#valid# t sourceX # sinkX # pull] #pusht # X _AFfnpmod  X _AFfnpsimplemod_AFmodule0 name.#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run #(free #,  _AFmodule _AFmoduleinst X_AFmodulestateR modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate# old_v_rate#chunk #module # buffer #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst #  _AFmodulestate_Track|-id#f#v#DchannelMatrix#markerCount#markersm #hasAESData#aesData #totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#msR #taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# g _Track -_Loopid#mode#count#beginMarker# endMarker#trackid# ?_Loop AFPVul#d#vX# AFPVu _InstrumentEid#loopCount#loops#values# _Instrument E_Miscellaneousid#type#size#bufferX# position# \_Miscellaneous _AFfilehandle4valid#access#seekok#fh# fileName.#fileFormat#trackCount#tracks:#instrumentCount# instrumentsW#$miscellaneousCount#(miscellaneous#,formatSpecificX#0  AFfilehandle _af_handle_loop_index_from_idYPUkfileXinstnoX loopidXiZgetLoopl Uhandlejinstidj loopidjmustWritekloopnominstnomafSetLoopModeUwfileinstid loopidmodeloop afGetLoopMode Ufileinstid loopidloop afSetLoopCountUbfileinstid loopidcountloop afGetLoopCountUfileinstid loopidloopafSetLoopStart ~UKfileinstid loopidmarkidloop afGetLoopStartӀUfileinstid loopidloop afSetLoopStartFrameUsfileinstid loopidstartFrametrackidbeginMarkerloop afGetLoopStartFrame9Ufileinstid loopidtrackidbeginMarkerloopafSetLoopTrack @Ufileinstid loopidtrackloop afGetLoopTrack U fileinstid loopidloopafSetLoopEnd"nUfile!instid! loopid!markid!loop#afGetLoopEnd/pUfile.instid. loopid.loop0afSetLoopEndFrame<Ufile;instid; loopid;endFrame;trackid=endMarker=loop>afGetLoopEndFrameU)U_fileTinstidT loopidTtrackidVendMarkerVloopW_af_setup_instrument_index_from_id  _af_handle_instrument_index_from_id  _af_setup_free_loops  _af_filehandle_can_write+ _af_unique_ids\ %  . _af_callocX * *_af_filehandle_ok _af_filesetup_ok & _af_error   afGetMarkPosition%   afSetMarkPosition    kmarker.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/marker.o marker.c -W0,-xp.XAKgoyLLBJXMUsB.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLLBJXMUsB.;backend;raw;cd;DBG_GEN 5.2.7O_af_marker_find_by_id)0Ua track(markerid( i*shortunsigned longchar_Markerid#position#name#comment# _Markerintdouble_PCMInfo xslope#intercept#minClip#maxClip# '_PCMInfovoid_AudioFormat@JsampleRate#sampleFormat#sampleWidth# byteOrder#pcmx#channelCount#4compressionType#8compressionParams#< _AudioFormat_Boolunsigned charlong k | |AFframecount |AFfileoffset_AFchunkHbuf#nframes#fJ# _AFchunk_AFmoduleinstinc#outc#modspec#u# mod#free_on_closeb#validb# source# sink# pull#push# _AFfnpmod _AFfnpsimplemod_AFmodule0name#describe#max_pull#max_push# run_pull#reset1#reset2#run_push#sync1# sync2#$run#(free#, +_AFmodule _AFmoduleinst _AFmodulestateymodulesdirtyb#nmodules#mustuseatomicnvframesb#old_f_rate# old_v_rate#chunk#module # buffer%#$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst # *_AFmodulestate_Track|T id#fJ#vJ#DchannelMatrix]#markerCount#markers#hasAESDatab#aesData#totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#msy#taper#dynamic_range#ratecvt_filter_params_setb#filemodhappyb# _TrackT afInitMarkIDs9U  setup8trackid8  markids8nmarks8i:track ;B_MarkerSetup 9 id#name#comment# _MarkerSetup9 _TrackSetup` id#fJ#rateSetb#DsampleFormatSetb#EsampleWidthSetb#FbyteOrderSetb#GchannelCountSetb#HcompressionSetb#IaesDataSetb#JmarkersSetb#KdataOffsetSetb#LframeCountSetb#MmarkerCount#PmarkersL #TdataOffset#XframeCount#\ Q _TrackSetup _LoopSetup id# _LoopSetup _InstrumentSetup8 id#loopCount#loops #loopSetb# _InstrumentSetup8 _MiscellaneousSetup  id#type#size# T _MiscellaneousSetup _AFfilesetup$ valid#fileFormat#trackSetb#instrumentSetb# miscellaneousSetb# trackCount# tracks #instrumentCount#instrumentsO #miscellaneousCount#miscellaneous #  AFfilesetupafInitMarkName^Up setup\trackid\ markid\unamestr]markno_length`track bpafInitMarkComment=U( setuptrackid markid-commstrmarknolengthtrack (afGetMarkName@Ufiletrackid markidtracka marker_AFvirtualfile2read^#lengtht#write#destroy# seek#tell#closure#unsigned^27C|t2cy2~72|2||2 AFvirtualfile_Loopnid#mode#count#beginMarker# endMarker#trackid# _LoopnAFPVul|#d#v# AFPVu_Instrument id#loopCount#loopsz#values# _Instrument _Miscellaneous}id#type#size#buffer# position# !_Miscellaneous}_AFfilehandle4valid#access#seekokb#fh# fileName#fileFormat#trackCount#tracksa #instrumentCount# instruments#$miscellaneousCount#(miscellaneous#,formatSpecific#0 AFfilehandleafGetMarkCommentyU>filetrackid markidtracka markerafSetMarkPositionFUfiletrackid markidpostracka markerafGetMarkIDsPUqfiletrackid  markidstracka i afGetMarkPosition Ufiletrackid markidtracka marker_af_marker_new,UScount+markers-_af_filehandle_can_writeb_af_filehandle_get_tracka  _af_filesetup_get_tracksetup _af_strdup _af_calloc077_af_mallocN7_af_filehandle_okbs_af_filesetup_okb _af_errorfreestrncpy 7  7size_tstrlen>CHstrcpy>MAmisc.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/misc.o misc.c -W0,-xp.XAKgoyLLBJXMU\$B.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLLBJXMU$B.;backend;raw;cd;DBG_GEN 5.2.7~Ufind_misc_by_id) U ? file(id( i*intvoidlongAFfileoffset_Miscellaneous  id# type# size# buffer# position#_Miscellaneous _Bool_AFvirtualfile read# length# write# destroy'# seekG# tell]# closure#.unsigned            '  G   , ] L.AFvirtualfilebchar{double_PCMInfo  slope# intercept# minClip# maxClip#_PCMInfo_AudioFormat@ sampleRate# sampleFormat# sampleWidth# byteOrder# pcm# channelCount#4 compressionType#8 compressionParams#<_AudioFormatshortunsigned long_Marker# id# position# name# comment# _Marker#unsigned char6XAFframecount_AFchunkH buf# nframesX# f#k_AFchunk_AFmoduleinst/ inc# outc# modspec# u`# mod# free_on_close%# valid%#K source/#` sink/# pull4# pushK#  /_AFfnpmodk    _AFfnpsimplemod_AFmodule0 name# describe# max_pull# max_push# run_pull# reset1# reset2# run_push# sync1# sync2#$ run#( free#,_AFmodule _AFmoduleinst_AFmodulestate) modulesdirty%# nmodules# mustuseatomicnvframes%# old_f_rate# old_v_rate# chunk# module# buffer#$ filemodinst#( filemod_rebufferinst#@ rateconvertinst#X rateconvert_inrate#p rateconvert_outrate#x rateconvert_rebufferinst#_AFmodulestate_Track| id# f# v#D channelMatrix# markerCount# markers1# hasAESData%# aesDataG# totalfframesX# nextfframeX# frames2ignoreX# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframesX# nextvframeX# data_size# ms) # taper# dynamic_range# ratecvt_filter_params_set%# filemodhappy%#> _Track _Loop id# mode# count# beginMarker# endMarker# trackid# _Loop AFPVu l# d# v# AFPVu _Instrument id# loopCount# loops # values #  _Instrument _AFfilehandle4: valid# access# seekok%# fhv# fileName# fileFormat# trackCount# tracks # instrumentCount# instruments. #$ miscellaneousCount#( miscellaneous #, formatSpecific#03 : AFfilehandlefind_miscsetup_by_id8yU  `setup7id7 i9_MiscellaneousSetup  id# type# size# _MiscellaneousSetup _MarkerSetup K id# name# comment#_MarkerSetupK_TrackSetup` id# f# rateSet%#D sampleFormatSet%#E sampleWidthSet%#F byteOrderSet%#G channelCountSet%#H compressionSet%#I aesDataSet%#J markersSet%#K dataOffsetSet%#L frameCountSet%#M markerCount#P markers^#T dataOffset#X frameCountX#\c_TrackSetup_LoopSetup id#_LoopSetup_InstrumentSetupJ id# loopCount# loops# loopSet%# _InstrumentSetupJ_AFfilesetup$[ valid# fileFormat# trackSet%# instrumentSet%# miscellaneousSet%# trackCount# tracks# instrumentCount# instrumentsa# miscellaneousCount# miscellaneous # f[AFfilesetupafInitMiscIDsGU`setupFidsF nidsFiHBafGetMiscIDsjsU5? fileiidsi ikafInitMiscType|U`setup{miscellaneousid{ type{miscellaneous }afGetMiscTypeU? filemiscellaneousid miscellaneous afInitMiscSize U`setupmiscellaneousid sizemiscellaneous afGetMiscSizeU? filemiscellaneousid miscellaneous afWriteMiscĠ U? filemiscellaneousid bufbytesmiscellaneous localsizeafReadMisc,UL? filemiscellaneousid bufbyteslocalsizemiscellaneous afSeekMisc 0U? filemiscellaneousid offsetmiscellaneous  _af_filehandle_can_write% : _af_calloc  _af_malloc: _af_filehandle_can_read%e : _af_filehandle_ok% : _af_filesetup_ok% [ {_af_error  memset    memcpy3   free qtrack.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/track.o track.c -W0,-xp.XAKgoyLMBJXMUSC.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLMBJXMUSC.;backend;raw;cd;DBG_GEN 5.2.7aZafInitTrackIDs)Ufile(trackids( trackCount(int_Booldouble_PCMInfo slope#intercept#minClip#maxClip#_PCMInfovoid_AudioFormat@sampleRate#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#4compressionType#8compressionParams #<_AudioFormatchar_MarkerSetup "id#name#comment#_MarkerSetup"long:AFfileoffset:AFframecount_TrackSetup`id#f#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCount#Pmarkers5#TdataOffsetB#XframeCountU#\h_TrackSetup_LoopSetupid#_LoopSetup_InstrumentSetupOid#loopCount#loops#loopSet# _InstrumentSetupO_MiscellaneousSetup id#type#size#k_MiscellaneousSetup_AFfilesetup$valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instrumentsf#miscellaneousCount#miscellaneous# AFfilesetup afGetTrackIDs1*U&Zfile0trackids0 _AFvirtualfileread#length#write #destroy# seek?#tellU#closure #&unsigned     :          :?  : $ :U D&AFvirtualfileZshortunsigned long_Markeridx#position#name#comment# _Markerunsigned char :_AFchunkHG buf #nframesU#f# _AFchunkG _AFmoduleinst incV #outcV #modspec #u # mod\ #free_on_close#valid#[  source # sink #' pull #push # 4 ' 4 _AFfnpmod e I I N e _AFfnpsimplemod_AFmodule0G name#describe9 #max_pull9 #max_push9 # run_pull9 #reset19 #reset29 #run_push9 #sync19 # sync29 #$runj #(free9 #, _AFmodule G W [ _AFmoduleinsta  _AFmodulestate modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate# old_v_rate#chunkV #moduleu # bufferz #$filemodinsta #(filemod_rebufferinsta #@rateconvertinsta #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinsta # _AFmodulestate_Track|id#f#v#DchannelMatrixs#markerCount#markers#hasAESData#aesData#totalfframesU#nextfframeU#frames2ignoreU#fpos_first_frameB#fpos_next_frameB#fpos_after_dataB#totalvframesU#nextvframeU#data_sizeB#ms #taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# _Track_Loop%id#mode#count#beginMarker# endMarker#trackid#_Loop%AFPVubl:#d#v #6AFPVub_Instrumentid#loopCount#loops1#valuesn# s_Instrument_Miscellaneous4id#type#size#buffer # positionB#_Miscellaneous4_AFfilehandle4Uvalid#access#seekok#fhn# fileName#fileFormat#trackCount#tracks#instrumentCount# instruments#$miscellaneousCount#(miscellaneousI#,formatSpecific #0NUAFfilehandle _af_track_new;0Ut<_af_malloc  memset    Q query.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/query.o query.c -W0,-xp.XAKgoyLMBJXMUlC.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLMBJXMUlC.;backend;raw;cd;DBG_GEN 5.2.7<\afQuery;5Uquerytype:arg1: arg2:arg3:arg4:_AUpvlistAUpvlistint_afQueryFileFormat[`iUarg1Zarg2Z arg3Zarg4ZW counta idxa countl idxl bufferm idx count bufferafQueryLongݠFUquerytypearg1 arg2arg3arg4 list type valuelongafQueryDoublePUquerytypearg1 arg2arg3arg4 list type valuedoubleafQueryPointer UNFquerytypearg1 arg2arg3arg4 list type valueNvoidF _afQueryInstrumentParameterU arg1 arg2 arg3 arg4 i! count! buffer" idx9 idxF idxR retY _afQueryLoopkU% arg1j arg2j arg3j arg4j _afQueryInstrument~U arg1} arg2} arg3} arg4} _afQueryMiscellaneousU arg1 arg2 arg3 arg4 _afQueryMarker Un arg1 arg2 arg3 arg4 _afQueryCompressionU/ arg1 arg2 arg3 arg4 count i index buf _af_instparam_index_from_idc  _af_compression_index_from_id F _af_pv_pointer  _af_pv_long unsigned _af_callocN   char  _af_error:   AUpvgetvalb N AUpvgetvaltype  AUpvsetval N AUpvsetvaltype  AUpvsetparam  AUpvfree(  AUpvnewC freeNRraw.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/raw.o raw.c -W0,-xp.XAKgoyLMBJXMU4C.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLMBJXMU4C.;backend;raw;cd;DBG_GEN 5.2.7dint_Booldouble_PCMInfo slope6#intercept6#minClip6#maxClip6#@_PCMInfovoid_AudioFormat@csampleRate6#sampleFormat&#sampleWidth&# byteOrder&#pcm#channelCount&#4compressionType&#8compressionParams#<_AudioFormatcharv_MarkerSetup id&#name~#comment~#_MarkerSetuplongAFfileoffsetAFframecount_TrackSetup`Nid&#fc#rateSet-#DsampleFormatSet-#EsampleWidthSet-#FbyteOrderSet-#GchannelCountSet-#HcompressionSet-#IaesDataSet-#JmarkersSet-#KdataOffsetSet-#LframeCountSet-#MmarkerCount&#Pmarkers#TdataOffset#XframeCount#\_TrackSetupN_LoopSetupid&#e_LoopSetup_InstrumentSetupid&#loopCount&#loops#loopSet-# _InstrumentSetup_MiscellaneousSetup Jid&#type&#size&# _MiscellaneousSetupJ_AFfilesetup$^valid&#fileFormat&#trackSet-#instrumentSet-# miscellaneousSet-# trackCount&# tracks`#instrumentCount&#instruments#miscellaneousCount&#miscellaneousd# i_AFfilesetup_af_raw_default_filesetup^& &  _af_raw_compression_types5 Usetuptrack|isAIFFud t t i)_af_aiff_instparam_valid` "Uu36filehandleDlist )iparam)type)lval)_AUpvlist3?AUpvlist_af_aifc_get_version""U)6file_af_marker_new )_af_track_new_af_filesetup_copyu0:af_read_pstring-. af_read_uint8-Y.af_read_uint16_be-Yaf_read_uint32_be-_af_set_sample_format---*_af_filehandle_get_track%)_af_strdup8C8_af_callocWf_af_reallocWW_af_mallocW0 _af_error)!af_ftell=af_fseek) =)O:af_freadXH  XX AUpvgetval)p ?)W)AUpvgetvaltype) ?)p AUpvgetparam) ?)p   _af_convert_from_ieee_extendedE! "WO !"!memcpyW?!!!O?!OI!#memcmp)D!N!7aiffwrite.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/aiffwrite.o aiffwrite.c -W0,-xp.XAKgoyLNBJXMUeD.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLNBJXMUeD.;backend;raw;cd;DBG_GEN 5.2.7raiffinfo_new9"t#UEraiffE:longrAFfileoffset_AIFFInfo5miscellaneousPositionz#FVER_offsetz#COMM_offsetz#MARK_offsetz# INST_offsetz#AESD_offsetz#SSND_offsetz#_AIFFInfo5 _af_aiff_write_initH#$U setupG $fileG fileSize7Iintstatus_Booldouble_PCMInfo 'slope#intercept#minClip#maxClip#_PCMInfovoid6_AudioFormat@sampleRate#sampleFormat#sampleWidth# byteOrder#pcm'#channelCount#4compressionType#8compressionParams>#<C_AudioFormatchar _MarkerSetup Vid#name#comment#_MarkerSetupVrAFframecount_TrackSetup`id#f#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCount#Pmarkersi#TdataOffsetz#XframeCountn#\_TrackSetup_LoopSetupid#_LoopSetup_InstrumentSetuphid#loopCount#loops#loopSet# _InstrumentSetuph_MiscellaneousSetup id#type#size#_MiscellaneousSetup_AFfilesetup$valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instruments#miscellaneousCount#miscellaneous# AFfilesetup_AFvirtualfilekread#length#write#destroy# seek #tell #closure>#unsigned  k > p| r k 6  k  p k r k r  r k AFvirtualfile$ shortunsigned long_Marker idB #positionK #name#comment# \ _Marker unsigned char  r_AFchunkH buf>#nframesn#f# _AFchunk _AFmoduleinst inc #outc #modspec>#u # mod& #free_on_close#valid#%  source # sink # pull #push #   _AFfnpmod /   > / _AFfnpsimplemod_AFmodule0 name#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run4 #(free #,J _AFmodule  ! % _AFmoduleinst+ >_AFmodulestate modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate# old_v_rate#chunk #module? # bufferD #$filemodinst+ #(filemod_rebufferinst+ #@rateconvertinst+ #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst+ #I _AFmodulestate_Track|sid#f#v#DchannelMatrix= #markerCount#markers #hasAESData#aesData #totalfframesn#nextfframen#frames2ignoren#fpos_first_framez#fpos_next_framez#fpos_after_dataz#totalvframesn#nextvframen#data_sizez#ms #taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# _Tracks_Loopid#mode#count#beginMarker# endMarker#trackid#_LoopAFPVu,lr#d#v>#AFPVu,_Instrumentid#loopCount#loops#values8# =_Instrument_Miscellaneousid#type#size#buffer># positionz#_Miscellaneous_AFfilehandle4valid#access#seekok#fh8 # fileName#fileFormat#trackCount#tracks#instrumentCount# instruments#$miscellaneousCount#(miscellaneous#,formatSpecific>#0AFfilehandlepuint32_t _af_aiff_updatej$%U $fileitrackklength7lWriteCOMM%3)U filetrackchunkSize7aiffEisAIFFCsblb7ebcompressionTagcompressionName $unsigned shortuint16_t r  uint8_tr rWriteAESD@)o*Ufiletracksize7aiffE $WriteSSND$p*+U$file#track%chunkSize7&zero7&aiffE'WriteINSTG+Y.U$fileFlength7HinstrumentdataI int8_tB int16_t_INSTbaseNote#detune#lowNote#highNote#lowVelocity#highVelocity#gain#sustainLoopPlayMode#sustainLoopBegin# sustainLoopEnd# releaseLoopPlayMode#releaseLoopBegin#releaseLoopEnd#WriteMARK`.0U2$filechunkStartPositionzchunkEndPositionzlength7numMarkersimarkids2aiffE{/10/0/0namelengthzeroidposition7nameWriteFVER0y1U$filechunkSize7timeStamp7aiffEWriteMiscellaneous13U$fileaiffEi132323miscchunkType7chunkSize7padByte_af_filesetup_make_handle   af_write_pstring     af_write_uint8<   <af_write_uint16_beq A  pqaf_write_uint32_be v Cfloat_af_format_frame_size  _af_filehandle_get_track  _af_calloc>; p p_af_malloc>Y p Y_af_error  ^af_ftellr kaf_fseek k r af_flengthr k 6psize_taf_fwrite*    afGetInstParamLongrZ   afGetMarkName   afGetMarkPositionn   afGetMarkIDs   2afGetLoopEnd    afGetLoopStart9   afGetLoopModed    _af_convert_to_ieee_extended  d strlen  strcpy  > 6memcpy>)   pfree >7 extended.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/extended.o extended.c -W0,-xp.XAKgoyLNBJXMU0D.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLNBJXMU0D.;backend;raw;cd;DBG_GEN 5.2.7{_af_convert_to_ieee_extended.36Unum-!bytes-sign&/expon&0fMant1fsMant1hiMant-2loMant-2doubleunsigned charintunsigned long_af_convert_from_ieee_extended 67Ubytesfexpon&hiMant-loMant- floor  ldexp  && frexp  .X!next.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/next.o next.c -W0,-xp.XAKgoyLNBJXMUHE.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLNBJXMUHE.;backend;raw;cd;DBG_GEN 5.2.7q}int)long0N5_af_next_compression_types=.W_Booldouble_PCMInfo slope#intercept#minClip#maxClip# _PCMInfovoid _AudioFormat@sampleRate#sampleFormat)#sampleWidth)# byteOrder)#pcm#channelCount)#4compressionType)#8compressionParams#< _AudioFormatchar _MarkerSetup  id)#name#comment# _MarkerSetup  5AFfileoffset 5AFframecount_TrackSetup`id)#f#rateSetx#DsampleFormatSetx#EsampleWidthSetx#FbyteOrderSetx#GchannelCountSetx#HcompressionSetx#IaesDataSetx#JmarkersSetx#KdataOffsetSetx#LframeCountSetx#MmarkerCount)#Pmarkers#TdataOffset##XframeCount6#\ I_TrackSetup _LoopSetupid)# _LoopSetup _InstrumentSetup0id)#loopCount)#loops#loopSetx# _InstrumentSetup 0_MiscellaneousSetup id)#type)#size)# L_MiscellaneousSetup _AFfilesetup$valid)#fileFormat)#trackSetx#instrumentSetx# miscellaneousSetx# trackCount)# tracks#instrumentCount)#instrumentsG#miscellaneousCount)#miscellaneous# _AFfilesetup_af_next_default_filesetup4T _af_next_read_initD8<;U setupC <fileC idOE offsetOE lengthOE encodingOE sampleRateOE channelCountOE trackF frameSize) )status  AFfilesetup_AFvirtualfileread#length#write#destroy # seek! #tell7 #closure# unsigned) 5  )   5! 5)  57  & AFvirtualfile < shortunsigned long_Marker idZ #positionc #name#comment# t _Marker unsigned char  5_AFchunkH) buf#nframes6#f# _AFchunk ) _AFmoduleinst inc8 #outc8 #modspec#u # mod> #free_on_closex#validx# =  source # sink # pull #push #   _AFfnpmod G + +  0 G _AFfnpsimplemod_AFmodule0) name#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$runL #(free #, b _AFmodule) 9 = _AFmoduleinst C _AFmodulestate modulesdirtyx#nmodules)#mustuseatomicnvframesx#old_f_rate# old_v_rate#chunk8 #moduleW # buffer\ #$filemodinstC #(filemod_rebufferinstC #@rateconvertinstC #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinstC # a _AFmodulestate_Track|id)#f#v#DchannelMatrixU #markerCount)#markers #hasAESDatax#aesData #totalfframes6#nextfframe6#frames2ignore6#fpos_first_frame##fpos_next_frame##fpos_after_data##totalvframes6#nextvframe6#data_size##ms #taper#dynamic_range#ratecvt_filter_params_setx#filemodhappyx# _Track _Loopid)#mode)#count)#beginMarker)# endMarker)#trackid)# _Loop AFPVuDl5#d#v# AFPVu D_Instrumentid)#loopCount)#loops#valuesP# U_Instrument _Miscellaneousid)#type)#size)#buffer# position## _Miscellaneous _AFfilehandle47valid)#access)#seekokx#fhP # fileName#fileFormat)#trackCount)#tracks#instrumentCount)# instruments#$miscellaneousCount)#(miscellaneous+#,formatSpecific#0 0 7AFfilehandle uint32_t _af_next_recognize`;;Ux P fh buffer uint8_t5 _af_next_complete_setup;S>U$ setup track_af_filesetup_copyTx  af_read_uint32_beTY _af_set_sample_format float_af_format_frame_sizex _af_filesetup_get_tracksetup6)_af_track_new M_af_errorv)Raf_fseek)5)af_flength5  size_t af_fread  memcmp) >"nextwrite.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/nextwrite.o nextwrite.c -W0,-xp.XAKgoyLNBJXMkbE.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLNBJXMkbE.;backend;raw;cd;DBG_GEN 5.2.7_af_next_update2`>>Uxq= file1intqstatus_Bool_AFvirtualfile readB#length`#write#destroy# seek#tell#closure#voidunsigned qB   'long G` O e q  j o   G  G q G AFvirtualfilechardouble_PCMInfo Xslope#intercept#minClip#maxClip#_PCMInfo_AudioFormat@sampleRate#sampleFormatq#sampleWidthq# byteOrderq#pcmX#channelCountq#4compressionTypeq#8compressionParams#<g_AudioFormatshortunsigned long_Markerid5#position>#name#comment# O_Markerunsigned char GGAFframecountGAFfileoffset_AFchunkH*buf#nframes#f#_AFchunk*_AFmoduleinstinc9#outc9#modspec#u# mod?#free_on_close#valid#>source#sink# pull#push#   _AFfnpmod H , , 1H_AFfnpsimplemod_AFmodule0*name#describe#max_pull#max_push# run_pull#reset1#reset2#run_push#sync1# sync2#$runM#(free#,c_AFmodule *:>_AFmoduleinstD_AFmodulestatemodulesdirty#nmodulesq#mustuseatomicnvframes#old_f_rate# old_v_rate#chunk9#moduleX# buffer]#$filemodinstD#(filemod_rebufferinstD#@rateconvertinstD#Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinstD#b_AFmodulestate_Track| idq#f#v#DchannelMatrix0#markerCountq#markers#hasAESData#aesData#totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms#taper#dynamic_range#ratecvt_filter_params_set#filemodhappy#_Track _Loop idq#modeq#countq#beginMarkerq# endMarkerq#trackidq# _Loop AFPVuE lG#d#v# AFPVuE _Instrument idq#loopCountq#loops #valuesQ # V _Instrument _Miscellaneous idq#typeq#sizeq#buffer# position# _Miscellaneous _AFfilehandle48 validq#accessq#seekok#fh# fileName#fileFormatq#trackCountq#tracks #instrumentCountq# instruments #$miscellaneousCountq#(miscellaneous, #,formatSpecific#01 8 AFfilehandlenext_write_header8>?Ux2= file7track 9frameSizeq:offset2;length2;encoding2;sampleRate2;channelCount2;uint32_tnextencodingtypeU@@U2formatTencoding2V_af_next_write_inits@AUxsetupr= filehandler track t_MarkerSetup >idq#name#comment#_MarkerSetup>_TrackSetup`idq#f#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCountq#PmarkersQ#TdataOffset#XframeCount#\V_TrackSetup_LoopSetupidq#_LoopSetup_InstrumentSetup=idq#loopCountq#loops#loopSet# _InstrumentSetup=_MiscellaneousSetup idq#typeq#sizeq#Y_MiscellaneousSetup_AFfilesetup$validq#fileFormatq#trackSet#instrumentSet# miscellaneousSet# trackCountq# tracks#instrumentCountq#instrumentsT#miscellaneousCountq#miscellaneous# AFfilesetup1 _af_filesetup_make_handlex   af_write_uint32_bex;  gfloat_af_format_frame_size@w ; 1 _af_filehandle_get_track  w q _af_error q af_fseekq  G q size_taf_fwrite    &#wave.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/wave.o wave.c -W0,-xp.XAKgoyLNBJXMUwE.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLNBJXMUwE.;backend;raw;cd;DBG_GEN 5.2.7#int)long0N5_af_wave_compression_types=/WcharxdoublevoidAFPVu l5# d# v# AFPVu _InstParamInfo% id)# type)# name# defaultValue# _InstParamInfo%:P5_af_wave_inst_params?5H_Bool _PCMInfo  slope# intercept# minClip# maxClip# }_PCMInfo _AudioFormat@ sampleRate# sampleFormat)# sampleWidth)# byteOrder)# pcm# channelCount)#4 compressionType)#8 compressionParams#< _AudioFormat _MarkerSetup  id)# name# comment# _MarkerSetup 5AFfileoffset 5AFframecount _TrackSetup`i id)# f# rateSett#D sampleFormatSett#E sampleWidthSett#F byteOrderSett#G channelCountSett#H compressionSett#I aesDataSett#J markersSett#K dataOffsetSett#L frameCountSett#M markerCount)#P markers#T dataOffset#X frameCount#\ !_TrackSetupi _LoopSetup id)# _LoopSetup _InstrumentSetup id)# loopCount)# loops# loopSett# _InstrumentSetup _MiscellaneousSetup e id)# type)# size)# $_MiscellaneousSetupe _AFfilesetup$y valid)# fileFormat)# trackSett# instrumentSett# miscellaneousSett# trackCount)# tracks{# instrumentCount)# instruments# miscellaneousCount)# miscellaneous# _AFfilesetup_af_wave_default_filesetupy@x ParseFrameCountQABUMM VfilehandleO fpO iidP xsizePtotalFramesiRtrackS )status _AFvirtualfile read # length # writeA # destroyS # seeks # tell # closure#Zunsigned) 5   )A ! & S F 5s 5)X 5 x ZAFvirtualfile shortunsigned long _Marker id # position # name# comment# _Marker unsigned char" D 5 _AFchunkH{ buf# nframes# f# D _AFchunk{ _AFmoduleinst inc # outc # modspec# u9 # mod # free_on_closet# validt# $ source #9 sink #[ pull # push$ #h  [ h _AFfnpmodD  } }  _AFfnpsimplemod _AFmodule0{ name# describem # max_pullm # max_pushm # run_pullm # reset1m # reset2m # run_pushm # sync1m # sync2m #$ run #( freem #, _AFmodule{  _AFmoduleinst  _AFmodulestate modulesdirtyt# nmodules)# mustuseatomicnvframest# old_f_rate# old_v_rate# chunk # module # buffer #$ filemodinst #( filemod_rebufferinst #@ rateconvertinst #X rateconvert_inrate#p rateconvert_outrate#x rateconvert_rebufferinst # _AFmodulestate_Track| id)# f# v#D channelMatrix # markerCount)# markers # hasAESDatat# aesData3 # totalfframes# nextfframe# frames2ignore# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframes# nextvframe# data_size# ms# taper# dynamic_range# ratecvt_filter_params_sett# filemodhappyt# _Track _LoopY id)# mode)# count)# beginMarker)# endMarker)# trackid)# _LoopY _Instrument id)# loopCount)# loopse# valuesj# o_Instrument _Miscellaneous0 id)# type)# size)# buffer# position# _Miscellaneous0 _AFfilehandle4Q valid)# access)# seekokt# fh # fileName# fileFormat)# trackCount)# tracks# instrumentCount)# instruments#$ miscellaneousCount)#( miscellaneousE#, formatSpecific#0J QAFfilehandle uint32_t size_t ParseFormat`BIUM Vfilehandle^ fp^ iid_ xsize_trackaformatTagbchannelCountbsampleRateicaverageBytesPerSecondicblockAligndwaveeBHBGBGB^CbitsPerSampleCCbitsPerSampleCEbitsPerSampleextraByteCountsamplesPerBlocknumCoefficientsi)pvl5v_DDqDDqDDa0a1EIGpvl5bitsPerSampleextraByteCountsamplesPerBlockbytesPerBlock) Bunsigned short uint16_t 55_WAVEInfo factOffset# miscellaneousStartOffset# totalMiscellaneousSize# markOffset# dataSizeOffset# blockAligni# samplesPerBlocki# msadpcmCoefficients# _WAVEInfo_AUpvlist AUpvlist int16_tParseDataG IIUMVfilehandleE fpE iidFxsizeFtrackHParsePlayListXIEJUMVfilehandleV fpV iidWxsizeWinstrumentYsegmentCountiZsegment)[I6JI'JI'JstartMarkIDihloopLengthihloopCountihParseCuestPJKUMWVfilehandler fpr iidsxsizestrackumarkerCountivi)wJK KK KKidipositionichunkidichunkByteOffsetiblockByteOffsetisampleFrameOffsetimarker ParseADTLSubChunkKNUMVfilehandle fp iidxsizetrackendPos;LMRLMRLMchunkIDchunkSizeizLMLMLMmarker idilength5px5ParseINFOSubChunkNPUMVfilehandle fp iidxsizeendPosJNPaNPaNPmisctype)miscidimiscsizeimO~PyOgPyOgPstringParseListPQUMbVfilehandle fp iidxsizetypeIDiParseInstrument5QpRUMVfilehandle3 fp3 iid4xsize4baseNote6detune7gain7lowNote8highNote8lowVelocity8highVelocity8padByte9 " uint8_t xint8_t_af_wave_recognizeHpR9SUt fhGbufferI5_af_wave_read_initV@SXUM$!)!setupUVfilehandleU trackWtypeiXsizeiXformtypeiXindexiYhasFormattZhasDatatZhasCuetZhasListtZhasPlayListtZhasFrameCounttZhasINSTt[hasINFOt[wave\kT'XwTXwTXchunkidichunksizeiresultMB $!AFfilesetup_af_wave_complete_setupX^U)!!)!setupnewsetup)!track{h]H^x]H^x]H^i)_af_wave_instparam_valid^3aUt"Vfilehandlelist )iparam)type)lval)_af_marker_find_by_id "")_af_marker_new ")_af_filesetup_copy)! #)!)!t_af_track_new" Zaf_read_uint8MQ#!#&#af_read_uint16_leM#Q#&#af_read_uint32_leM##&#_af_set_sample_formatM##MMfloat_af_format_frame_size##$#tJ_af_filehandle_get_trackY$#$)_af_filesetup_get_tracksetup{$Y$)_af_strdup$_af_realloc$_af_malloc$x$ _af_error%)$!af_ftell58%af_fseek)^%5)Zaf_freadx%^%xxc%AUpvgetval)% ))AUpvgetvaltype)% )%AUpvgetparam)& )%AUpvsetval)>& )AUpvsetvaltype)j& ))AUpvsetparam)& ))AUpvnew&)&&memcmp)&&&"free%wavewrite.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/wavewrite.o wavewrite.c -W0,-xp.XAKgoyLOBJXM0EF.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLOBJXM0EF.;backend;raw;cd;DBG_GEN 5.2.7ߓwaveinfo_new3PaaUwwaveinfo4longwAFfileoffsetunsigneduint32_tshortw w _WAVEInfo factOffset# miscellaneousStartOffset# totalMiscellaneousSize# markOffset# dataSizeOffset# blockAlign# samplesPerBlock# msadpcmCoefficients#_WAVEInfo  WriteFormat@adU file?track AformatTagCchannelCountCsampleRateDaverageBytesPerSecondDblockAlignEchunkSizeFbitsPerSampleGddddddzeroBint status_Bool_AFvirtualfile read# length# write# destroy!# seekA# tellW# closure# 'void   w    ! wAw  &wW F'AFvirtualfile \char udouble_PCMInfo  slope# intercept# minClip# maxClip#_PCMInfo_AudioFormat@ sampleRate# sampleFormat # sampleWidth # byteOrder # pcm# channelCount #4 compressionType #8 compressionParams#<_AudioFormat unsigned long_Marker id# position# name}# comment}# _Marker unsigned char'IwwAFframecount_AFchunkH buf# nframesI# f#\_AFchunk _AFmoduleinst  inc# outc# modspec# uQ# mod # free_on_close# valid# < source #Q sink #s pull%# push<#  s_AFfnpmod \ _AFfnpsimplemod_AFmodule0 name}# describe# max_pull# max_push# run_pull# reset1# reset2# run_push# sync1# sync2#$ run#( free#,_AFmodule _AFmoduleinst _AFmodulestate modulesdirty# nmodules # mustuseatomicnvframes# old_f_rate# old_v_rate# chunk# module # buffer #$ filemodinst #( filemod_rebufferinst #@ rateconvertinst #X rateconvert_inrate#p rateconvert_outrate#x rateconvert_rebufferinst # _AFmodulestate _Track| id # f# v#D channelMatrix# markerCount # markers"# hasAESData# aesData8# totalfframesI# nextfframeI# frames2ignoreI# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframesI# nextvframeI# data_size# ms # taper# dynamic_range# ratecvt_filter_params_set# filemodhappy#/ _Track _Loopq id # mode # count # beginMarker # endMarker # trackid # _Loop q AFPVu lw# d# v# AFPVu _Instrument  id # loopCount # loops} # values #  _Instrument _Miscellaneous id # type # size # buffer# position#$_Miscellaneous _AFfilehandle4 valid # access # seekok# fhp# fileName}# fileFormat # trackCount # tracks # instrumentCount # instruments#$ miscellaneousCount #( miscellaneous#, formatSpecific#0 AFfilehandleunsigned shortuint16_t WriteFrameCounte#fUvfiletrack waveinfofactSizetotalFrameCount WriteData0fgUfiletrack chunkSizewaveinfo_af_wave_update gXhUfiletrack wave^g-hpg-hpg-hdataLengthfileLengthBmisc_type_to_wave`hwiU misctypemiscid WriteMiscellaneousilUfilehandlewaveililili miscellaneousByteschunkSizeiojiYjiYjmiscid'kl'kl'klmiscsizeVmiscidWklkDlkDlzerobHllHllsize l'uint8_tWriteCues{lpU filezi |markids |markCount |numCues}cueChunkSize}listChunkSize}wave~mnmnmnidentifierpositionchunkStartblockStartsampleOffsetmarkpositionIn?on0on0oname*opopopname4labelSizecuePointIDepp|pp|ppzero u %u /_af_wave_write_initpqUVsetupfilehandle zero_MarkerSetup  id # name}# comment}#_MarkerSetup _TrackSetup`A id # f# rateSet#D sampleFormatSet#E sampleWidthSet#F byteOrderSet#G channelCountSet#H compressionSet#I aesDataSet#J markersSet#K dataOffsetSet#L frameCountSet#M markerCount #P markers#T dataOffset#X frameCountI#\_TrackSetup A_LoopSetupv id #X_LoopSetup v_InstrumentSetup id # loopCount # loops# loopSet# _InstrumentSetup _MiscellaneousSetup = id # type # size #_MiscellaneousSetup =_AFfilesetup$Q valid # fileFormat # trackSet# instrumentSet# miscellaneousSet# trackCount # tracksS# instrumentCount # instruments# miscellaneousCount # miscellaneousW# \QAFfilesetup \ _af_filesetup_make_handlehm'  'af_write_uint8 af_write_uint16_le af_write_uint32_leD float_af_format_sample_sizeID_af_format_frame_sizeID _af_filehandle_get_track  _af_calloc_af_malloc&u &_af_errorO +af_ftellwkaf_fseek w af_flengthw size_t 'af_fwriteafGetMarkName}"   afGetMarkPositionIV"  afGetMarkIDs   u strlen   memcpy!free'ircam.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/ircam.o ircam.c -W0,-xp.XAKgoyLOBJXMEYF.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLOBJXMEYF.;backend;raw;cd;DBG_GEN 5.2.7eunsigned char,uint8_t=longKiP_af_ircam_vax_magicX3XKP_af_ircam_sun_magic4XKP_af_ircam_mips_magic5 XKP_af_ircam_next_magic6Xint_Booldouble_PCMInfo  slope:# intercept:# minClip:# maxClip:#D_PCMInfovoid _AudioFormat@g sampleRate:# sampleFormat*# sampleWidth*# byteOrder*# pcm# channelCount*#4 compressionType*#8 compressionParams#<_AudioFormatchar z_MarkerSetup  id*# name# comment#_MarkerSetup PAFfileoffsetPAFframecount_TrackSetup`J id*# fg# rateSet1#D sampleFormatSet1#E sampleWidthSet1#F byteOrderSet1#G channelCountSet1#H compressionSet1#I aesDataSet1#J markersSet1#K dataOffsetSet1#L frameCountSet1#M markerCount*#P markers#T dataOffset#X frameCount#\_TrackSetup J_LoopSetup id*#a_LoopSetup _InstrumentSetup id*# loopCount*# loops# loopSet1# _InstrumentSetup _MiscellaneousSetup F id*# type*# size*#_MiscellaneousSetup F_AFfilesetup$Z valid*# fileFormat*# trackSet1# instrumentSet1# miscellaneousSet1# trackCount*# tracks\# instrumentCount*# instruments# miscellaneousCount*# miscellaneous`# e_AFfilesetup_af_ircam_default_filesetupZ8 _af_ircam_recognizeHqrU1 1 fhG buffer6 I_AFvirtualfiled read# length# write# destroy# seek # tell # closure# unsigned*di uPd  *di d P dP* P d  AFvirtualfile  =G P _af_ircam_complete_setup]ruU  setup\ track\^ e AFfilesetup _af_ircam_read_initu zU  setup handle track magic rate channels packMode maxAmp isSwapped1 isLittleEndian1B*status :shortunsigned long_Marker: id # position # name# comment#  _Marker : ,^ P_AFchunkH buf# nframes# fg#^ _AFchunk _AFmoduleinst" inc # outc # modspec# uS # mod # free_on_close1# valid1# > source" #S sink" #u pull' # push> # " u  _AFfnpmod ^      _AFfnpsimplemod_AFmodule0 name# describe # max_pull # max_push # run_pull # reset1 # reset2 # run_push # sync1 # sync2 #$ run #( free #, _AFmodule  _AFmoduleinst _AFmodulestate modulesdirty1# nmodules*# mustuseatomicnvframes1# old_f_rate:# old_v_rate:# chunk # module # buffer #$ filemodinst #( filemod_rebufferinst #@ rateconvertinst #X rateconvert_inrate:#p rateconvert_outrate:#x rateconvert_rebufferinst # _AFmodulestate_Track| id*# fg# vg#D channelMatrix # markerCount*# markersH # hasAESData1# aesDataM # totalfframes# nextfframe# frames2ignore# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframes# nextvframe# data_size# ms# taper:# dynamic_range:# ratecvt_filter_params_set1# filemodhappy1#1_Track _Loops id*# mode*# count*# beginMarker*# endMarker*# trackid*# _Loop sAFPVu lP# d:# v#AFPVu _Instrument id*# loopCount*# loops# values# _Instrument _Miscellaneous id*# type*# size*# buffer# position#&_Miscellaneous _AFfilehandle4 valid*# access*# seekok1# fh1 # fileName# fileFormat*# trackCount*# tracks# instrumentCount*# instruments!#$ miscellaneousCount*#( miscellaneous#, formatSpecific#0 AFfilehandle=Pfloatiuint32_t_af_track_new_af_filesetup_copy +  1_af_byteswap_float32S_af_byteswap_int32y _af_set_sample_format y  _af_format_frame_size1z _af_error *af_fseek*3dP*af_flengthPQd isize_t af_freadVQVVc  memcmp*i])ircamwrite.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/ircamwrite.o ircamwrite.c -W0,-xp.XAKgoyLOBJXMkrF.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLOBJXMkrF.;backend;raw;cd;DBG_GEN 5.2.7_af_ircam_write_init8z{U|usetup7handle7 tracka9magic+:rate0;channels9<packMode9=dataOffset9>zerosH?maxAmp0AisSwappedCisLittleEndianCintustatus_Booldouble_PCMInfo slope#intercept#minClip#maxClip#_PCMInfovoid _AudioFormat@sampleRate#sampleFormatu#sampleWidthu# byteOrderu#pcm#channelCountu#4compressionTypeu#8compressionParams#< _AudioFormatchar _MarkerSetup idu#name#comment#_MarkerSetup long4AFfileoffset4AFframecount_TrackSetup`idu#f#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCountu#Pmarkers/#TdataOffset<#XframeCountO#\b_TrackSetup _LoopSetupidu#_LoopSetup _InstrumentSetupIidu#loopCountu#loops#loopSet# _InstrumentSetup I_MiscellaneousSetup idu#typeu#sizeu#e_MiscellaneousSetup _AFfilesetup$validu#fileFormatu#trackSet#instrumentSet# miscellaneousSet# trackCountu# tracks#instrumentCountu#instruments`#miscellaneousCountu#miscellaneous# AFfilesetup_AFvirtualfileLreadx#length#write#destroy# seek#tell #closure# unsigned ux L  Q ] 4 L }   u L  Q   L  4 L 4 u  4 L AFvirtualfile  shortunsigned long_Marker id# #position, #name#comment# = _Marker unsigned char  4_AFchunkH buf#nframesO#f# _AFchunk _AFmoduleinst inc #outc #modspec#u # mod #free_on_close#valid#   source # sink # pull #push #    _AFfnpmod    _AFfnpsimplemod_AFmodule0 name#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run #(free #,+ _AFmodule   _AFmoduleinst _AFmodulestatey modulesdirty#nmodulesu#mustuseatomicnvframes#old_f_rate# old_v_rate#chunk #module # buffer% #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst #* _AFmodulestate_Track|Tidu#f#v#DchannelMatrix #markerCountu#markers #hasAESData#aesData #totalfframesO#nextfframeO#frames2ignoreO#fpos_first_frame<#fpos_next_frame<#fpos_after_data<#totalvframesO#nextvframeO#data_size<#msy #taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# _Track T_Loopidu#modeu#countu#beginMarkeru# endMarkeru#trackidu#f_Loop AFPVu l4#d#v#AFPVu _Instrumentlidu#loopCountu#loops#values# _Instrument l_Miscellaneousidu#typeu#sizeu#buffer# position<#_Miscellaneous _AFfilehandle4validu#accessu#seekok#fh # fileName#fileFormatu#trackCountu#tracksa#instrumentCountu# instruments~#$miscellaneousCountu#(miscellaneous#,formatSpecific#0 AFfilehandle uint8_t  &floatQuint32_t[4_af_ircam_updatey{|U|filex  _af_filesetup_make_handle|  af_fseeku L 4 u  Qsize_t af_fwrite?    memset  u QG*avr.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/avr.o avr.c -W0,-xp.XAKgoyLOBJXMUAG.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLOBJXMUAG.;backend;raw;cd;DBG_GEN 5.2.7int_Booldouble_PCMInfo slope6#intercept6#minClip6#maxClip6#@_PCMInfovoid_AudioFormat@csampleRate6#sampleFormat&#sampleWidth&# byteOrder&#pcm#channelCount&#4compressionType&#8compressionParams#<_AudioFormatcharv_MarkerSetup id&#name~#comment~#_MarkerSetuplongAFfileoffsetAFframecount_TrackSetup`Nid&#fc#rateSet-#DsampleFormatSet-#EsampleWidthSet-#FbyteOrderSet-#GchannelCountSet-#HcompressionSet-#IaesDataSet-#JmarkersSet-#KdataOffsetSet-#LframeCountSet-#MmarkerCount&#Pmarkers#TdataOffset#XframeCount#\_TrackSetupN_LoopSetupid&#e_LoopSetup_InstrumentSetupid&#loopCount&#loops#loopSet-# _InstrumentSetup_MiscellaneousSetup Jid&#type&#size&# _MiscellaneousSetupJ_AFfilesetup$^valid&#fileFormat&#trackSet-#instrumentSet-# miscellaneousSet-# trackCount&# tracks`#instrumentCount&#instruments#miscellaneousCount&#miscellaneousd# i_AFfilesetup_af_avr_default_filesetup^._af_avr_recognize>||U- 0fh= magic5?_AFvirtualfilecread#length#write#destroy# seek#tell#closure#unsigned & c  ht  c  & c  h c  c  &  cAFvirtualfilehuint32_t_af_avr_read_initJ|U  setupI fileI magic5K nameL monoM resolutionM signM loopM midiM rate5N size5N loopStart5N loopEnd5N reservedO user!P track'RB&statusi AFfilesetup6shortunsigned long_MarkerL id #position #name~#comment~#  _MarkerL unsigned char_  _AFchunkH buf#nframes#fc# _AFchunk _AFmoduleinstE inc #outc #modspec#uv # mod #free_on_close-#valid-# a sourceE #v sinkE # pullJ #pusha # E   _AFfnpmod    _AFfnpsimplemod_AFmodule0 name~#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run #(free #, _AFmodule   _AFmoduleinst _AFmodulestate?modulesdirty-#nmodules&#mustuseatomicnvframes-#old_f_rate6# old_v_rate6#chunk #module # buffer #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate6#prateconvert_outrate6#xrateconvert_rebufferinst # _AFmodulestate_Track|id&#fc#vc#DchannelMatrix #markerCount&#markersZ #hasAESData-#aesDatap #totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms?#taper6#dynamic_range6#ratecvt_filter_params_set-#filemodhappy-#T_Track_Loopid&#mode&#count&#beginMarker&# endMarker&#trackid&#,_LoopAFPVul#d6#v#AFPVu_Instrument2id&#loopCount&#loops#values# _Instrument2_Miscellaneousid&#type&#size&#buffer# position#I_Miscellaneous_AFfilehandle4valid&#access&#seekok-#fh0# fileName~#fileFormat&#trackCount&#tracks'#instrumentCount&# instrumentsD#$miscellaneousCount&#(miscellaneous#,formatSpecific#0AFfilehandlevunsigned shortuint16_tv!v@2?_af_avr_complete_setup/U  setup track`_af_filesetup_copy  -af_read_uint16_be   haf_read_uint32_be   _af_set_sample_format S  float_af_format_frame_sizeX S -i_af_filesetup_get_tracksetup`  &_af_track_new' v_af_error  & af_ftell% caf_fseek&K c  &hsize_taf_freadP K P P ]  memcmp&   h+avrwrite.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/avrwrite.o avrwrite.c -W0,-xp.XAKgoyLPBJXMUTG.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLPBJXMUTG.;backend;raw;cd;DBG_GEN 5.2.7_af_avr_update/0كU file.track 0size 1loopStart 1loopEnd 1intstatus_Bool_AFvirtualfile^read#length#write#destroy# seek#tell'#closurek# void cunsigned  ^ k p |long  ^  c   ^  p   ^   ^    ' ^ AFvirtualfile ,char Edouble_PCMInfo slopeR#interceptR#minClipR#maxClipR#\_PCMInfo_AudioFormat@rsampleRateR#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#4compressionType#8compressionParamsk#<_AudioFormat Rshortunsigned long_Markerid#position#nameM#commentM# _Marker unsigned char"AFframecountAFfileoffset_AFchunkHbufk#nframes"#fr#H_AFchunk _AFmoduleinst inc#outc#modspeck#u=# mod#free_on_close#valid# (source #=sink #_pull#push(# l  _l_AFfnpmod H    k _AFfnpsimplemod_AFmodule0nameM#describeq#max_pullq#max_pushq# run_pullq#reset1q#reset2q#run_pushq#sync1q# sync2q#$run#(freeq#,_AFmodule  _AFmoduleinst  k_AFmodulestate modulesdirty#nmodules#mustuseatomicnvframes#old_f_rateR# old_v_rateR#chunk#module# buffer#$filemodinst#(filemod_rebufferinst#@rateconvertinst#Xrateconvert_inrateR#prateconvert_outrateR#xrateconvert_rebufferinst#_AFmodulestate_Track| id#fr#vr#DchannelMatrix#markerCount#markers#hasAESData#aesData#totalfframes"#nextfframe"#frames2ignore"#fpos_first_frame5#fpos_next_frame5#fpos_after_data5#totalvframes"#nextvframe"#data_size5#ms #taperR#dynamic_rangeR#ratecvt_filter_params_set#filemodhappy# _Track _Loop] id#mode#count#beginMarker# endMarker#trackid# _Loop ] AFPVu l#dR#vk#n AFPVu _Instrument id#loopCount#loopsi #values #  _Instrument _Miscellaneousl id#type#size#bufferk# position5# _Miscellaneous l _AFfilehandle4 valid#access#seekok#fh@# fileNameM#fileFormat#trackCount#tracks #instrumentCount# instruments #$miscellaneousCount#(miscellaneous #,formatSpecifick#0  AFfilehandlepuint32_taf_basenameF8UMMfilenameEbaseMG_af_avr_write_initP@+UisetupO filehandleO track Qname-RmonoPSresolutionPSsignPSloopPSmidiPSrate Tsize TloopStart TloopEnd Treserved_UuserpV_MarkerSetup id#nameM#commentM#i_MarkerSetup _TrackSetup`id#fr#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCount#Pmarkers#TdataOffset5#XframeCount"#\_TrackSetup _LoopSetup;id#_LoopSetup ;_InstrumentSetupid#loopCount#loopsL#loopSet# Q_InstrumentSetup _MiscellaneousSetup id#type#size#_MiscellaneousSetup _AFfilesetup$valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instruments#miscellaneousCount#miscellaneous# !AFfilesetupE>unsigned short>uint16_tEpE@? ! _af_filesetup_make_handle   >  af_write_uint16_be   p af_write_uint32_be,   _af_filehandle_get_track b ,  E b_af_error  gaf_ftell ^af_fseek ^   c psize_t af_fwrite     E strrchrM?  M E DIstrncpyMx ? N pmemsetk k  p-iff.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/iff.o iff.c -W0,-xp.XAKgoyLPBJXMkmG.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLPBJXMkmG.;backend;raw;cd;DBG_GEN 5.2.7^int_Booldouble_PCMInfo slope6#intercept6#minClip6#maxClip6#@_PCMInfovoid_AudioFormat@csampleRate6#sampleFormat&#sampleWidth&# byteOrder&#pcm#channelCount&#4compressionType&#8compressionParams#<_AudioFormatcharv_MarkerSetup id&#name~#comment~#_MarkerSetuplongAFfileoffsetAFframecount_TrackSetup`Nid&#fc#rateSet-#DsampleFormatSet-#EsampleWidthSet-#FbyteOrderSet-#GchannelCountSet-#HcompressionSet-#IaesDataSet-#JmarkersSet-#KdataOffsetSet-#LframeCountSet-#MmarkerCount&#Pmarkers#TdataOffset#XframeCount#\_TrackSetupN_LoopSetupid&#e_LoopSetup_InstrumentSetupid&#loopCount&#loops#loopSet-# _InstrumentSetup_MiscellaneousSetup Jid&#type&#size&# _MiscellaneousSetupJ_AFfilesetup$^valid&#fileFormat&#trackSet-#instrumentSet-# miscellaneousSet-# trackCount&# tracks`#instrumentCount&#instruments#miscellaneousCount&#miscellaneousd# i_AFfilesetup_af_iff_default_filesetup^6_af_iff_recognizeF0U- 1fhE bufferUG_AFvirtualfiledread#length#write#destroy# seek#tell#closure#unsigned & d  iu  d  & d  i d  d  &  dAFvirtualfileunsigned char6uint8_tGfParseMiscellaneousYU fileW 1fhW typeX sizeX misctype&Z&status6shortunsigned long_MarkerY id#position#name~#comment~#  _MarkerY 6} _AFchunkH buf#nframes#fc#} _AFchunk _AFmoduleinstA inc #outc #modspec#ur # mod #free_on_close-#valid-# ] sourceA #r sinkA # pullF #push] # A   _AFfnpmod}    _AFfnpsimplemod_AFmodule0 name~#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run #(free #, _AFmodule   _AFmoduleinst _AFmodulestate; modulesdirty-#nmodules&#mustuseatomicnvframes-#old_f_rate6# old_v_rate6#chunk #module # buffer #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate6#prateconvert_outrate6#xrateconvert_rebufferinst # _AFmodulestate_Track|id&#fc#vc#DchannelMatrix#markerCount&#markersg #hasAESData-#aesDatal #totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms; #taper6#dynamic_range6#ratecvt_filter_params_set-#filemodhappy-#P _Track_Loopid&#mode&#count&#beginMarker&# endMarker&#trackid&#(_LoopAFPVul#d6#v#AFPVu_Instrument.id&#loopCount&#loops#values# _Instrument._Miscellaneousid&#type&#size&#buffer# position#E_Miscellaneous_AFfilehandle4valid&#access&#seekok-#fh1# fileName~#fileFormat&#trackCount&#tracks##instrumentCount&# instruments@#$miscellaneousCount&#(miscellaneous#,formatSpecific#0AFfilehandleiuint32_tisize_tParseVHDRU% file~ 1fh~ type~ size track# oneShotSamples repeatSamples samplesPerRepeat sampleRate7 octavesG compressionG volumeunsigned short%uint16_tParseBODY U file 1fh type size track#_af_iff_read_initjU setup file type size formtype index track#[OO chunkid chunksize resultiAFfilesetup_af_iff_complete_setuppUAsetuptrack`_af_track_new#_af_filesetup_copy   -6af_read_uint8  %af_read_uint16_be  iaf_read_uint32_be  _af_set_sample_formatN   _af_filehandle_get_track# N &_af_realloc  i_af_malloc i v_af_error & af_ftell  daf_fseek&1 d  &af_freadf 1   6 f pmemcmp& k u i&.iffwrite.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/iffwrite.o iffwrite.c -W0,-xp.XAKgoyLPBJXMk5G.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLPBJXMk5G.;backend;raw;cd;DBG_GEN 5.2.7eiff_info_new4Uniff5longnAFfileoffset miscellaneousPositionv#VHDR_offsetv#BODY_offsetv#_IFFinfo _af_iff_write_init?UVO ~setup> file> fileSize@intOstatus_Booldouble _PCMInfo slopel#interceptl#minClipl#maxClipl#v_PCMInfovoid _AudioFormat@sampleRatel#sampleFormatO#sampleWidthO# byteOrderO#pcm#channelCountO#4compressionTypeO#8compressionParams#<_AudioFormatchar _MarkerSetup idO#name#comment#_MarkerSetupnAFframecount _TrackSetup`iidO#f#rateSetc#DsampleFormatSetc#EsampleWidthSetc#FbyteOrderSetc#GchannelCountSetc#HcompressionSetc#IaesDataSetc#JmarkersSetc#KdataOffsetSetc#LframeCountSetc#MmarkerCountO#Pmarkers #TdataOffsetv#XframeCount#\!_TrackSetupi _LoopSetupidO#_LoopSetup _InstrumentSetupidO#loopCountO#loops#loopSetc# _InstrumentSetup _MiscellaneousSetup eidO#typeO#sizeO#$_MiscellaneousSetupe _AFfilesetup$yvalidO#fileFormatO#trackSetc#instrumentSetc# miscellaneousSetc# trackCountO# tracks{#instrumentCountO#instruments#miscellaneousCountO#miscellaneous# yAFfilesetup _AFvirtualfile read7#lengthM#writew#destroy# seek#tell#closure#unsigned O7    nM <R Ow  W \ | n  n O n AFvirtualfilelshortunsigned long _MarkerE id#position#name#comment# _MarkerE unsigned charX z n _AFchunkH buf#nframes#f#z _AFchunk _AFmoduleinst> inc #outc #modspec#uo # mod #free_on_closec#validc# Z source> #o sink> # pullC #pushZ # >   _AFfnpmodz    _AFfnpsimplemod _AFmodule0 name#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run #(free #, _AFmodule   _AFmoduleinst  _AFmodulestate8 modulesdirtyc#nmodulesO#mustuseatomicnvframesc#old_f_ratel# old_v_ratel#chunk #module # buffer #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inratel#prateconvert_outratel#xrateconvert_rebufferinst # _AFmodulestate_Track|idO#f#v#DchannelMatrix#markerCountO#markersS #hasAESDatac#aesDatai #totalfframes#nextfframe#frames2ignore#fpos_first_framev#fpos_next_framev#fpos_after_datav#totalvframes#nextvframe#data_sizev#ms8 #taperl#dynamic_rangel#ratecvt_filter_params_setc#filemodhappyc#M _Track _LoopidO#modeO#countO#beginMarkerO# endMarkerO#trackidO#%_LoopAFPVuln#dl#v#AFPVu _Instrument+idO#loopCountO#loops#values# _Instrument+ _MiscellaneousidO#typeO#sizeO#buffer# positionv#B_Miscellaneous _AFfilehandle4validO#accessO#seekokc#fh# fileName#fileFormatO#trackCountO#tracks #instrumentCountO# instruments=#$miscellaneousCountO#(miscellaneous#,formatSpecific#0AFfilehandleuint32_t _af_iff_updateTUV4 fileSlengthUWriteVHDRgUVd dfileftrack hiffichunkSizejoneShotSampleskrepeatSamplesksamplesPerRepeatksampleRate{loctavesmcompressionmvolumenunsigned shortiuint16_tX uint8_tWriteBODY WUV= filetrack chunkSizeiffHHHzeroWriteMiscellaneous`XUV fileiffiO̕F00miscchunkTypechunkSizepadByte_af_filesetup_make_handleVS  X Saf_write_uint8V X ]iaf_write_uint16_beV  ]af_write_uint32_beV  ]_af_filehandle_get_track )  O_af_callocL  af_ftellnh af_fseekO  n Oaf_flengthn size_taf_fwrite    memcpy   0nist.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/nist.o nist.c -W0,-xp.XAKgoyLPBJXM0MH.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLPBJXM0MH.;backend;raw;cd;DBG_GEN 5.2.7zint_Booldouble_PCMInfo slope9#intercept9#minClip9#maxClip9#C_PCMInfovoid_AudioFormat@fsampleRate9#sampleFormat)#sampleWidth)# byteOrder)#pcm#channelCount)#4compressionType)#8compressionParams#<_AudioFormatchary_MarkerSetup id)#name#comment#_MarkerSetuplongAFfileoffsetAFframecount_TrackSetup`Qid)#ff#rateSet0#DsampleFormatSet0#EsampleWidthSet0#FbyteOrderSet0#GchannelCountSet0#HcompressionSet0#IaesDataSet0#JmarkersSet0#KdataOffsetSet0#LframeCountSet0#MmarkerCount)#Pmarkers#TdataOffset#XframeCount#\ _TrackSetupQ_LoopSetupid)#h_LoopSetup_InstrumentSetupid)#loopCount)#loops#loopSet0# _InstrumentSetup_MiscellaneousSetup Mid)#type)#size)# _MiscellaneousSetupM_AFfilesetup$avalid)#fileFormat)#trackSet0#instrumentSet0# miscellaneousSet0# trackCount)# tracksc#instrumentCount)#instruments#miscellaneousCount)#miscellaneousg# l_AFfilesetup_af_nist_default_filesetupa._af_nist_recognize>pU0 6fh= bufferZ?_AFvirtualfileiread#length#write#destroy# seek#tell#closure#unsigned ) i  nz  i  ) i  n i  i  )  i AFvirtualfile"unsigned char;uint8_tLk_af_nist_complete_setupNU setupM trackcOlAFfilesetupnist_header_read_intU0y header key y val cp keystring~  scanstring )y y nist_header_read_stringU0X header key y length val cp keystringX  scanstringk yk y~ _af_nist_read_initʐUA A setup $handle track header7 intval) strvalJ sample_n_bytes))status9shortunsigned long_Marker idS #position\ #name#comment# m _Marker ; _AFchunkH buf#nframes#ff# _AFchunk _AFmoduleinst inc #outc #modspec#u # mod&#free_on_close0#valid0#%  source # sink # pull #push #   _AFfnpmod /    / _AFfnpsimplemod_AFmodule0name#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run4 #(free #,J _AFmodule !% _AFmoduleinst+_AFmodulestatemodulesdirty0#nmodules)#mustuseatomicnvframes0#old_f_rate9# old_v_rate9#chunk #module?# bufferD#$filemodinst+#(filemod_rebufferinst+#@rateconvertinst+#Xrateconvert_inrate9#prateconvert_outrate9#xrateconvert_rebufferinst+#I_AFmodulestate_Track|sid)#ff#vf#DchannelMatrixN #markerCount)#markers #hasAESData0#aesData #totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms#taper9#dynamic_range9#ratecvt_filter_params_set0#filemodhappy0#_Tracks_Loopid)#mode)#count)#beginMarker)# endMarker)#trackid)#_LoopAFPVu,l#d9#v#AFPVu,_Instrumentid)#loopCount)#loops#values8# =_Instrument_Miscellaneousid)#type)#size)#buffer# position#_Miscellaneous_AFfilehandle4valid)#access)#seekok0#fh6# fileName#fileFormat)#trackCount)#tracks#instrumentCount)# instruments#$miscellaneousCount)#(miscellaneous#,formatSpecific#0AFfilehandleyJyP[O_af_track_new_af_filesetup_copy   0_af_set_sample_formatA   A A y_af_error ) af_fseek)) i  )af_flengthG insize_taf_freadL G L L Y y ystrstr   y ystrncmp)   n y ystrcmp)(   ( 2memcmp)` - 7 n yejsnprintf) ` n o y ysscanf)  N1nistwrite.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/nistwrite.o nistwrite.c -W0,-xp.XAKgoyLQBJXM0gH.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLQBJXM0gH.;backend;raw;cd;DBG_GEN 5.2.7sample_byte_format/+Ufmt.nbytes0chardoubleint_PCMInfo slope#intercept#minClip#maxClip# _PCMInfovoid_AudioFormat@sampleRate#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#4compressionType#8compressionParams#< _AudioFormatsample_codingC0UfmtB WriteNISTHeaderPʥU-fileOfpQtrack Rheader@SprintedT B status_Bool_AFvirtualfileFreadr#length#write#destroy# seek#tell#closure#unsigned r F  KWlong w F  F  K F w F w  w F AFvirtualfileshortunsigned long_Markerid%#position.#name#comment# ?_Markerunsigned charw wAFframecount wAFfileoffset_AFchunkHbuf#nframes#f# _AFchunk_AFmoduleinstinc)#outc)#modspec#u# mod/#free_on_close#valid#.source#sink#pull#push#  _AFfnpmod8   ! 8_AFfnpsimplemod_AFmodule0name#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run=#(free #, S_AFmodule* ._AFmoduleinst4_AFmodulestate modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate# old_v_rate#chunk)#moduleH# bufferM#$filemodinst4#(filemod_rebufferinst4#@rateconvertinst4#Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst4# R_AFmodulestate_Track|| id#f#v#DchannelMatrix #markerCount#markers#hasAESData#aesData#totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms #taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# _Track| _Loop id#mode#count#beginMarker# endMarker#trackid# _Loop AFPVu5 lw#d#v# AFPVu5 _Instrument id#loopCount#loops #valuesA # F _Instrument _Miscellaneous id#type#size#buffer# position# _Miscellaneous _AFfilehandle4(valid#access#seekok#fh# fileName#fileFormat#trackCount#tracks #instrumentCount# instruments #$miscellaneousCount#(miscellaneous #,formatSpecific#0! (AFfilehandleSw _af_nist_write_initrХUisetupq-handleq track s_MarkerSetup id#name#comment# _MarkerSetup_TrackSetup`Tid#f#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCount#Pmarkers#TdataOffset#XframeCount#\ _TrackSetupT_LoopSetupid# k_LoopSetup_InstrumentSetupid#loopCount#loops#loopSet# _InstrumentSetup_MiscellaneousSetup Pid#type#size# _MiscellaneousSetupP_AFfilesetup$dvalid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracksf#instrumentCount#instruments #miscellaneousCount#miscellaneousj# o dAFfilesetup _af_nist_updateU-fileo! _af_filesetup_make_handle  float_af_format_sample_size-  ! _af_filehandle_get_track c - af_fseek F w  Ksize_taf_fwrite    strlen memset   K#snprintf  K (,2g711.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/g711.o g711.c -W0,-xp.XAKgoyLQBJXM0zH.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLQBJXM0zH.;backend;raw;cd;DBG_GEN 5.2.7Vunsigned char)long:X?_u2aG)(Y)k?_a2up;Xshort?seg_endPXsearchXQU&&&valT-tableT &sizeTi&Yint  _af_linear2alawx`1U)&pcm_valvmask&yseg&zaval){ B _af_alaw2linear@U& )a_valt&seg& _af_linear2ulawU)&pcm_valmask&seg&uval) _af_ulaw2linearU&)u_valt& alaw2ulaw U))avalulaw2alaw#U))uvalr3modules.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/modules.o modules.c -W0,-xp.XAKgoyLQBJXM0GI.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLQBJXM0GI.;backend;raw;cd;DBG_GEN 5.2.7Լ_AFnewmodinstN0UD{]modM retDOvoid{longAFframecountdoubleint_PCMInfo  slope# intercept# minClip# maxClip#_PCMInfo_AudioFormat@ sampleRate# sampleFormat# sampleWidth# byteOrder# pcm# channelCount#4 compressionType#8 compressionParams#<_AudioFormat_AFchunkH buf# nframes# f#_AFchunk_AFmoduleinst inc## outc## modspec# u# mod6# free_on_close;# valid;#(  source#  sink#  pull# push#char  _AFfnpmod ? # # (?_AFfnpsimplemod_AFmodule0! name# describe# max_pull# max_push# run_pull# reset1# reset2# run_push# sync1# sync2#$ runD#( free#,Z_AFmodule!1_Bool(_AFmoduleinst!X_AFfreemodspec_Ui^D_AFpulli^Uihnframes2pullh srcj_AFsimplemodrun_pull{`ŬU'iz_AFpushЬU{inframes2push snk_AFpushat Uistartframe ;stretchintnframes2pushsnksaved_bufB_AFsimplemodrun_push7UPiswap2run@U1#inc#outc modspecipPopPcountikzzu cunsigned short1uchar2Cschar4 t iU#unsignedtuchar4  i#schar3  i#tuchar3  i#unsigned charuchar1real_char3/ c0# c1# c2#real_char3schar1 l c3/ # pad@ #  pad@ # c3/ #  s0C# s1C#short schar2  s0 # s1 #  c0# c1# c2# c3# E c0@ # c1@ # c2@ # c3@ #char3u schar4b# uchar4# schar3# uchar3# real_char3_highM # real_char3_lowl # uchar2 # schar2 # uchar1 # schar1 #E char3uswap2describeUK K ifP (!swap2U swap3run UY #inc #outc  modspec ipY  opY  count i ;JJu  c C/ swap3describe U K i fP  !swap3  Hswap4runU #inc#outc modspecip op counti;JJu cswap4describeU K ifP !swap4 xswap8runƱU#inc#outc modspecip]op]counti..i8]o8]real_char8L c0# c1# c2# c3# c4# c5# c6# c7#real_char8Lswap8describeбUK ifP !swap8real_char3_to_schar3run- U#inc-#outc- modspec-ipY -op-count-i-KZZu -Creal_char3_to_schar3describe-ʲUK i-fP -!real_char3_to_schar3-@real_char3_to_uchar3run@вWU#inc@#outc@ modspec@ipY @op@count@i@R C Cu @Creal_char3_to_uchar3describe@`zU^K i@fP @!real_char3_to_uchar3^@char3_to_real_char3runRUj#incR#outcR modspecRipRopY RcountRiRu RCchar3_to_real_char3describeRUK iRfP R!char3_to_real_char3Rfloat2doublerun^ U#inc^#outc^ modspec^ip^op^count^i^floatfloat2doubledescribe^UK i^fP ^!float2double^ةdouble2floatrun`(U#inc`#outc` modspec`ip`op`count`i`double2floatdescribe`0TUK i`fP `!double2float`int2float1rung`ϵU#incg#outcg modspecgipgopgcountgig@ int2float1describegеU K igfP g!int2float1 g8int2float2runioU#inci#outci modspeciipiopicountiii int2float2describeipUK iifP i!int2float2ihint2float3runkU#inck#outck modspeckipkopkcountkikint2float3describek4U$K ikfP k!int2float3$kint2float4runm@U#incm#outcm modspecmipmopmcountmimUint2float4describemԷU4K imfP m!int2float44mȪint2double1runtIU#inct#outct modspectiptoptcounttitint2double1describetPtUAK itfP t!int2double1Atint2double2runvU#incv#outcv modspecvipvopvcountvivint2double2describevUOK ivfP v!int2double2Ov(int2double3runx U#incx#outcx modspecxipxopxcountxixint2double3describexU]K ixfP x!int2double3]xXint2double4runz"U"#incz#outcz modspeczipzopzcountzizint2double4describez0TUkK izfP z!int2double4kzinitpcmmod`UD).mod 3input_mapping3output_mappingretDmC!)pcmmodspec@ m# b# maxv# minv# output_mapping# 8pcmmodspecfloattransformrun U^ #inc#outc modspecipopcountimfloattransformdescribe sU K ifP C!floattransform doubletransformrunU!#inc#outc modspecipopcountimdoubletransformdescribeSU!K ifP C!doubletransform!float2int1_cliprun`eU"#inc#outc modspecipopcountim]JJdfloat2int1_clipdescribep׾UR#K ifP C!float2int1_clipR#float2int2_cliprunUa$#inc#outc modspecipopcountim,޿?˿?˿dfloat2int2_clipdescribeWU$K ifP C!float2int2_clip$float2int3_cliprun`gU%#inc#outc modspecipopcountim_LLdfloat2int3_clipdescribepU &K ifP C!float2int3_clip &float2int4_cliprunU/'#inc#outc modspecipopcountim,??dfloat2int4_clipdescribeWU'K ifP C!float2int4_clip'Hdouble2int1_cliprun`eU(#inc#outc modspecipopcountim]JJddouble2int1_clipdescribepU(K ifP C!double2int1_clip(xdouble2int2_cliprunU*#inc#outc modspecipopcountim,??ddouble2int2_clipdescribeWUZ*K ifP C!double2int2_clipZ*double2int3_cliprun`gUk+#inc#outc modspecipopcountim_LLddouble2int3_clipdescribepU+K ifP C!double2int3_clip+جdouble2int4_cliprunU,#inc#outc modspecipopcountim,??ddouble2int4_clipdescribeWU.-K ifP C!double2int4_clip.-clipfloatrun`0U`.#inc#outc modspecipopcountim+dminmaxclipfloatdescribe0U.K ifP C!clipfloat.8clipdoublerunU/#inc#outc modspecipopcountim~kkdminmaxclipdoubledescribeU10K ifP C!clipdouble10hclip1runUY1#inc#outc modspecipopcountim9LLd@ min@ max@ clip1describe3U1K ifP C!clip11clip2run@*U2#inc#outc modspecipopcountim%d min max clip2describe0U3K ifP C!clip23ȭclip3run`U;4#inc#outc modspecipopcountim[LLdminmaxclip3describe`U4K ifP C!clip34clip4runU5#inc#outc modspecipopcountim ||dUminUmaxUclip4describeU5K ifP C!clip45(unsigned2signed1runU6#inc#outc modspecip6opcountiunsigned2signed1describeU17K ifP shift!unsigned2signed117Xunsigned2signed2run  U8#inc #outc  modspec ipP op count i unsigned2signed2describe KUn8K i fP  Eshift !unsigned2signed2n8 unsigned2signed3runPU=9#inc#outc modspecipopcountiunsigned2signed3describe{U9K ifP -ushift!unsigned2signed39unsigned2signed4run -Uz:#inc #outc  modspec ip  op count i unsigned2signed4describe 0U:K i fP  ]shift !unsigned2signed4: signed2unsigned1run2IU;#inc2#outc2 modspec2ip2op62count2i2signed2unsigned1describe2PU%<K i2fP 2}shift2!signed2unsigned1%<2signed2unsigned2run<jU<#inc<#outc< modspec<ip<opP<count<i<signed2unsigned2describe<pUb=K i<fP <shift<!signed2unsigned2b=<Hsigned2unsigned3runFU1>#incF#outcF modspecFipFopFcountFiFsigned2unsigned3describeF U>K iFfP FshiftF!signed2unsigned3>Fxsigned2unsigned4runPUn?#incP#outcP modspecPipPop PcountPiPsigned2unsigned4describeP-U?K iPfP P'shiftP!signed2unsigned4?Pint1_2runk0U@#inck#outck modspeckipkopkcountkikint1_2describekU@K ikfP kC!int1_2@kدint1_3runm UA#incm#outcm modspecmipmopmcountmimint1_3describemUAK imfP mC!int1_3Amint1_4runovUB#inco#outco modspecoipoopocountoioint1_4describeo UCK iofP oC!int1_4Co8int2_1runrtUC#incr#outcr modspecriproprcountrirint2_1describerUDK irfP rC!int2_1Drhint2_3runtfUD#inct#outct modspectiptoptcounttitint2_3describetpUEK itfP tC!int2_3Etint2_4runvVUE#incv#outcv modspecvipvopvcountvivint2_4describev`U"FK ivfP vC!int2_4"FvȰint3_1runySUF#incy#outcy modspecyipyopycountyiyint3_1describey`U,GK iyfP yC!int3_1,Gyint3_2run{DUG#inc{#outc{ modspec{ip{op{count{i{int3_2describe{PU6HK i{fP {C!int3_26H{(int3_4run}5UH#inc}#outc} modspec}ip}op}count}i}int3_4describe}@U@IK i}fP }C!int3_4@I}Xint4_1run3UI#inc#outc modspecipopcountiint4_1describe@UJJK ifP C!int4_1JJint4_2run$UK#inc#outc modspecipopcountiint4_2describe0UTKK ifP C!int4_2TKint4_3runUL#inc#outc modspecipopcountiint4_3describe U^LK ifP C!int4_3^LchannelchangefreeULid3MchannelchangedataM outchannels# minClip# maxClip# matrix#LchannelchangedataMchannelchangedescribePUMim3MchannelchangefloatrunPuUN#inc#outc modspecipopmatrixmframeinchoutchpZZipsave!channelchangefloatNchannelchangedoublerunUO#inc#outc modspecipopmatrixmframeinchoutch}}ipsave!channelchangedoubleOHchannelchange1run3UQ#inc#outc modspecipopmatrixmframeinchoutch.ipsaved{minvmaxv!channelchange1Qxchannelchange2run@UBS#inc#outc modspecipopmatrixmframeinchoutch|ipsavedminvmaxv!channelchange2BSchannelchange3runoUT#inc#outc modspecipopmatrixmframeinchoutchj2T2Tipsave>TT>T>d5minvmaxv!channelchange3Tزchannelchange4runpUV#inc#outc modspecipopmatrixmframeinchoutchipsavedFminvmaxv!channelchange4VinitchannelchangedUD+Y0Ymod matrix3outpcminchannelsoutchannels;reading retDd3Mij%{{special;Pm5Y0PP  mFY@$P$P4E4EmWY%`LPLP\m\mmhY+ptPtPmyY1PPmY7ОBC!+YFY WYhY@yY Y@YaddmodtpkUYAZcurrentsDmodinsts Ccurrent_state .Z modinst# inchunk## outchunk##Ycurrent_state.ZinitfilemodspU[[^trackbh compressionIndexcompunitdchunkframesBCstatusunsigned long_Markern[ id # position[# name# comment# %[_Markern[[AFfileoffset_AFmodulestate\ modulesdirty;# nmodules# mustuseatomicnvframes;# old_f_rate# old_v_rate# chunk## module# buffer[#$ filemodinstD#( filemod_rebufferinstD#@ rateconvertinstD#X rateconvert_inrate#p rateconvert_outrate#x rateconvert_rebufferinstD#[_AFmodulestate_Track|^ id# f# v#D channelMatrix# markerCount# markers|[# hasAESData;# aesData[# totalfframes# nextfframe# frames2ignore# fpos_first_frame[# fpos_next_frame[# fpos_after_data[# totalvframes# nextvframe# data_size[# ms\# taper# dynamic_range# ratecvt_filter_params_set;# filemodhappy;#]_Track^_AFvirtualfilea_ read_# length_# write_# destroy_# seek_# tell `# closure#^_ a_  tf__ a__{__ a_ _ t_ _ a___ a_  _ ` a__^AFvirtualfile`_Loop` id# mode# count# beginMarker# endMarker# trackid#'`_Loop`AFPVu` l# d# v#`AFPVu`_Instrument-a id# loopCount# loops`# values`# `_Instrument-a_Miscellaneousa id# type# size# buffer# position[#Da_Miscellaneousa_AFfilehandle4b valid# access# seekok;# fh"`# fileName# fileFormat# trackCount# tracks^# instrumentCount# instruments?a#$ miscellaneousCount#( miscellaneousa#, formatSpecific#0abAFfilehandle;b bb](#c b a_ ; ; bb(Mc b a_ ; ; b(c_CompressionUnit4pd compressionID# implemented;# label# shortname# name# squishFactor# nativeSampleFormat# nativeSampleWidth# needsRebuffer;#$ multiple_of;#% fmtokb#( initcompress#c#, initdecompressMc#0Rc_CompressionUnitpdaddfilereadmodsdpU[dAZcurrentb^trackb bhcaddfilewritemodsxp0U[CeAZcurrentv^trackv bhwdisposefilemods0U[~e^trackuseAPU;Rfinrateoutrateinratepoutratepinstandard;outstandard;incodec;outcodec;initrateconvertmodsUf;reading^track Zffffunsigned2signedf^pZffffsigned2unsignedfeԨZg#g(g$>gswapbytes-glget_format_code UggP fmtformat_codegint8_fmtint16_fmtint24_fmtint32_fmtfloat_fmtdouble_fmtgformat_codeZghhhto_flt hZ2h7h name# describe0# max_pull0# max_push0# run_pull0# reset10# reset20# run_push0# sync10# sync20#$ runa#( free0#, w_AFmodule>N E_AFmoduleinstXSshortunsigned long_Marker idv# position# name# comment# _Marker AFfileoffset_AFmodulestated modulesdirtyJ# nmodules# mustuseatomicnvframesJ# old_f_rateS# old_v_rateS# chunk@# modulel# buffer#$ filemodinstX#( filemod_rebufferinstX#@ rateconvertinstX#X rateconvert_inrateS#p rateconvert_outrateS#x rateconvert_rebufferinstX# _AFmodulestate_Track|? id# f# v#D channelMatrixq# markerCount# markers# hasAESDataJ# aesData# totalfframes# nextfframe# frames2ignore# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframes# nextvframe# data_size# msd # taperS# dynamic_rangeS# ratecvt_filter_params_setJ# filemodhappyJ# y _Track? _AFvirtualfile read # length # write8 # destroyJ # seekj # tell # closure#Q unsigned        8     J  = j  O   o Q AFvirtualfile g711_data trkL # fh # seekokJ# saved_fpos_next_frame# saved_nextfframe# g711_data _AFg711initcompressUX L trk  fhJseekokJheaderless chunkframesretXd Cg711run_push Uylid frames2writesamps2writeframesizenfrg711sync1Π  Ulid g711sync2 R!Ulid g711decompressdescribe`!!U)li_AFg711initdecompress!"UXL trk  fhJseekokJheaderless chunkframesretXd Cg711run_pull"6$Ulid frames2readsamps2readframesizenfr g711reset14@$N$Uli3g711reset2<P$$U li;d =framesize>>g711compress F8g711decompress Qh_af_ulaw2linearn_af_linear2ulaw_af_alaw2linear_af_linear2alaw_af_malloc w_AFnewmodinstX _AFfreemodspec>>_af_errorgCaf_ftell  size_tQ af_fwriteaf_freadstrerror7pcm.c /var/tmp/audiofile-0.2.7/libaudiofile/modules /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/pcm.o pcm.c -W0,-xp.XAKgoyLGBJXME_6.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLGBJXME_6.;backend;raw;cd;DBG_GEN 5.2.7_af_pcm_format_ok0$$Uppf/_Booldoubleint_PCMInfo slopey#intercepty#minClipy#maxClipy#_PCMInfovoid_AudioFormat@sampleRatey#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#4compressionType#8compressionParams#<_AudioFormat_AFpcminitcompressM$%Uv trkK A fhKpseekokKpheaderlessLF chunkframesL retN d O ClongvAFframecount_AFchunkHbuf#nframes~#f#_AFchunk_AFmoduleinstUinc#outc#modspec#u# mod#free_on_closep#validp# qsourceU# sinkU# pullZ#pushq#char U_AFfnpmod _AFfnpsimplemod_AFmodule0name#describe#max_pull#max_push# run_pull#reset1#reset2#run_push#sync1# sync2#$run#(free#,_AFmodule_AFmoduleinstyshortunsigned long_Markerkid#position#name#comment# "_Markerkunsigned char~vvAFfileoffset_AFmodulestate modulesdirtyp#nmodules#mustuseatomicnvframesp#old_f_ratey# old_v_ratey#chunk#module# buffer#$filemodinst#(filemod_rebufferinst#@rateconvertinst#Xrateconvert_inratey#prateconvert_outratey#xrateconvert_rebufferinst#_AFmodulestate_Track| id#f#v#DchannelMatrix#markerCount#markersy#hasAESDatap#aesData#totalfframes~#nextfframe~#frames2ignore~#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes~#nextvframe~#data_size#ms #tapery#dynamic_rangey#ratecvt_filter_params_setp#filemodhappyp#!_Track _AFvirtualfilet read #length #write #destroy # seek #tell( #closure# unsigned t y  v t    t  y   t  v t v v( t   AFvirtualfile- ~pcm_data trk #fhA #seekokp#bytes_per_frame# saved_fpos_next_frame#saved_nextfframe#K pcm_data pcmrun_push_%'UN i^ d ` frames2write~a n~bpcmsync1''U i d pcmsync2'B(U i d _AFpcminitdecompressP(Y)Uw  trk A fhpseekokpheaderlessF chunkframes ret d  Cpcmrun_pull`)*U i d  n~ frames2read~pcmreset1**U ipcmreset2*D+UJid pcmJ float_af_format_frame_sizegbp_af_mallocy _AFnewmodinst_AFfreemodspecU_af_error. af_ftellvJt Jy size_t af_fwriteTOTTaaf_freadTTTastrerror>9msadpcm.c /var/tmp/audiofile-0.2.7/libaudiofile/modules /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/msadpcm.o msadpcm.c -W0,-xp.XAKgoyLGBJXM0R7.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLGBJXM0R7.;backend;raw;cd;DBG_GEN 5.2.7ms_adpcm_decode_sampleQP+,U1(stateOPcodeP coefficientPMAX_INT16RMIN_INT16Radaptive SlinearSampleXdeltaXCshort(int16_tunsigned char?uint8_tunsigned short^uint16_tms_adpcm_state predictorP# deltap# sample11# sample21#  1 intint32_t  long @ ms_adpcm_decode_block|,e/ULmsadpcmzVencodedz [decoded{i}outputLength}samplesRemaining}channelCount~coefficient`decoderStatestate.W/.K/.K/codePnewSample1double_PCMInfo  slope# intercept# minClip# maxClip#_PCMInfovoid _AudioFormat@ sampleRate# sampleFormat# sampleWidth# byteOrder# pcm# channelCount#4 compressionType#8 compressionParams#<_AudioFormat unsigned longchar _Marker- id(# position# name# comment# _Marker -_Bool ?Z AFframecountAFfileoffset_AFchunkH buf# nframesZ# f#_AFchunk _AFmoduleinstD inc# outc# modspec# uu# mod# free_on_close@# valid@# ` sourceD#u sinkD# pullI# push`#D _AFfnpmod  _AFfnpsimplemod_AFmodule0 name# describe# max_pull# max_push# run_pull# reset1# reset2# run_push# sync1# sync2#$ run#( free#,_AFmodule  _AFmoduleinst  _AFmodulestate> modulesdirty@# nmodules# mustuseatomicnvframes@# old_f_rate# old_v_rate# chunk# module# buffer#$ filemodinst#( filemod_rebufferinst#@ rateconvertinst#X rateconvert_inrate#p rateconvert_outrate#x rateconvert_rebufferinst#_AFmodulestate_Track| id# f# v#D channelMatrix# markerCount# markers;# hasAESData@# aesDataI# totalfframesZ# nextfframeZ# frames2ignoreZ# fpos_first_framem# fpos_next_framem# fpos_after_datam# totalvframesZ# nextvframeZ# data_sizem# ms> # taper# dynamic_range# ratecvt_filter_params_set@# filemodhappy@#S _Track  _AFvirtualfile read # length # write # destroy$ # seekD # tellZ # closure# + unsigned          $   D   ) Z  I + AFvirtualfile _ ( x  ms_adpcm_data9 track& # fhs # framesToIgnoreZ# blockAlign# framesPerBlock# numCoefficients# coefficients # ms_adpcm_data 9 P Q 1 [q ms_adpcm_state q   _af_ms_adpcm_format_okp/:0U@f ms_adpcm_decompress_describe@0h0U'i_af_ms_adpcm_init_decompressp0o2U& track s fh@seekok@headerlesschunkframesretdLpv.lvC Z_AUpvlist )AUpvlistms_adpcm_run_pull'p224UAmodule&dL(frames2readZ)nframesZ*i+framesPerBlock+blockCount+blocksReadA,bytesDecodedA,ssize_tms_adpcm_reset1]@44Ui\dL^nextTrackFrameZ_framesPerBlock`ms_adpcm_reset2m45U6ildLnframesPerBlocko ms_adpcm_decompress6zȳ _af_pv_getptr@)  _af_pv_getlong@) _af_malloc   _AFnewmodinst!_AFfreemodspec!D  !!_af_errorJ&"  size_t + af_freadOJOO\#  #$memcpy #,;ima.c /var/tmp/audiofile-0.2.7/libaudiofile/modules /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/ima.o ima.c -W0,-xp.XAKgoyLHBJXMkl7.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLHBJXMkl7.;backend;raw;cd;DBG_GEN 5.2.7ima_adpcm_decode_block> 5Q6U// ima< encoded<  decoded=channelCount/?#vla0 @ state@__builtin_alloca j56c/B int double _PCMInfo  slope6# intercept6# minClip6# maxClip6# @_PCMInfo void _AudioFormat@c sampleRate6# sampleFormat/# sampleWidth/# byteOrder/# pcm# channelCount/#4 compressionType/#8 compressionParams#< _AudioFormat6 short unsigned long char _Marker id{# position# name# comment# _Marker _Bool unsigned char long1 AFframecount AFfileoffset _AFchunkH buf# nframes1# fc# W_AFchunk _AFmoduleinst inc# outc# modspec# uL# mod# free_on_close# valid#7 source#L sink#n pull # push7#{n {_AFfnpmodW _AFfnpsimplemod _AFmodule0 name# describe# max_pull# max_push# run_pull# reset1# reset2# run_push# sync1# sync2#$ run#( free#, _AFmodule _AFmoduleinst _AFmodulestate modulesdirty# nmodules/# mustuseatomicnvframes# old_f_rate6# old_v_rate6# chunk# module# buffer#$ filemodinst#( filemod_rebufferinst#@ rateconvertinst#X rateconvert_inrate6#p rateconvert_outrate6#x rateconvert_rebufferinst# _AFmodulestate_Track| id/# fc# vc#D channelMatrixv# markerCount/# markers# hasAESData# aesData # totalfframes1# nextfframe1# frames2ignore1# fpos_first_frameD# fpos_next_frameD# fpos_after_dataD# totalvframes1# nextvframe1# data_sizeD# ms# taper6# dynamic_range6# ratecvt_filter_params_set# filemodhappy# *_Track _AFvirtualfile} read # length # write # destroy # seek # tell1 # closure# unsigned/ }    }   / }     }   } / 1 }   AFvirtualfile6  track # fhJ # blockAlign/# framesPerBlock/# framesToIgnore1#O ima_adpcm_data uint8_t  {int16_t adpcm_state& valprev # index #_af_ima_adpcm_format_okU`67Ud d fTcima_adpcm_decompress_describer 7H7U iq_af_ima_adpcm_init_decompress~P78U  track| J fh|seekok}headerless} chunkframes}retd pv lC1_AUpvlist AUpvlistima_adpcm_run_pull8:Umoduled frames2read1nframes1framesPerBlock/blockCount/blocksRead 9:i/ 9: 9:bytesDecoded /ssize_tima_adpcm_reset1:=;UTid framesPerBlock/nextTrackFrame1ima_adpcm_reset2@;;Uid framesPerBlock/ima_adpcm_decompress{ _af_adpcm_decoder&//_af_pv_getlongW /&_af_mallocu u_AFnewmodinstz_AFfreemodspec_af_error/ size_t  af_fread<adpcm.c /var/tmp/audiofile-0.2.7/libaudiofile/modules /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/adpcm.o adpcm.c -W0,-xp.XAKgoyLHBJXMU57.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLHBJXMU57.;backend;raw;cd;DBG_GEN 5.2.7int>longE@cJindexTableR9\>|dJXstepsizeTable?ZclampM;;U> >xL >lowL >highL _af_adpcm_coderU<D>U indataS outdataS >frameCountS >channelCountT stateTinpVoutpWval>Xsign>Ydelta>Zdiff>[step>\valpred>]vpdiff>^index>_outputbuffer>`bufferstep>ashort int16_t unsigned char uint8_t  adpcm_statevalprev#index#   _af_adpcm_decoderP>AU indata outdata >frameCount >channelCount stateinpoutp#vla0>Jstep#vla1>Jvalpred#vla2>JindexD__builtin_alloca__builtin_alloca>7?c>7?nAC?YAC?YAC?KAc>V?8AV?8Abufferstep>inputbuffer]?8As>p?%Ap?%Adelta>sign>vpdiff>nAAc>B    unsignedvoid }=rebuffer.c /var/tmp/audiofile-0.2.7/libaudiofile/modules /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/rebuffer.o rebuffer.c -W0,-xp.XAKgoyLHBJXMEN8.Xa;g;P;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLHBJXMEN8.;backend;raw;cd;DBG_GEN 5.2.7floatrebufferv2fmax_push;A9BUVi:d><nframes=voidlongAFframecountdoubleint_PCMInfo 3 slope# intercept# minClip# maxClip#_PCMInfo_AudioFormat@ sampleRate# sampleFormat# sampleWidth# byteOrder# pcm3# channelCount#4 compressionType#8 compressionParams#<B_AudioFormat_AFchunkHB buf# nframes# f# _AFchunkB r sourceV#  sinkV#  pull[# pushr#char  V_AFfnpmod     _AFfnpsimplemod_AFmodule0 name# describe# max_pull# max_push# run_pull# reset1# reset2# run_push# sync1# sync2#$ run#( free#,_AFmodule_Bool_AFmoduleinstr incQ# outcQ# modspec# u# mod# free_on_close# valid#floatrfloatrebuffer_data% multiple_of# nsamps# buf{# offset# eof# sent_short_chunk# saved_buf{# saved_offset#floatrebuffer_data%floatrebufferv2frun_pushG@BaDUPViFd>Hsamples2pushIinbufp{JBDBDBDBDBwCBwCn\|CD|CD|CDCDCDnfloatrebufferv2fsync1pDDUVid>floatrebufferv2fsync2D~EUVid>floatrebufferv2ffree݀EEU'Vid>floatrebufferv2f'(_af_initfloatrebufferv2fEFUnsamps multiple_ofretd>C_AFmoduleinstfloatrebufferf2vmax_pullGYGUL Vid>nframesfloatrebufferf2vrun_pull`GIUc Vid>samples2pulloutbufp{G7HG7HG7HbufferedLnM7HISH|ISH|IreqgotBfloatrebufferf2vreset1I)JU Vid>floatrebufferf2vreset20J>JU Vifloatrebufferf2vfree @JJU3 Vi d> floatrebufferf2v3 X_af_initfloatrebufferf2vJKU nsamps multiple_ofretd>Cint2rebufferv2fmax_push;KKUE Vi:d <nframes=shortE schar2N int2rebuffer_data multiple_of# nsamps# buf[ # offset# eof# sent_short_chunk# saved_buf[ # saved_offset#` int2rebuffer_data int2rebufferv2frun_pushGKNU-ViFd Hsamples2pushIinbufp[ J?LMTLMTLMLML'ML'Mn\,MM,MM,MMAMMAMMnint2rebufferv2fsync1 NNUtVid int2rebufferv2fsync2N.OUVid int2rebufferv2ffree0OOUVid int2rebufferv2f_af_initint2rebufferv2fOPUnsamps multiple_ofretd Cint2rebufferf2vmax_pullP QUVid nframesint2rebufferf2vrun_pullQSU%Vid samples2pulloutbufp[ bQQpQQpQQbufferedLnMQDSR,SR,SreqgotBint2rebufferf2vreset1SSUpVid int2rebufferf2vreset2SSUViint2rebufferf2vfree S;TUVi d  int2rebufferf2v_af_initint2rebufferf2v@T@UUnsamps multiple_ofretd Cunsigned_af_malloc _AFnewmodinst _AFpush V _AFpull7  <Amemcpyo 7 F free   /var/tmp/audiofile-0.2.7/libaudiofile./usr/include/usr/include/isoopenclose.caf_vfs.haudiofile.hstdio_impl.hstdio_iso.hafinternal.hDD;D D9E AE dE vE ExE E E E E EFF (F 0F AF LF]F eF vF FF F F FFF F G G  G1G 9G NG XGkG yG G GGG G GG G G HH ,HGH XH dHuH H H H HHH H II  I ,I 8IMI \IwI I II I I I IJJ *J 8JDJ PJ \J hJ}J JJ J JJ J  K K  KAKIK ZK hKpK K KK K K KK KL L L  LDLKL RLYL kL sLzL L L L L L L LL L MM #M +M 3MLM]M lMM MMM MMM MM N N IN [N cN N NN N N N N N N O  O O ,O 6O ?O IOO O O O O O OO O PP >P bP kP tP P PP PPP P QgQ#Q *Q @QdQzQ Q Q QQ Q Q Q  R!R 0RuFRR R RR RR RS'S 0S >S RS ZS oS }S S SSS S SS S T T T +T 5TDTZTT T TT .U WUU U U V3VhV V V  W =W wW WvWX 8XTNX0_X iX sX XX X X X X Y $Y 8YtNY_Y iY sY ~Y Y Y Y Y Y YYZ "Z SZ aZ uZ|ZZ j n /var/tmp/audiofile-0.2.7/libaudiofile.setup.cafinternal.haudiofile.haf_vfs.hZZZ Z Z Z [ [ M[ k[[ [ ['\ A\ P\ u\ \ \ ] ] N] z] ]v]j]%] ]]] ^ ^ !^ 0^ C^ o^ ^ ^ ^^ ^ ^  _ "_ ;_sN_T_ `___ _ _ ` ` (` 8`Q` c` ` ` `|`` `a"aJa a a}aab 7b @bablb ~b b~bbb b bbc !c5c Ic Pcqc|c c c ccc c cdd d *d 8d Cd Td ^d hdxd d ddd d dd deHe LeUe `eee e e e ee ee e f!f7f # F F T m e /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sysbyteorder.cint_types.h" ) Џ ޏ    A3G M f l  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isoaf_vfs.caf_vfs.haudiofile.htypes.hstdio_impl.hstdio_iso.h& ,  13A L Wu   ё ܑ    0Q_ f p   В   0 < C Pq|   ѓٓ       % 1 = C Pq Ք      Aa p  & 0Qe   /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/iso./usr/include/sysutil.cafinternal.haudiofile.haf_vfs.hstdio_iso.haupvinternal.haupvlist.hint_types.hp=    Җ ܖ   - 8@ Pq|   їٗ      $ 0QY n x       0QY n x    Й (; C\ hn   К    0 @ R X `   › ț Л% - 0 DL X l xp ќ   $, 8 L Xpx ѝ     , 8pX` p  ܞ}   DV | }˟ ҟ       < C Hs`f p ʠ !< Pq Ρ  1 @I R j t    # \ d m w  ɣ ԣX+  DSb v {}Ƥ Τ  ( > E Pq    ѥ     A^ h s z Φ ئ ߦ % B L S `       ' 0Q\ y   ި   !1 L [ b p    Ω      /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/iso.debug.cint_types.haupvinternal.hstdio_iso.haupvlist.hafinternal.haf_vfs.haudiofile.hstdio_impl.h G; ǪǪ ݪ   < D  3 8b b dj{Ь 6 8 N P a d u x q  ! $ : <vTh p    Ԯ $: ] p     ʯ    . G` y    ܰ  ^$0Qd q     0  ò ٲ    1 G U `   ȳ     B}Qbwu  ɴٴ      . B}Qd w    ŵ w ' @s   ȶ ϶ ֶ ض q,> O T l t~ @ G O f p и ظ(   ܹ ; @  ޺   n/~      ڻ1|@N  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/isoaupv.caupvinternal.hstdlib_iso.haupvlist.h' ȼ ׼ ׼ ߼      (; U o  {Ž ν Խ       0QQ Q Y d q |   оܾܾ ܾ ܾ ܾ      ( E P i p         ο ؿ     0WW W W W _ l y        " $ @ D D Ps           % 0 L S `ll l l l t          44 4 4 4 < H U d z         vN U }w /var/tmp/audiofile-0.2.7/libaudiofileunits.cunits.hafinternal.haf_vfs.haudiofile.h} /var/tmp/audiofile-0.2.7/libaudiofilecompression.cunits.hafinternal.haudiofile.haf_vfs.hp-  }  !<2 : \ c p     ' , G L _ d m j /var/tmp/audiofile-0.2.7/libaudiofileaes.cafinternal.haudiofile.haf_vfs.h*     7' , G L d p         A\ ` v x    /var/tmp/audiofile-0.2.7/libaudiofile.instrument.cafinternal.haudiofile.haf_vfs.haupvlist.h  % ( 6 ? J c u       & 8A Pt         5 <     + 0 W \ `tn! !0 B R d ~       $ 7K i p      ? D k p rh)  AP b r      M P~x     ~2G N `  ~  k /var/tmp/audiofile-0.2.7/libaudiofileloop.cafinternal.haudiofile.haf_vfs.h)- 4 Y ` {         6 EPt       %8 Pt  ~   DZ h        1U ] `x       1U ] h p         Ae m p y     5 = H P a lu ~        1 @a       1U ] ` i p    % - 8 @ Q \e n        !  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/isomarker.cafinternal.haudiofile.haf_vfs.hstring_iso.h0Q+Q f ~ ~  < $ ? D S i    {& / B o  |    . . 6 G L^ { }     + ` d         . K P}bm       5 @aa a w           ; D _ h q            1 8A Pqq      ~  AA A W ` {         k /var/tmp/audiofile-0.2.7/libaudiofilemisc.cafinternal.haudiofile.haf_vfs.h D+V q }  : # @}Rg n       ! ( 7 d  |    . M~_h       !7 @ S [ hy       1G P c k x      # 0 8 Mc |        1G T j x         $ 0Qg p      l /var/tmp/audiofile-0.2.7/libaudiofiletrack.cafinternal.haudiofile.haf_vfs.h)     1   " 0Q;c m w             ) 6 C Q ^ k x       JQ /var/tmp/audiofile-0.2.7/libaudiofile.query.caupvlist.h; @ d     j&- `   ~   + M `~ow      DT `     , 8{D T ` d {   ? G T e m |  ~lW^       * 8 > Pq          Ab j t         P` l         # X g         3 ; H       H    1A P T  y   $ \l x s     AH   x  # 2 T [~j      },= l}   ,= lX+  j /var/tmp/audiofile-0.2.7/libaudiofileraw.cafinternal.haudiofile.haf_vfs.h <  AI Z h}       & 7 @O        , 9 @ PY` p       !  0 G  X  d {              .  R  _  l  y    W  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/iso.aiff.cafinternal.haudiofile.haf_vfs.hint_types.hstdio_iso.haupvlist.h                0  <  T  [  p                &  4  N  X  r  |                5  ^                  & / ? O _ o             $ 4 D T d t           % 5 B K e {          " 2 I _ u ^%     ( 4 D N f      $ > H X r |    L \    , 6 @ L f p |   !! 5 E Ug            # > Q l          . 5P c}        < V ^    l         $ + COX ip    + 8 @ Pq       Gh          /Rj x       ,E V dt  t~ 0  `             !\!!!"X"d"p"f"" """  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isoaiffwrite.caiff.haudiofile.hafinternal.haf_vfs.hint_types.hstdlib_iso.h"#9 # *# 4# ># H# R# \# f# l# ### # # # # # #  $ $ 8$ C$ a$ l$ z$ $ $ $ $ $ $ $ $%% %)% 2%E% X% c% q% % % % % % % % % &+& 4&?& \& t& & & & & & & & '  ' -' B' \'i'z' z' '' ' ' ' ' (( '( @( G( Z(d( w(( (( (( ( (  ) !)() @)a)h)h) q) ) ) ) ) ) ) *  * $* 0* V* `* g* p**** * * * * * *.+ L+ _+r+ + + + + ++++ , -,D, [, r, , ,, , , , - '- @- S- l- - - -- - - - . $. 7. J. Q. `.... . . . . . . . / -/ A/ S/ S/ h/ {/ / // / / / 0 00o10?0 S0 \0t0 0 0 0 000 0 0 1 1 61 =1 P1 W1 j1 q1 111 1 1 1 2 2  2(2D2 `2 x2 2 2 2s23  3 3'3 L3 d3 y3 3V3-3 D /var/tmp/audiofile-0.2.7/libaudiofileextended.c3334  4  4 '4=4 X4u4 4 44 4 4 4 4 5 *5 K5 j5 5 55 5 5 5 5 5 5 5  6 6  6A6a666 7 7"7 <7G7 7 77 7 7   /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isonext.cafinternal.haudiofile.haf_vfs.hint_types.hstdio_iso.h8$8$8 $8 .8 88 B8 L8 V8 `8 j8 }8 8 8 8 8 8 8 89 9 9 '919 =9 \9 d9n9 x9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 :  : : : &: 0: 4: >: H: L:]: l:V:-: : : ; *;1; `;;; ; ; ; ;<(< 9< H<\< i< z< <<< < <= "= 0=I= Z= d=p= = == = == = =>  > ,>K>  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isonextwrite.cafinternal.haf_vfs.haudiofile.hint_types.hstdlib_iso.h`>>2> > >><> ? ? ? 2? A? J? b? s? ? ? ? ? ? ? ? @ @@ @ (@ 4@ A@ P@ ]@ h@ t@ @ @ @ @ @ @ @ @ @ @ @ @A&A 0A :A EA VA `AnA A A A A  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/iso.wave.cafinternal.haudiofile.haf_vfs.hint_types.hstdlib_iso.hwave.haupvlist.hAAA A B B B1B1B 1B 1B EB EB NB ^B nB ~B B B B B BB BB C C.C r Hrr rr rrs s (s1s As Ns_s lsss sss sst  tMtet tttt tt t tt t uu 0u  > S hz           # 0? L [gt        ) E     0 <eO^ l x      2u }    $ 0eIX d     ) 9H ]   |   , `|u   3 K` p   !.I d r          0E P~       /var/tmp/audiofile-0.2.7/libaudiofile/modules./..../usr/include/isog711.cafinternal.haudiofile.haf_vfs.hstring_iso.h12@ _~n< ~  ?~N` ~  $ .;L V^ py      ( @ F L       @ht  & C  [               ! ! !)! ;! M! `!i!v! ! !!!! " " " %" 5" M" S" Y" """ " " "# # D# d## # ###$ %$1$ @$I$P$Y$b$ n$$ $ ~ /var/tmp/audiofile-0.2.7/libaudiofile/modules./..../usr/include/isopcm.cafinternal.haudiofile.haf_vfs.hstring_iso.h$$0$ $ $ $ $ $$-%<% E% N% X% % % % % %&& )&T&`&v&~&&' '/' G' ' ' ''' ' ' ''''( +( =( P(t((( ( ( ( ( ) ) #) `))) )) ) *'* b* b*{*** ** ****+/+ ?+  /var/tmp/audiofile-0.2.7/libaudiofile/modules/usr/include/sys./..../usr/include/isomsadpcm.cint_types.hafinternal.haudiofile.haf_vfs.haupvlist.htypes.hstring_iso.hP+t++++ + , ,, (, 0, 6, Q, Y, `,j, x, ,, ,,, , , , - -- -- --}<-K- k- t-}-- - -}-- - .}.". 3. B. ]. l.{. . .. .. . / / '/ ;/ B/ K/pW/]/ p//// /// / 000 )010 @0I0V0 c0 p0000 0 0 0 1 1 %1 B1 P1 a1 ~1 1 1 1 1 1 2 2 !2 -2 32 92 p222 2 22 2 223M3 V3ze3 3 3 3 333 4 4'4 @4I4R4[4 j4 4 4 44444 5 5 & /var/tmp/audiofile-0.2.7/libaudiofile/modules./..../usr/include/sys/usr/include/isoima.cafinternal.haudiofile.haf_vfs.hint_types.hadpcm.haupvlist.htypes.hstring_iso.h 5A5>M5 j5 }5 5 5 5 5 5 5v6 56 I6 `6666 666 6 667  77  7)767 C7 P7t777 7 7 7 7 7 8 8 ,8 =8 Z8 h8 y8 8 8 8 889  9 9 9 9 ,9W9_9 q9 9 99 999 :z: ,: 4: Z: Z:s::: :: ::: :  ; #; 8; @;L;U; ^;; ; ; t /var/tmp/audiofile-0.2.7/libaudiofile/modules/usr/include/sysadpcm.cint_types.hadpcm.h;;; ; ; <!<'< -< 7< A< P< W< c< v<< < < < < < < < < < < < =  = = = "= +=3= @= I=S= \= f= m=v= = = = == = = >A>> ,> 6> ?> P>t>z> > > > > > >  ? (?|7?7? C? V? ]? p?x? ?? ?? ?? ? @ #@ A@ `@ h@ @ @@@A %AR8A|KA5YAInA:}A A A}A  /var/tmp/audiofile-0.2.7/libaudiofile/modules./..rebuffer.crebuffer.templateafinternal.haudiofile.hrebuffer.templatemodules.hAA;A B B (B 4B @BdBmB B BBBB B BCC 0C JC \C mC mC |CC CC C C C C DeD DD#D JD YDYD pDDD DD D DDDDE ,EIEmE yE yE EEE E E E E EFMF \F eF oF F F F FF G GG %G 1G HG TG `GGG G GGG)G G G H H (H7H*SH_H xH H HH H H H HI II I $I$I3I 3I|I|IEII I I III IIIJ J J $J $J 0J9J@JaJjJ uJ J JJJ J K K .K 8K CK NK TKZK KK;K K K K K KLL 3L ?L?LTL_L L LLL L L  M M M ,MAM PMzM M M M M MeM MMM M  N N  NANJN JNnN zN NNNNN NNO )O )O 0OQOZO eO vO O O OOO  P P P   :  I8 I ' ID  I &I ' D  I:  I8 I !I/  :  :  :  : .?  : ;@ ' ID I: ; 4I : ; . : ;@ ' ID  D D . : ;@ ' D .? < ' D .? < ' ID 7I < !.? < ' D  DD%$>  :  I8 I: I&I4I?  : ;  .?  : ; @ ' ID  I: ;  4I : ;   D D .?  : ; @ ' D .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID ' ID I' D I !I/  :  :  :  : .? < ' ID .? < ' D 7I .? < ' D  DD%.?  : ; @ ' ID I: ;  4I : ;  $> I:  :  I8 I ' ID  I &I ' D I !I/  :  :  :  : .?  : ; @ ' D .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID  .? < ' ID .? < ' D .? < ' D  DD%.?  : ; @ ' ID I: ;  4I : ;  $>  :  I8 I ' ID  I &I ' D  I: I !I/  :  :  :  :  .? < ' ID .? < ' D .? < ' D  DD%$>  :  I8 I: &II !I/ 4I?  : ;  .?  : ; @ ' D  I: ;  4I : ;  I.?  : ; @ ' ID ' ID I' D  :  :  :  : .? < ' ID .? < ' ID  DD%$> &II' D II: 4I : ;  .?  : ; @ ' ID  I: ;  . : ; @ ' D  .?  : ; @ ' D  I !I/7I.? < ' ID  :  I8  I8 .? < ' ID  DD%.?  : ; @ ' ID I: ;  $> I: 4I : ;  I DD%.?  : ; @ ' ID  :  I8 I$> ' ID I &I ' D  I: .?  : ; @ ' D  I: ;  .?  : ; @ ' ID  4I : ;   I8 . : ; @ ' ID . : ; @ ' D .? < ' D .? < ' ID 7I.? < ' ID  DD%.?  : ; @ ' ID I: ;  $>  :  I8 I: I ' ID  I &I ' D  I !I/  :  :  :  : 4I : ;   .?  : ;@ ' ID I: ; 4I : ; D D .? < ' ID .? < ' D 7I.? < ' ID  DD%.?  : ; @ ' D I: ;  $> I: 4I : ;  D D I  :  I8  :   ' ID I&I' D I !I/  :  :  : .?  : ;@ ' D I: ; 4I : ; .? < ' ID .? < ' D  I8 7I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  $> I: I :  I8  :  .? < ' ID  I .? < ' D .? < ' ID  DD%$> I :  I8 ' ID I&I ' D  I: I  !I/  :  :  :  : < I 4I?  : ;  .? < ' ID .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  $> . : ; @ ' ID I :  I8 I: ' ID  I I !I/  :  : ' D &I :  : .?  : ; @ ' D .? < ' ID .? < ' D  DD%.?  : ; @ ' D I: ;  4I : ;  $>  :  I8 I: I .?  : ; @ ' ID  ' ID  I &I' D I !I/  :  :  :  : .? < ' ID .? < ' D 7I.? < ' ID  DD%.?  : ; @ ' D I: ;  4I : ;  $>  :  I8 I: I .?  : ; @ ' ID  ' ID  I &I' D I !I/  :  :  :  :  < .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' D .? < ' ID  DD%.?  : ; @ ' D I: ;  4I : ;   $>  :  I8 I: I .?  : ; @ ' ID  ' ID  I&I' D I !I/  :  :  :  : . : ; @ ' ID .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID .? < ' ID .? < ' D .? < ' D  DD%.?  : ; @ ' ID I: ;  4I : ;  $> I :  I8 I: I  !I/  :   : ' D I&I : .?  : ; @ ' D D D ' ID  : 4I : ;  .?  : ;@ ' ID I: ; .? < ' ID .? < ' D 7I.? < ' ID  DD%. : ; @ ' ID I: ;  4I : ;  $> II:  :  I8 ' ID  I &I ' D I !I/  :  :  :  : .?  : ; @ ' D D D .?  : ; @ ' ID .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' D 7I.? < ' D  DD%.?  : ; @ ' D I: ;  $>  :  I8 I: I .?  : ; @ ' ID  ' ID  I &I ' D I !I/  :  :  :  : 4I : ;  .? < ' ID .? < ' ID  DD%.?  : ; @ ' ID I: ;  < II: $>   4I : ;  4I : ; .?  : ;@ ' ID  I: ; .? < ' ID I&I.? < ' D .? < ' D  DD%$>  :  I8 I: I4I?  : ;  &I I  !I/ .?  : ; @ ' ID  I: ;  ' ID I' D 4I : ;    :  :  :  : D D .? < ' ID .? < ' D .? < ' ID  DD%$> I :  I8 I:  : &I I  !I/ 4I?  : ;  . : ; @ ' ID  I: ;  4I : ;  ' ID I' D  :  :  : . : ;@ ' ID I: ; 4I : ;  D D I !I/.?  : ;@ ' ID < .? < ' ID .? < ' ID .? < ' D !"7I#.? < ' ID  DD%. : ; @ ' ID 4I : ;  $> I:  :  I8 I .?  : ; @ ' ID  I: ;  ' ID  I &I' D I !I/  :  :  :  : I !I/. : ;@ ' ID I: ; 4I : ;  .? < ' ID .? < ' D 7I.? < ' D  DD%.?  : ; @ ' D I: ;  4I : ;  $> I.?  : ; @ ' ID &I .? < ' ID  I .? < ' ID  DD%$> &II !I/ 4I?  : ;   :  I8 I: I .?  : ; @ ' ID  I: ;  4I : ;  ' ID I' D  :  :  :  : .? < ' ID .? < ' ID .? < ' D .? < ' ID  DD%.?  : ; @ ' ID I: ;  $> I:  :  I8 I ' ID  I &I ' D  I !I/  :  :  :  : . : ; @ ' ID 4I : ;  .? < ' ID .? < ' D .? < ' ID  DD%$> &II !I/ 4I?  : ;  I :  I8 I:  :  . : ; @ ' ID  I: ;  4I : ;  ' ID I' D  :  :  :  4I : ; D D I !I/< . : ;@ ' ID I: ; .?  : ;@ ' ID .? < ' ID .? < ' ID .? < ' D !".? < ' D  DD%.?  : ; @ ' ID 4I : ;  $> I: I !I/ I  !I/  :  I8 I . : ; @ ' ID I: ;   D D  : ' ID I&I' D  :  :  : . : ;@ ' ID I: ; 4I : ; .?  : ;@ ' ID .? < ' ID .? < ' D  7I!.? < ' D  DD%$> I: &II !I/ 4I?  : ;   :  I8 I .?  : ; @ ' ID  I: ;  4I : ;  ' ID I' D D D  :  :  :  : .? < ' ID .? < ' ID .? < ' D .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  $> I:  :  I8 I ' ID  I &I ' D I !I/  :  :  :  : I !I/.? < ' ID .? < ' ID  DD%$>  :  I8 I: I4I?  : ;  .?  : ; @ ' ID  I: ;  4I : ;  ' ID  I &I' D D D I !I/  :  :  :  : .? < ' ID .? < ' ID .? < ' D .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  $> I:  :  I8 I ' ID  I &I ' D I !I/  :  :  :  : . : ; @ ' ID .? < ' ID .? < ' D 7I.? < ' ID  DD%$>  :  I8 I: I4I?  : ;  .?  : ; @ ' ID  I: ;  4I : ;  ' ID  I &I' D I !I/ . : ; @ ' ID  :  :  :  :  .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' ID .? < ' D .? < ' ID  DD%. : ; @ ' ID 4I : ;  $> I:  :  I8 I .?  : ; @ ' ID  I: ;   :  ' ID  I&I' D I !I/  :  :  :  .? < ' ID 7I.? < ' ID  DD%$>  :  I8 I: I4I?  : ;  .?  : ; @ ' ID  I: ;  4I : ;  ' ID  I &I' D I !I/ . : ; @ ' ID I !I/ :  :  :  : .? < ' ID .? < ' ID .? < ' D 7I.? < ' ID  DD%. : ; @ ' ID I: ;  4I : ;  $> I :  I8 I: .?  : ; @ ' ID  D D ' ID  I&I' D I !I/  :  :  :  : I !I/.? < ' ID 7I.? < ' ID  DD%$> &II !I/ 4I : ;  . : ; @ ID I: ;  I .?  : ; @ ID  D D .?  : ; @ ' ID  . : ;@ ID I: ; . : ;@ ID  DD%.?  : ; @ ' ID I: ;  4I : ;  $> II:  :  I8  :   :  ' D  I&I.?  : ; @ ' D D D . : ;@ ' D I: ; 4I : ;   : . : ;@ ' ID  II !I/  : ' ID  ( .?  : ;@ ' ID  .?  : ;@ ' D !.? < ' ID ".? < ' D #$7I%.? < ' D  DD%. : ; @ ' D I: ;  4I : ;  $> I.?  : ; @ ' ID  :  I8 I:  :   :  ' D I&II !I/  : ' ID  ID D . : ;@ ' D I: ; 4I : ; .? < ' ID .? < ' D .? < ' ID  DD%.?  : ; @ ' ID I: ;  $>  :  I8 I: I 4I : ;  D D  :   :  ' D I&II !I/  : ' ID  I. : ; @ ' D . : ;@ ' D 4I : ; .? < ' ID .? < ' D .? < ' ID  DD%. : ; @ ' ID I: ;  4I : ;  D D $> I:   I8 I &I I  !I/   :  :  : ' D I : ' ID I !I/ I.?  : ; @ ' ID . : ; @ ' D < . : ;@ ' D I: ; 4I : ; .? < ' ID !.? < ' D "#7I$.? < ' ID  DD%. : ; @ ' ID I: ;  4I : ;  IN D !I7 .? < ' ID I  $>  :  I8 I: II !I/  :  : ' D &I : ' ID  I.?  : ; @ ' ID . : ; @ ' D D D < .? < ' D .? < ' ID  DD%$> &II !I/ 4I : ;  I . : ; @ ' ID  I: ;  .?  : ; @ ' D  I: I  :  I8 IN D !I7 .? < ' ID I 4I : ; D D  DD%. : ; @ ' D I: ;  4I : ;  $> II:  :  I8  :   :  ' D  I&I .?  : ; @ ' ID D D . : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID .? < ' ID .? < ' D 7I.? < ' D 8_af_identify*afIdentifyFDafIdentifyNamedFDHafOpenFDafOpenNamedFDafOpenFileafOpenVirtualFileIafSyncFileafCloseFileF|_af_default_file_setup_af_default_instrumentsetup_af_default_tracksetup_af_tracksetup_new_af_instsetup_new}afNewFileSetup _af_setup_free_markers _af_setup_free_tracks _af_setup_free_loops' _af_setup_free_instruments| afFreeFileSetup afInitFileFormat afInitChannelst afInitSampleFormat afInitByteOrderv afInitRate afInitDataOffsetV afInitFrameCount _af_filesetup_copyI_af_filesetup_make_handle:/afGetDataOffseta afGetTrackBytes afGetFrameSize?afGetVirtualFrameSizeafSeekFrame'afTellFramenafSetVirtualByteOrderafGetByteOrderUafGetVirtualByteOrderafGetFrameCount"afGetRate|afGetChannelsafGetSampleFormatjafGetVirtualSampleFormatafSetVirtualSampleFormatafGetFileFormatafSetVirtualChannelsmafGetVirtualRateafSetVirtualRateGafSetChannelMatrixafGetVirtualChannels1R-)afWriteFrames afReadFrames%d_af_default_signed_integer_pcm_mappings_af_default_unsigned_integer_pcm_mappings9_af_default_float_pcm_mappingk_af_default_double_pcm_mappingafInitPCMMappingafSetVirtualPCMMappingafSetTrackPCMMappingafGetPCMMappingcafGetVirtualPCMMapping2yZafSetErrorHandler*_af_errorU:~8_af_byteswap_int16_af_byteswap_int32M_af_byteswap_float32| 0af_virtual_file_newaf_virtual_file_destroyaf_freadaf_fwriteBaf_fclosevaf_flengthaf_fseekaf_ftell3af_virtual_file_new_for_filep(#*_af_filesetup_ok_af_filehandle_can_read<_af_filehandle_can_write~_af_filehandle_ok_af_malloc _af_strdupM_af_realloc_af_calloc_af_pv_long_af_pv_double;_af_pv_pointer_af_pv_getlong1_af_pv_getdouble_af_pv_getptr_af_filesetup_get_tracksetup_af_filehandle_get_track^_af_format_sample_size_uncompressed_af_format_sample_size_af_format_frame_size_uncompressed_af_format_frame_sizex_af_set_sample_formatg_af_unique_idsaf_read_uint32_beaf_read_uint32_leaf_read_uint16_benaf_read_uint16_leaf_read_uint8'af_write_uint32_beaf_write_uint32_leaf_write_uint16_bebaf_write_uint16_leaf_write_uint8af_read_pstring{af_write_pstring>-_af_printidw_af_print_pvlist_af_print_audioformatL_af_print_tracksC_af_print_filehandle_af_print_channel_matrix_af_print_frame_af_print_chunkf*AUpvnewAUpvgetmaxitemsAUpvfreeAUpvsetparamOAUpvsetvaltypeAUpvsetvalAUpvgetparamPAUpvgetvaltypeAUpvgetval0<_af_units_af_compression[[>_af_compression_index_from_id afGetCompressionafInitCompressionr\&afInitAESChannelDataafInitAESChannelDataToPafGetAESChannelDataafSetAESChannelData";afInitInstIDsafGetInstIDs_af_instparam_setafSetInstParamsafSetInstParamLong_af_instparam_get{afGetInstParamsafGetInstParamLongb_af_instparam_index_from_id_af_handle_instrument_index_from_id;_af_setup_instrument_index_from_idg +S)afInitLoopIDs*afGetLoopIDs_af_handle_loop_index_from_idafSetLoopModewafGetLoopModeafSetLoopCountbafGetLoopCountafSetLoopStartKafGetLoopStartafSetLoopStartFramesafGetLoopStartFrameafSetLoopTrackafGetLoopTrack afSetLoopEndafGetLoopEndafSetLoopEndFrameafGetLoopEndFrame^Go/_af_marker_find_by_idf afInitMarkIDs afInitMarkNamezafInitMarkComment2afGetMarkNameafGetMarkComment>afSetMarkPositionafGetMarkIDsqafGetMarkPosition_af_marker_new_ErafInitMiscIDsafGetMiscIDs5afInitMiscTypeafGetMiscTypeafInitMiscSizeafGetMiscSizeafWriteMiscafReadMiscLafSeekMiscEw,afInitTrackIDsafGetTrackIDsm_af_track_newU ,afQuery_afQueryFileFormatafQueryLongafQueryDoubleafQueryPointerS_afQueryInstrumentParameter_afQueryLoop%_afQueryInstrument_afQueryMiscellaneous_afQueryMarkern_afQueryCompressionMVq_af_raw_default_filesetup_af_raw_compression_types_af_raw_recognize__af_raw_read_init_af_raw_write_init_af_raw_update_af_raw_complete_setupu!_af_aiff_inst_paramsJ_af_aiffc_compression_types_af_aiff_default_filesetup_af_aiff_read_init#_af_aiff_recognize_af_aifc_recognize_af_aiff_complete_setup_af_aiff_instparam_validS_af_aifc_get_version:;J_af_aiff_write_initF_af_aiff_updateRS;5_af_convert_to_ieee_extended>_af_convert_from_ieee_extended2N_af_next_compression_types_af_next_default_filesetup_af_next_read_init^_af_next_recognize_af_next_complete_setup:B8_af_next_update_af_next_write_init&N_af_wave_compression_typesP_af_wave_inst_params_af_wave_default_filesetup_af_wave_recognize_af_wave_read_init;!_af_wave_complete_setup!_af_wave_instparam_validK;8waveinfo_new_af_wave_update9_af_wave_write_initYi_af_ircam_vax_magic_af_ircam_sun_magic_af_ircam_mips_magic_af_ircam_next_magicm_af_ircam_default_filesetup_af_ircam_recognizeG _af_ircam_complete_setup _af_ircam_read_init<oa;_af_ircam_write_init[_af_ircam_updatesq_af_avr_default_filesetup_af_avr_recognizeD_af_avr_read_init2_af_avr_complete_setup8֘5_af_avr_update_af_avr_write_initspq_af_iff_default_filesetup_af_iff_recognize_af_iff_read_init_af_iff_complete_setup8 *_af_iff_write_init_af_iff_updatew6t_af_nist_default_filesetup_af_nist_recognizek_af_nist_complete_setup~ _af_nist_read_initN RWriteNISTHeaderS_af_nist_write_init{_af_nist_update^_02_af_linear2alaw_af_alaw2linear _af_linear2ulaw_af_ulaw2linear r2_AFnewmodinstb_AFfreemodspec_AFpull_AFsimplemodrun_pull'_AFpush{_AFpushat_AFsimplemodrun_pushm_AFsyncmodulesm_AFsetupmodules,p_AFinitmodulestp_AFfreemodulesW'_af_g711_format_ok _AFg711initcompress)_AFg711initdecompressT<8_af_pcm_format_ok_AFpcminitcompress _AFpcminitdecompressJ_af_ms_adpcm_format_ok'_af_ms_adpcm_init_decompressLڵ'& _af_ima_adpcm_format_ok _af_ima_adpcm_init_decompress8_af_adpcm_coder_af_adpcm_decoderK_af_initfloatrebufferv2fX _af_initfloatrebufferf2v$_af_initint2rebufferv2f_af_initint2rebufferf2vD_afOpenFileNfreeFileHandleRfreeInstParams'yZdefaultErrorFunctionz| af_file_readaf_file_lengthSaf_file_writeaf_file_destroyaf_file_seekFaf_file_tell"[findCompression +SkgetLoop;_E*find_misc_by_idR find_miscsetup_by_idyu!ParseFVEReParseAESD ParseMiscellaneousParseINSTParseMARKParseCOMMfParseSSND;8aiffinfo_newWriteCOMMWriteAESDWriteSSNDWriteINSTWriteMARK7WriteFVERWriteMiscellaneous9BP next_write_headerAnextencodingtype&ParseFrameCountParseFormat-ParseDataParsePlayListParseCuesWParseADTLSubChunkParseINFOSubChunkParseListbParseInstrument{;WriteFormatWriteFrameCountvWriteDatamisc_type_to_waveWriteMiscellaneousWriteCues֘ af_basenameApfParseMiscellaneousParseVHDRFParseBODYR *5iff_info_new4WriteVHDRWriteBODY=WriteMiscellaneousC6nist_header_read_int nist_header_read_string7 R8sample_byte_formatsample_coding5_0searchalaw2ulawulaw2alaw  rPswap2run swap2describeo swap3run^ swap3describe swap4run swap4describe swap8runbswap8describereal_char3_to_schar3runreal_char3_to_schar3describe#real_char3_to_uchar3run real_char3_to_uchar3describechar3_to_real_char3runjchar3_to_real_char3describefloat2doublerunfloat2doubledescribedouble2floatrundouble2floatdescribeint2float1runint2float1describe(int2float2runint2float2describe8int2float3runint2float3describeCint2float4runint2float4describeSint2double1runint2double1describeaint2double2runint2double2describeoint2double3runint2double3describe}int2double4run"int2double4describeinitpcmmodfloattransformrun^ floattransformdescribe doubletransformrun!doubletransformdescribe"float2int1_cliprun"float2int1_clipdescribev#float2int2_clipruna$float2int2_clipdescribe$float2int3_cliprun%float2int3_clipdescribeD&float2int4_cliprun/'float2int4_clipdescribe'double2int1_cliprun(double2int1_clipdescribe)double2int2_cliprun*double2int2_clipdescribe*double2int3_cliprunk+double2int3_clipdescribe+double2int4_cliprun,double2int4_clipdescribeS-clipfloatrun`.clipfloatdescribe.clipdoublerun/clipdoubledescribeP0clip1runY1clip1describe1clip2run2clip2describe23clip3run;4clip3describe4clip4run5clip4describe6unsigned2signed1run6unsigned2signed1describeV7unsigned2signed2run8unsigned2signed2describe8unsigned2signed3run=9unsigned2signed3describe9unsigned2signed4runz:unsigned2signed4describe ;signed2unsigned1run;signed2unsigned1describeJ<signed2unsigned2run<signed2unsigned2describe=signed2unsigned3run1>signed2unsigned3describe>signed2unsigned4runn?signed2unsigned4describe@int1_2run@int1_2describe Aint1_3runAint1_3describeBint1_4runBint1_4describeCint2_1runCint2_1describe)Dint2_3runDint2_3describe3Eint2_4runEint2_4describe=Fint3_1runFint3_1describeGGint3_2runGint3_2describeQHint3_4runHint3_4describe[Iint4_1runIint4_1describeeJint4_2runKint4_2describeoKint4_3runLint4_3describeyLchannelchangefree8MchannelchangedescribeMchannelchangefloatrunNchannelchangedoublerunPchannelchange1runQchannelchange2runeSchannelchange3run Uchannelchange4runVinitchannelchangeYaddmodFZinitfilemodsdaddfilereadmodsdaddfilewritemodsCedisposefilemods~euseAPRfinitrateconvertmodsWgget_format_codecitrivial_int_clipitrivial_int_mappingiarrangemoduleszldisposemodulesBmresetmodules';ulaw2linear_buflinear2ulaw_buf?alaw2linear_buflinear2alaw_bufg711compressdescribe g711run_pushyg711sync1g711sync2g711decompressdescribeg711run_pullg711reset1g711reset2d< pcmrun_pushN pcmsync1 pcmsync2w pcmrun_pull pcmreset1 pcmreset2Dms_adpcm_decode_samplems_adpcm_decode_blockms_adpcm_decompress_describe=ms_adpcm_run_pullOms_adpcm_reset1ms_adpcm_reset2ڵ'8ima_adpcm_decode_blocki ima_adpcm_decompress_describe ima_adpcm_run_pullima_adpcm_reset1Tima_adpcm_reset2clamp$Gfloatrebufferv2fmax_pushCfloatrebufferv2frun_pushPfloatrebufferv2fsync1floatrebufferv2fsync2floatrebufferv2ffreefloatrebufferf2vmax_pullL floatrebufferf2vrun_pullc floatrebufferf2vreset1 floatrebufferf2vreset2 floatrebufferf2vfree int2rebufferv2fmax_push! int2rebufferv2frun_push-int2rebufferv2fsync1tint2rebufferv2fsync2int2rebufferv2ffreeint2rebufferf2vmax_pullint2rebufferf2vrun_pull%int2rebufferf2vreset1pint2rebufferf2vreset2int2rebufferf2vfree_AFvirtualfileAFvirtualfileAFfileoffset__FILEFILE_PCMInfoT_PCMInfoc_AudioFormat_AudioFormatK_Marker_MarkerAFframecount_AFchunk_AFchunk_AFfnpmod% _AFfnpsimplemod; _AFmodule _AFmodule_AFmoduleinst _AFmoduleinst: _AFmodulestate _AFmodulestate _Trackd _Trackv _Loop _Loop AFPVuAFPVu._Instrument|_Instrument_Miscellaneous_Miscellaneous _AFfilehandleAFfilehandle2_MarkerSetupo_MarkerSetup_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupn_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetupstatusFF_PCMInfo_PCMInfo_AudioFormati_AudioFormat_MarkerSetup_MarkerSetupAFfileoffsetAFframecount _TrackSetupT_TrackSetupk_LoopSetup_LoopSetup_InstrumentSetup_InstrumentSetup_MiscellaneousSetupP_MiscellaneousSetupo_AFfilesetupd_AFfilesetupAFfilesetupDstatusQ_AFvirtualfileAFvirtualfile_Marker_Marker;_AFchunkr_AFchunk0d_AFfnpmod_AFfnpsimplemod_AFmoduler_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestate_AFmodulestate_Track_Track_LoopP_LoopaAFPVuAFPVu_Instrument_Instrument_Miscellaneous__Miscellaneousy_AFfilehandleAFfilehandle :AFfileoffset_AFvirtualfileAFvirtualfile+_PCMInfo|_PCMInfo_AudioFormatA_AudioFormats_Marker_MarkerAFframecount_AFchunk;_AFchunk-_AFfnpmod^_AFfnpsimplemodt_AFmodule;_AFmoduleO_AFmoduleinstU_AFmoduleinsts_AFmodulestate_AFmodulestate_Track _Track _Loop _Loop* AFPVuV AFPVug _Instrument _Instrument _Miscellaneous( _MiscellaneousB _AFfilehandleN AFfilehandletstatus R-%_AFvirtualfilenAFvirtualfile_PCMInfo_PCMInfo_AudioFormat_AudioFormat_Marker/_MarkerdAFframecountwAFfileoffset_AFchunk_AFchunkSj_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestateH _AFmodulestate] _Track# _Track5 _Loop _Loop AFPVu AFPVu _Instrument; _InstrumentR _Miscellaneous _Miscellaneous _AFfilehandle AFfilehandlestatusd0_PCMInfo_PCMInfo\_AudioFormat_AudioFormat2_MarkerSetupo_MarkerSetupAFfileoffsetAFframecount_TrackSetup_TrackSetup _LoopSetup*_LoopSetup@_InstrumentSetup_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetup AFfilesetup_AFvirtualfile AFvirtualfile7 _Marker _Marker _AFchunk _AFchunk~ _AFfnpmod _AFfnpsimplemod% _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst$ _AFmodulestates_AFmodulestate_TrackN_Track`_Loop_LoopAFPVuAFPVu_Instrumentf_Instrument}_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandle3yZ]AFerrfuncva_listF__FILE4:~uint16_tuint32_t?uint8_t^| Y_AFvirtualfileAFvirtualfilesize_t__FILE{FILEssize_tFp(#_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup_MarkerSetupAFfileoffset2AFframecountE_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup,_InstrumentSetupH_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetup_AFvirtualfile)AFvirtualfilea_Marker_Marker_AFchunk _AFchunk  _AFfnpmod9 _AFfnpsimplemodO _AFmodule _AFmodule* _AFmoduleinst0 _AFmoduleinstN _AFmodulestate _AFmodulestate _Trackx_Track_Loop_LoopAFPVu1AFPVuB_Instrument_Instrument_Miscellaneous_Miscellaneous_AFfilehandle)AFfilehandlesize_t*P_AUpvitem_AUpvlistAUpvlistZstatusxuint32_tZuint16_tuint8_tR>huint32_tsize_t _AUpvitemr_AUpvlistAUpvlist_PCMInfoo_PCMInfo~_AudioFormat4_AudioFormat_AFvirtualfileAFvirtualfileB_Marker_MarkerAFframecountAFfileoffset_AFchunk_AFchunk_AFfnpmod@_AFfnpsimplemodV_AFmodule _AFmodule1_AFmoduleinst7 _AFmoduleinstU _AFmodulestate _AFmodulestate _Track _Track _Loop _Loop AFPVu8 AFPVuI _Instrument _Instrument _Miscellaneous _Miscellaneous$_AFfilehandle0AFfilehandle__FILEGfsize_t_AUpvitem?_AUpvlistAUpvlistD<I_AFvirtualfileAFvirtualfile_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerF_Marker{AFframecountAFfileoffset_AFchunk_AFchunkj_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestate__AFmodulestatet_Track: _TrackL _Loop _Loop AFPVu AFPVu _InstrumentR _Instrumenti _Miscellaneous _Miscellaneous _AFfilehandle _MarkerSetup> _MarkerSetupV _TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup=_InstrumentSetupY_MiscellaneousSetup_MiscellaneousSetup_AFfilesetup_InstParamInfo_InstParamInfo._Unit_Unit_CompressionUnit_CompressionUnitstatusAFfilesetup[$_PCMInfou_PCMInfo_AudioFormatb_AudioFormat_Marker_MarkerAFframecount-AFfileoffset@_AFchunkw_AFchunk  5i_AFfnpmod_AFfnpsimplemod_AFmodulew_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestate_AFmodulestate_Track _AFvirtualfilek _CompressionUnit _CompressionUnit AFvirtualfile$ _Track6 _Loop _Loop AFPVu AFPVu _Instrument<_InstrumentS_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandle]_MarkerSetup_MarkerSetup_TrackSetup_TrackSetup_LoopSetup/_LoopSetupE_InstrumentSetup_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetup\_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup"_MarkerSetupBAFfileoffsetUAFframecounth_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupO_InstrumentSetupk_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetup_AFvirtualfileAFvirtualfile. _Markerw _Marker _AFchunk _AFchunku _AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst _AFmodulestatej _AFmodulestate _TrackE_TrackW_Loop_LoopAFPVuAFPVu_Instrument]_Instrumentt_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandle_PCMInfo_PCMInfo*_AudioFormat_AudioFormat_MarkerSetup=_MarkerSetup]AFfileoffsetpAFframecount_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupj_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetupP_AFvirtualfileAFvirtualfile_Marker _Marker: _AFchunkq _AFchunk  / c _AFfnpmod _AFfnpsimplemod _AFmoduleq _AFmodule _AFmoduleinst _AFmoduleinst _AFmodulestate _AFmodulestate _Track_Track_LoopO_Loop`AFPVuAFPVu_Instrument_Instrument_Miscellaneous^_Miscellaneousx_AFfilehandleAFfilehandleAUpvlist +S_PCMInfoA_PCMInfo]_AudioFormat_AudioFormat3_MarkerSetupp_MarkerSetupAFfileoffsetAFframecount_TrackSetup_TrackSetup_LoopSetup3_LoopSetupI_InstrumentSetup_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetup_AFvirtualfileAFvirtualfile _Marker_ _Marker _AFchunk _AFchunk] t _AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst _AFmodulestateR _AFmodulestateg _Track-_Track?_Loop_LoopAFPVuAFPVu_InstrumentE_Instrument\_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandle^Go_Marker_Marker'_PCMInfox_PCMInfo_AudioFormatJ_AudioFormatAFframecountAFfileoffset_AFchunk_AFchunk_AFfnpmod_AFfnpsimplemod+_AFmodule_AFmodule_AFmoduleinst _AFmoduleinst*_AFmodulestatey_AFmodulestate_TrackT _Track _MarkerSetup9 _MarkerSetupQ _TrackSetup _TrackSetup _LoopSetup _LoopSetup _InstrumentSetup8 _InstrumentSetupT _MiscellaneousSetup _MiscellaneousSetup _AFfilesetup AFfilesetup_AFvirtualfileAFvirtualfile_Loopn_LoopAFPVuAFPVu_Instrument _Instrument!_Miscellaneous}_Miscellaneous_AFfilehandleAFfilehandlesize_t_EAFfileoffset_Miscellaneous _Miscellaneous._AFvirtualfilebAFvirtualfile_PCMInfo_PCMInfo_AudioFormat_AudioFormat_Marker#_MarkerXAFframecountk_AFchunk_AFchunk4K`_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestate) _AFmodulestate> _Track _Track _Loop _Loop AFPVu AFPVu _Instrument _Instrument3 _AFfilehandle? AFfilehandle _MiscellaneousSetup _MiscellaneousSetup_MarkerSetupK_MarkerSetupc_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupJ_InstrumentSetupf_AFfilesetup`AFfilesetupw_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup"_MarkerSetupBAFfileoffsetUAFframecounth_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupO_InstrumentSetupk_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetup&_AFvirtualfileZAFvirtualfile_Marker_Marker _AFchunkG _AFchunk  9 _AFfnpmodj _AFfnpsimplemod _AFmoduleG _AFmodule[ _AFmoduleinsta _AFmoduleinst _AFmodulestate _AFmodulestate _Track_Track_Loop%_Loop6AFPVubAFPVus_Instrument_Instrument_Miscellaneous4_MiscellaneousN_AFfilehandleZAFfilehandleU AUpvlistMV@_PCMInfo_PCMInfo_AudioFormatc_AudioFormat_MarkerSetup_MarkerSetupAFfileoffsetAFframecount_TrackSetupN_TrackSetupe_LoopSetup_LoopSetup_InstrumentSetup_InstrumentSetup _MiscellaneousSetupJ_MiscellaneousSetupi_AFfilesetup^_AFfilesetup_AFvirtualfileFAFvirtualfilestatus AFfilesetupB _Marker _Marker _AFchunk _AFchunk _AFfnpmod _AFfnpsimplemod0 _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst/ _AFmodulestate~ _AFmodulestate _TrackY_Trackk_Loop_LoopAFPVuAFPVu#_Instrumentq_Instrument_Miscellaneous_Miscellaneous_AFfilehandle AFfilehandlesu!\AFPVuAFPVu_InstParamInfo_InstParamInfo~_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup_MarkerSetupAFfileoffsetAFframecount"_TrackSetupj_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup _InstrumentSetup%_MiscellaneousSetupf_MiscellaneousSetup_AFfilesetupz_AFfilesetup-status:_AFvirtualfilen AFvirtualfile _Marker _Marker$ _AFchunk[ _AFchunk   M _AFfnpmod~ _AFfnpsimplemod _AFmodule[ _AFmoduleo _AFmoduleinstu _AFmoduleinst _AFmodulestate _AFmodulestate _Track_Track_Loop9_LoopO_Instrument_Instrument_Miscellaneous_Miscellaneous*_AFfilehandle6AFfilehandleIuint32_tXsize_tkuint8_tyint8_tint16_tuint16_tAFfilesetupDAUpvlistU;zAFfileoffset_AIFFInfo5_AIFFInfostatus_PCMInfo'_PCMInfoC_AudioFormat_AudioFormat_MarkerSetupV_MarkerSetupnAFframecount_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetuph_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetup_AFvirtualfile$ AFvirtualfile\ _Marker _Marker _AFchunk _AFchunk  _AFfnpmod4 _AFfnpsimplemodJ _AFmodule _AFmodule% _AFmoduleinst+ _AFmoduleinstI _AFmodulestate _AFmodulestate _Tracks_Track_Loop_LoopAFPVu,AFPVu=_Instrument_Instrument_Miscellaneous_Miscellaneous_AFfilehandle$AFfilehandle7uint32_tuint16_tuint8_tint8_tint16_t_INSTsize_t2_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup _MarkerSetup#AFfileoffset6AFframecountI_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup0_InstrumentSetupL_MiscellaneousSetup_MiscellaneousSetup_AFfilesetup_AFfilesetupstatusAFfilesetup_AFvirtualfile< AFvirtualfilet _Marker _Marker _AFchunk) _AFchunk  _AFfnpmodL _AFfnpsimplemodb _AFmodule) _AFmodule= _AFmoduleinstC _AFmoduleinsta _AFmodulestate _AFmodulestate _Track_Track_Loop_LoopAFPVuDAFPVuU_Instrument_Instrument_Miscellaneous_Miscellaneous0_AFfilehandle<AFfilehandleOuint32_tuint8_tsize_tBxstatus_AFvirtualfileAFvirtualfile_PCMInfoX_PCMInfog_AudioFormat_AudioFormatO_Marker_MarkerAFframecountAFfileoffset_AFchunk*_AFchunk_AFfnpmodM_AFfnpsimplemodc_AFmodule*_AFmodule>_AFmoduleinstD_AFmoduleinstb_AFmodulestate_AFmodulestate_Track _Track _Loop _Loop AFPVuE AFPVuV _Instrument _Instrument _Miscellaneous _Miscellaneous1 _AFfilehandle= AFfilehandle2uint32_t_MarkerSetup>_MarkerSetupV_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup=_InstrumentSetupY_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetupsize_t&AFPVuAFPVu_InstParamInfo%_InstParamInfo}_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup_MarkerSetupAFfileoffsetAFframecount!_TrackSetupi_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup_InstrumentSetup$_MiscellaneousSetupe_MiscellaneousSetup_AFfilesetupy_AFfilesetupMstatusZ_AFvirtualfile AFvirtualfile _Marker _MarkerD _AFchunk{ _AFchunk $ 9 m _AFfnpmod _AFfnpsimplemod _AFmodule{ _AFmodule _AFmoduleinst _AFmoduleinst _AFmodulestate_AFmodulestate_Track_Track_LoopY_Loopo_Instrument_Instrument_Miscellaneous0_MiscellaneousJ_AFfilehandleVAFfilehandleiuint32_txsize_tuint16_t_WAVEInfo_WAVEInfoAUpvlistint16_tuint8_tint8_t)!AFfilesetup4;AFfileoffsetuint32_t_WAVEInfo_WAVEInfostatus'_AFvirtualfile\AFvirtualfile_PCMInfo_PCMInfo_AudioFormat_AudioFormat_Marker_MarkerIAFframecount\_AFchunk_AFchunk%<Q_AFfnpmod_AFfnpsimplemod_AFmodule _AFmodule_AFmoduleinst _AFmoduleinst _AFmodulestate _AFmodulestate/ _Track _Track _Loopq _Loop AFPVu AFPVu _Instrument _Instrument$_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandleuint16_tuint8_t_MarkerSetup_MarkerSetup_TrackSetupA_TrackSetupX_LoopSetupv_LoopSetup_InstrumentSetup_InstrumentSetup_MiscellaneousSetup=_MiscellaneousSetup\_AFfilesetupVAFfilesetupsize_tY=uint8_tD_PCMInfo_PCMInfo_AudioFormatg_AudioFormat_MarkerSetup_MarkerSetupAFfileoffsetAFframecount_TrackSetupJ_TrackSetupa_LoopSetup_LoopSetup_InstrumentSetup_InstrumentSetup_MiscellaneousSetupF_MiscellaneousSetupe_AFfilesetupZ_AFfilesetup_AFvirtualfile AFvirtualfile AFfilesetup status _Marker: _Marker^ _AFchunk _AFchunk' > S _AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst _AFmodulestate_AFmodulestate1_Track_Track _Loops_LoopAFPVuAFPVu_Instrument_Instrument&_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandleuint32_tVsize_t oa|status_PCMInfo_PCMInfo _AudioFormat_AudioFormat_MarkerSetup_MarkerSetup<AFfileoffsetOAFframecountb_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupI_InstrumentSetupe_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetup_AFvirtualfile AFvirtualfile= _Marker _Marker _AFchunk _AFchunk _AFfnpmod _AFfnpsimplemod+ _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst* _AFmodulestatey _AFmodulestate _TrackT_Trackf_Loop_LoopAFPVu AFPVu_Instrumentl_Instrument_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandleuint8_t9uint32_tsize_t@_PCMInfo_PCMInfo_AudioFormatc_AudioFormat_MarkerSetup_MarkerSetupAFfileoffsetAFframecount_TrackSetupN_TrackSetupe_LoopSetup_LoopSetup_InstrumentSetup_InstrumentSetup _MiscellaneousSetupJ_MiscellaneousSetupi_AFfilesetup^_AFfilesetup_AFvirtualfileAFvirtualfile5uint32_t status AFfilesetup _MarkerL _Marker _AFchunk _AFchunkJ a v _AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst _AFmodulestate?_AFmodulestateT_Track_Track,_Loop_LoopAFPVuAFPVu_Instrument2_InstrumentI_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandleuint16_tPsize_t ֘status_AFvirtualfile,AFvirtualfile\_PCMInfo_PCMInfo_AudioFormatr_AudioFormat_Marker_Marker"AFframecount5AFfileoffsetH_AFchunk_AFchunk(=q_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestate _AFmodulestate _Track _Track _Loop] _Loopn AFPVu AFPVu _Instrument _Instrument _Miscellaneousl _Miscellaneous _AFfilehandle AFfilehandle uint32_ti_MarkerSetup_MarkerSetup_TrackSetup_TrackSetup_LoopSetup;_LoopSetupQ_InstrumentSetup_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup!_AFfilesetupAFfilesetupPuint16_tsize_t)p@_PCMInfo_PCMInfo_AudioFormatc_AudioFormat_MarkerSetup_MarkerSetupAFfileoffsetAFframecount_TrackSetupN_TrackSetupe_LoopSetup_LoopSetup_InstrumentSetup_InstrumentSetup _MiscellaneousSetupJ_MiscellaneousSetupi_AFfilesetup^_AFfilesetup_AFvirtualfileAFvirtualfileGuint8_tstatus _MarkerY _Marker} _AFchunk _AFchunkF ] r _AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst _AFmodulestate; _AFmodulestateP _Track_Track(_Loop_LoopAFPVuAFPVu_Instrument._InstrumentE_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandleuint32_tsize_t7uint16_tAFfilesetup* *vAFfileoffset_IFFinfoVstatusv_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup_MarkerSetupAFframecount!_TrackSetupi_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup_InstrumentSetup$_MiscellaneousSetupe_MiscellaneousSetup_AFfilesetup~AFfilesetup_AFvirtualfileAFvirtualfile_MarkerE _Markerz _AFchunk _AFchunkC Z o _AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst _AFmodulestate8 _AFmodulestateM _Track_Track%_Loop_LoopAFPVuAFPVu_Instrument+_InstrumentB_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandleuint32_t{uint16_tuint8_tsize_t6C_PCMInfo_PCMInfo_AudioFormatf_AudioFormat_MarkerSetup_MarkerSetupAFfileoffsetAFframecount _TrackSetupQ_TrackSetuph_LoopSetup_LoopSetup_InstrumentSetup_InstrumentSetup _MiscellaneousSetupM_MiscellaneousSetupl_AFfilesetupa_AFfilesetup_AFvirtualfile"AFvirtualfileLuint8_tAFfilesetupA statusm _Marker _Marker _AFchunk _AFchunk  _AFfnpmod4 _AFfnpsimplemodJ _AFmodule_AFmodule% _AFmoduleinst+_AFmoduleinstI_AFmodulestate_AFmodulestate_Tracks_Track_Loop_LoopAFPVu,AFPVu=_Instrument_Instrument_Miscellaneous_Miscellaneous_AFfilehandle$AFfilehandleLsize_t R_PCMInfo_PCMInfo_AudioFormat_AudioFormatstatus_AFvirtualfileAFvirtualfile?_Marker_MarkerAFframecountAFfileoffset_AFchunk_AFchunk _AFfnpmod=_AFfnpsimplemodS_AFmodule_AFmodule._AFmoduleinst4_AFmoduleinstR_AFmodulestate _AFmodulestate _Track| _Track _Loop _Loop AFPVu5 AFPVuF _Instrument _Instrument _Miscellaneous _Miscellaneous! _AFfilehandle-AFfilehandle_MarkerSetup_MarkerSetup _TrackSetupT_TrackSetupk_LoopSetup_LoopSetup_InstrumentSetup_InstrumentSetup_MiscellaneousSetupP_MiscellaneousSetupo_AFfilesetupiAFfilesetupsize_t rAFframecount_PCMInfo_PCMInfo_AudioFormat_AudioFormat_AFchunk_AFchunk_AFfnpmodD_AFfnpsimplemodZ_AFmodule!_AFmodule(_AFmoduleinstD_AFmoduleinstCuchar2Uschar4buchar4schar3uchar3uchar1real_char3/ real_char3@ schar1M l schar2  E char3u char3ureal_char8Lreal_char88pcmmodspecpcmmodspecLchannelchangedataMchannelchangedataYcurrent_state.Zcurrent_state[status%[_Markern[_Marker[AFfileoffset[_AFmodulestate\_AFmodulestate]_Track^_Track^_AFvirtualfile`AFvirtualfile'`_Loop`_Loop`AFPVu`AFPVu`_Instrument-a_InstrumentDa_Miscellaneousa_Miscellaneousa_AFfilehandlebAFfilehandleRc_CompressionUnitpd_CompressionUnitgformat_codegformat_codeal_AFfilehandle']_PCMInfo_PCMInfo_AudioFormat_AudioFormatAFframecount_AFchunk1_AFchunk0_AFfnpmoda_AFfnpsimplemodw_AFmodule>_AFmoduleE_AFmoduleinstX_AFmoduleinst_Marker_MarkerAFfileoffset_AFmodulestated _AFmodulestatey _Track? _TrackQ _AFvirtualfile AFvirtualfile g711_data g711_datasize_t<_PCMInfo_PCMInfo_AudioFormat_AudioFormat~AFframecount_AFchunk_AFchunkZq_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst_AFmoduleinst"_Markerk_MarkerAFfileoffset_AFmodulestate _AFmodulestate!_Track _Track _AFvirtualfile- AFvirtualfileK pcm_data pcm_dataTsize_t1int16_tPuint8_tpuint16_tms_adpcm_stateint32_t_PCMInfo_PCMInfo_AudioFormat_AudioFormat_Marker-_MarkerZAFframecountmAFfileoffset_AFchunk_AFchunkI`u_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestate> _AFmodulestateS _Track _Track+ _AFvirtualfile_ AFvirtualfile ms_adpcm_data9ms_adpcm_dataqms_adpcm_state.AUpvlistAssize_tOsize_tڵ'@_PCMInfo_PCMInfo_AudioFormatc_AudioFormat_Marker_Marker1AFframecountDAFfileoffsetW_AFchunk_AFchunk 7L_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestate_AFmodulestate*_Track _Track _AFvirtualfile6 AFvirtualfileO ima_adpcm_data uint8_t int16_t adpcm_state AUpvlistssize_tsize_t6int16_tuint8_tadpcm_stateKAFframecount_PCMInfo3_PCMInfoB_AudioFormat_AudioFormat _AFchunkB_AFchunk[r_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinstfloatrebuffer_data%floatrebuffer_data_AFmoduleinstN schar2` int2rebuffer_data int2rebuffer_data yZmerrorFunction,_0X_u2a_a2useg_end rZ swap2 swap3 swap4swap8real_char3_to_schar3creal_char3_to_uchar3char3_to_real_char3float2doubledouble2floatint2float1int2float2)int2float39int2float4Fint2double1Tint2double2bint2double3pint2double4 floattransform!doubletransformW#float2int1_clip$float2int2_clip%&float2int3_clip'float2int4_clip(double2int1_clip_*double2int2_clip+double2int3_clip3-double2int4_clip.clipfloat60clipdouble1clip13clip24clip35clip467unsigned2signed1s8unsigned2signed29unsigned2signed3:unsigned2signed4*<signed2unsigned1g=signed2unsigned2>signed2unsigned3?signed2unsigned4@int1_2Aint1_3 Cint1_4Dint2_1Eint2_3'Fint2_41Gint3_1;Hint3_2EIint3_4OJint4_1YKint4_2cLint4_3NchannelchangefloatOchannelchangedoubleQchannelchange1GSchannelchange2Tchannelchange3Vchannelchange4WmXmUXmXmXmXmfunsigned2signedfsigned2unsigned>gswapbyteshto_fltRhto_dblhcliphchannelchanges iconvertmatrixHiintmappings2'g711compress-g711decompress<Opcm&;ms_adpcm_decompress'ڵ'ima_adpcm_decompress/cindexTablestepsizeTable`,floatrebufferv2f8 floatrebufferf2vint2rebufferv2fint2rebufferf2v.SUNW_cap.hash.dynsym.dynstr.SUNW_version.SUNW_versym.rel.got.rel.data.rel.picdata.rel.plt.text.rodata.rodata1.dynamic.bss.symtab.strtab.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.shstrtabo   "S!o,,P!o||/o@< BE B**O B**p\ B(>(>  `H@H@PeDDk@U@UsT\T\`6@ |<<ISpW X 8KEIIuVi?  3 \g   0707010005764b000081a40000000000000000000000014c5c9059000bd26c000000b500010002ffffffffffffffff0000002200000000root/usr/local/lib/libaudiofile.a! / 1281134673 0 0 0 9384 ` x$$$$$$$$$,,,,,,,,,,,,,,,,,,,,7T7Tddddddddd\\\DDD444444444ܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜܜFFFFFFFFttddd****SSSSSSSSSSS|||||||||||||||||LLLLLLLLLLWWW}|}|}|}|}|}|}|}|}|}|}|<<<<<<<<<`|`|DD<<<<<3333333SSzzzz$$dddd%l%l^^^^   <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< p$ p$ p$ p$ l l l l | | | 9t 9t 9t 9t 9t 9t 9t 9t     _af_identifyafIdentifyFDafIdentifyNamedFDafOpenFDafOpenNamedFDafOpenFileafOpenVirtualFileafSyncFileafCloseFile_af_tracksetup_new_af_default_tracksetup_af_instsetup_new_af_default_instrumentsetupafNewFileSetup_af_default_file_setup_af_setup_free_markers_af_setup_free_tracks_af_setup_free_loops_af_setup_free_instrumentsafFreeFileSetupafInitFileFormatafInitChannelsafInitSampleFormatafInitByteOrderafInitRateafInitDataOffsetafInitFrameCount_af_filesetup_copy_af_filesetup_make_handleafGetDataOffsetafGetTrackBytesafGetFrameSizeafGetVirtualFrameSizeafSeekFrameafTellFrameafSetVirtualByteOrderafGetByteOrderafGetVirtualByteOrderafGetFrameCountafGetRateafGetChannelsafGetSampleFormatafGetVirtualSampleFormatafSetVirtualSampleFormatafGetFileFormatafSetVirtualChannelsafGetVirtualRateafSetVirtualRateafSetChannelMatrixafGetVirtualChannelsafWriteFramesafReadFramesafInitPCMMappingafSetVirtualPCMMappingafSetTrackPCMMappingafGetPCMMappingafGetVirtualPCMMapping_af_default_signed_integer_pcm_mappings_af_default_unsigned_integer_pcm_mappings_af_default_float_pcm_mapping_af_default_double_pcm_mappingafSetErrorHandler.XAKgoyLJBJXMEY_.errorFunction_af_error_af_byteswap_int16_af_byteswap_int32_af_byteswap_float32af_virtual_file_newaf_virtual_file_destroyaf_freadaf_fwriteaf_fcloseaf_flengthaf_fseekaf_ftellaf_virtual_file_new_for_file_af_filesetup_ok_af_filehandle_can_read_af_filehandle_can_write_af_filehandle_ok_af_malloc_af_strdup_af_realloc_af_calloc_af_pv_long_af_pv_double_af_pv_pointer_af_pv_getlong_af_pv_getdouble_af_pv_getptr_af_filesetup_get_tracksetup_af_filehandle_get_track_af_format_sample_size_uncompressed_af_format_sample_size_af_format_frame_size_uncompressed_af_format_frame_size_af_set_sample_format_af_unique_idsaf_read_uint32_beaf_read_uint32_leaf_read_uint16_beaf_read_uint16_leaf_read_uint8af_write_uint32_beaf_write_uint32_leaf_write_uint16_beaf_write_uint16_leaf_write_uint8af_read_pstringaf_write_pstring_af_printid_af_print_pvlist_af_print_audioformat_af_print_tracks_af_print_channel_matrix_af_print_filehandle_af_print_frame_af_print_chunkAUpvnewAUpvgetmaxitemsAUpvfreeAUpvsetparamAUpvsetvaltypeAUpvsetvalAUpvgetparamAUpvgetvaltypeAUpvgetval_af_units_af_compression_af_compression_index_from_idafGetCompressionafInitCompressionafInitAESChannelDataafInitAESChannelDataToafGetAESChannelDataafSetAESChannelDataafInitInstIDsafGetInstIDs_af_instparam_set_af_handle_instrument_index_from_id_af_instparam_index_from_idafSetInstParamsafSetInstParamLong_af_instparam_getafGetInstParamsafGetInstParamLong_af_setup_instrument_index_from_idafInitLoopIDsafGetLoopIDs_af_handle_loop_index_from_idafSetLoopModeafGetLoopModeafSetLoopCountafGetLoopCountafSetLoopStartafGetLoopStartafSetLoopStartFrameafGetLoopStartFrameafSetLoopTrackafGetLoopTrackafSetLoopEndafGetLoopEndafSetLoopEndFrameafGetLoopEndFrame_af_marker_find_by_idafInitMarkIDsafInitMarkNameafInitMarkCommentafGetMarkNameafGetMarkCommentafSetMarkPositionafGetMarkIDsafGetMarkPosition_af_marker_newafInitMiscIDsafGetMiscIDsafInitMiscTypeafGetMiscTypeafInitMiscSizeafGetMiscSizeafWriteMiscafReadMiscafSeekMiscafInitTrackIDsafGetTrackIDs_af_track_newafQuery_afQueryInstrument_afQueryInstrumentParameter_afQueryLoop_afQueryFileFormat_afQueryCompression_afQueryMarkerafQueryLongafQueryDoubleafQueryPointer_afQueryMiscellaneous_af_raw_recognize_af_raw_read_init_af_raw_write_init_af_raw_update_af_raw_complete_setup_af_raw_default_filesetup_af_raw_compression_types_af_aiff_read_init_af_aiff_recognize_af_aifc_recognize_af_aiff_complete_setup_af_aiff_default_filesetup_af_aiff_instparam_valid_af_aifc_get_version_af_aiff_inst_params_af_aiffc_compression_types_af_aiff_write_init_af_aiff_update_af_convert_to_ieee_extended_af_convert_from_ieee_extended_af_next_read_init_af_next_recognize_af_next_complete_setup_af_next_default_filesetup_af_next_compression_types_af_next_update_af_next_write_init_af_wave_recognize_af_wave_read_init_af_wave_complete_setup_af_wave_default_filesetup_af_wave_instparam_valid_af_wave_compression_types_af_wave_inst_paramswaveinfo_new_af_wave_update_af_wave_write_init_af_ircam_recognize_af_ircam_vax_magic_af_ircam_sun_magic_af_ircam_mips_magic_af_ircam_next_magic_af_ircam_complete_setup_af_ircam_default_filesetup_af_ircam_read_init_af_ircam_write_init_af_ircam_update_af_avr_recognize_af_avr_read_init_af_avr_complete_setup_af_avr_default_filesetup_af_avr_update_af_avr_write_init_af_iff_recognize_af_iff_read_init_af_iff_complete_setup_af_iff_default_filesetup_af_iff_write_init_af_iff_update_af_nist_recognize_af_nist_complete_setup_af_nist_default_filesetup_af_nist_read_initWriteNISTHeader_af_nist_write_init_af_nist_update_af_linear2alaw.XAKgoyLQBJXME1H.seg_end_af_alaw2linear_af_linear2ulaw_af_ulaw2linear.XAKgoyLQBJXME1H._a2u.XAKgoyLQBJXME1H._u2a_AFnewmodinst_AFfreemodspec_AFpull_AFsimplemodrun_pull_AFpush_AFpushat_AFsimplemodrun_push.XAKgoyLQBJXMEII.intmappings.XAKgoyLQBJXMEII.swapbytes.XAKgoyLQBJXMEII.real_char3_to_uchar3.XAKgoyLQBJXMEII.real_char3_to_schar3.XAKgoyLQBJXMEII.unsigned2signed.XAKgoyLQBJXMEII.clip.XAKgoyLQBJXMEII.to_flt.XAKgoyLQBJXMEII.to_dbl.XAKgoyLQBJXMEII.channelchanges.XAKgoyLQBJXMEII.doubletransform.XAKgoyLQBJXMEII.convertmatrix.XAKgoyLQBJXMEII.floattransform.XAKgoyLQBJXMEII.signed2unsigned.XAKgoyLQBJXMEII.char3_to_real_char3_AFsyncmodules_AFsetupmodules_AFinitmodules_AFfreemodules.XAKgoyLQBJXMEII.swap2.XAKgoyLQBJXMEII.swap3.XAKgoyLQBJXMEII.swap4.XAKgoyLQBJXMEII.swap8.XAKgoyLQBJXMEII.unsigned2signed1.XAKgoyLQBJXMEII.unsigned2signed2.XAKgoyLQBJXMEII.unsigned2signed3.XAKgoyLQBJXMEII.unsigned2signed4.XAKgoyLQBJXMEII.clip1.XAKgoyLQBJXMEII.clip2.XAKgoyLQBJXMEII.clip3.XAKgoyLQBJXMEII.clip4.XAKgoyLQBJXMEII.clipfloat.XAKgoyLQBJXMEII.clipdouble.XAKgoyLQBJXMEII.int2float1.XAKgoyLQBJXMEII.int2float2.XAKgoyLQBJXMEII.int2float3.XAKgoyLQBJXMEII.int2float4.XAKgoyLQBJXMEII.double2float.XAKgoyLQBJXMEII.int2double1.XAKgoyLQBJXMEII.int2double2.XAKgoyLQBJXMEII.int2double3.XAKgoyLQBJXMEII.int2double4.XAKgoyLQBJXMEII.float2double.XAKgoyLQBJXMEII.channelchange1.XAKgoyLQBJXMEII.channelchange2.XAKgoyLQBJXMEII.channelchange3.XAKgoyLQBJXMEII.channelchange4.XAKgoyLQBJXMEII.channelchangefloat.XAKgoyLQBJXMEII.channelchangedouble.XAKgoyLQBJXMEII.int1_2.XAKgoyLQBJXMEII.int1_3.XAKgoyLQBJXMEII.int1_4.XAKgoyLQBJXMEII.int2_1.XAKgoyLQBJXMEII.int2_3.XAKgoyLQBJXMEII.int2_4.XAKgoyLQBJXMEII.int3_1.XAKgoyLQBJXMEII.int3_2.XAKgoyLQBJXMEII.int3_4.XAKgoyLQBJXMEII.int4_1.XAKgoyLQBJXMEII.int4_2.XAKgoyLQBJXMEII.int4_3.XAKgoyLQBJXMEII.float2int1_clip.XAKgoyLQBJXMEII.float2int2_clip.XAKgoyLQBJXMEII.float2int3_clip.XAKgoyLQBJXMEII.float2int4_clip.XAKgoyLQBJXMEII.double2int1_clip.XAKgoyLQBJXMEII.double2int2_clip.XAKgoyLQBJXMEII.double2int3_clip.XAKgoyLQBJXMEII.double2int4_clip.XAKgoyLQBJXMEII.signed2unsigned1.XAKgoyLQBJXMEII.signed2unsigned2.XAKgoyLQBJXMEII.signed2unsigned3.XAKgoyLQBJXMEII.signed2unsigned4_af_adpcm_coder.XAKgoyLHBJXMU57.stepsizeTable.XAKgoyLHBJXMU57.indexTable_af_adpcm_decoder_af_pcm_format_ok_AFpcminitcompress.XAKgoyLGBJXME_6.pcm_AFpcminitdecompress_af_ms_adpcm_format_ok_af_ms_adpcm_init_decompress.XAKgoyLGBJXM0R7.ms_adpcm_decompress_af_ima_adpcm_format_ok_af_ima_adpcm_init_decompress.XAKgoyLHBJXMkl7.ima_adpcm_decompress_af_initfloatrebufferv2f.XAKgoyLHBJXMEN8.floatrebufferv2f_af_initfloatrebufferf2v.XAKgoyLHBJXMEN8.floatrebufferf2v_af_initint2rebufferv2f.XAKgoyLHBJXMEN8.int2rebufferv2f_af_initint2rebufferf2v.XAKgoyLHBJXMEN8.int2rebufferf2v_af_g711_format_ok_AFg711initcompress.XAKgoyLGBJXMEq6.g711compress_AFg711initdecompress.XAKgoyLGBJXMEq6.g711decompressopenclose.o/ 1281134664 0 0 100644 24836 ` ELF]4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabopenclose.c_afOpenFilefreeFileHandlefreeInstParamsBbss.bssDdata.dataDrodata.rodata_af_identifyaf_ftell_af_unitsaf_fseekafIdentifyFDdupfdopen_af_erroraf_virtual_file_new_for_fileaf_fcloseafIdentifyNamedFDafOpenFDafOpenNamedFDafOpenFilefopenafOpenVirtualFile_af_filesetup_ok_af_mallocafFreeFileSetupmemsetstrdup_AFinitmodulesafSyncFile_af_filehandle_ok_AFsetupmodules_AFsyncmodulesafCloseFilefreeAUpvfree_AFfreemodules.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesU jEPEEEUt~UjEPЃtTE tUE PjEPEP UE>E@EESjEPEP E t E @EEÐUjEPEhEPEEuhjEZjEPEEuhjE(jEPEjEPEEEÐUjEPEhEPEEuE Phj E`jEPEEuE Phj E*EPEPEjEPEEEÐUE uh4j EE @ru E7E @wu EE PhHj EzE PEPEEuhjEGjEPEjEPEPjEPEP*tjEPEEEÐUE uh4j EE @ru E;E @wu E#E PhHj EE PEPEEuEPhj EIjEPEjEPEPEPEPEP tjEPEEEÐUE uh4j EE @ru E;E @wu E#E PhHj EE PEPEEuEPhj EIjEPEjEPEPEPEPEPtjEPEEEÐU EuhhjEE uh4j EE @ru E7E @wu EE PhHj E5jEPEPjEPEP+tjEPEEEÐU\]EEEEEEEEE@EtEtfjEPu E:E@EEu1Et)hjEEPE PEEuEPE PEEu9EtEPhj hjEUEEuEPhj Eu;U$uEPh@j E"EEE@@ EEPBEBEċB EȋB$E̋B(EЋB,EԋB0E؋B4E܋EPBEBEEUjEPЃEEu Ezjj4EEu%EtjEPEAj4jEP E@DEU P EUPEtjEPЋEP E@EUPE@0EuU EU$EEEEPEPEЃt7jEPEEtjEPEBEtjEPEEEU;P]U ȍ++ʋCEEUD|EtKEUPLUEBXEĉB\EȉB`ẺBdEЉBhEԉBlE؉BpE܉BtUEBDEBHE@|EǀE@TEPEPujEPIE'E@EEU;PEUPEE]ÐU]jEPu EHE@E@EEEU;P]U ȍ++ʋCEEt$EPEPuEEPEPtEE@EEU;PpU,t2UjEP,Ѓt E=2E@u#E@Phtj EEE]ÐUjEPu EUjEPEj@ PEE}EPhj jEPEEÐU]Et E@=DthjE@E@tEj@PE@EE@0tEj@0PE@0E@%EEU;P]U ȍ++ʋCD@tS]U ȍ++ʋCjD@P]U ȍ++ʋCD@]U ȍ++ʋCtY]U ȍ++ʋCjP]U ȍ++ʋCDŽ]U ȍ++ʋCjP]U ȍ++ʋCtY]U ȍ++ʋCjP]U ȍ++ʋCDŽ]U ȍ++ʋCE]U ȍ++ʋCU;w]U ȍ++ʋSEDtm]U ȍ++ʋSEjDP]U ȍ++ʋSED]U ȍ++ʋSED tm]U ȍ++ʋSEjD P]U ȍ++ʋSED E@E]U ȍ++ʋCU;]U ȍ++ʋCjP]U ȍ++ʋCDŽE@EEU;P Ej@PE@E@E@$EEU;P UER$Dt/UER$jDPUER$DUER$DUER$D t3UER$EPD PUER$D E@EEU;P JEj@$PE@$E@ E@,tEj@,PE@,E@(j4jEP jEP]ÐU ]U LEEE;E}]U ]PȋAu"UEЃtUEjPE@EE;E|jEP]rcould not open filecould not open file '%s'null access modeunrecognized access mode '%s'null virtual filehandlewarning: opening file for read access: ignoring file setup with non-raw file format'%s': unrecognized audio file formatunrecognized audio file format%s format not currently supported%s format is currently supported for reading onlyunrecognized access mode %dclose returned %dbad filehandle@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03openclose.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o openclose.o openclose.c -W0,-xp.XAKgoyLIBJXME58.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLIBJXME58.;backend;raw;cd;DBG_GEN 5.2.7_af_identify8Uvf7implemented7 curpos9i:int_AFvirtualfilereadP#lengthn#write#destroy# seek#tell#closure$#voidunsigned P  $ )5long Un ] s   x )}   U  U  U  AFvirtualfile UAFfileoffsetafIdentifyFDSUfdRfpTvfUresultVunsigned char__FILEv_cnt#_ptr#_base#_flag# _file# __orientation)# __ionolock)#  __seekable)#  __extendedfd)#  __xf_nocheck)#  __filler)#  FILEvafIdentifyNamedFDwtU"fdv/filenamev implementedvfpxvfyresultzchar "*afOpenFDwUfdmode setupfpvffilehandleaccess_Bool"double_PCMInfo @slope#intercept#minClip#maxClip# _PCMInfo_AudioFormat@sampleRate#sampleFormat#sampleWidth# byteOrder#pcm@#channelCount#4compressionType#8compressionParams$#< O_AudioFormatshortunsigned long_Markerid#position&#name#comment# 7_MarkerU UAFframecount_AFchunkHbuf$#nframes#f# _AFchunk_AFmoduleinst{inc#outc#modspec$#u# mod #free_on_close#valid#source{#sink{#pull#push#  { _AFfnpmod    $ _AFfnpsimplemod_AFmodule0 name#describe#max_pull#max_push# run_pull#reset1#reset2#run_push#sync1# sync2#$run #(free#, ' _AFmodule  _AFmoduleinst $_AFmodulestateu modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate# old_v_rate#chunk#module # buffer! #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst # & _AFmodulestate_Track|P id#f#v#DchannelMatrix#markerCount#markers#hasAESData#aesData#totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#msu #taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# _TrackP _Loop id#mode#count#beginMarker# endMarker#trackid# b _Loop AFPVu lU#d#v$# AFPVu _Instrumenthid#loopCount#loops #values# _Instrumenth_Miscellaneousid#type#size#buffer$# position# _Miscellaneous_AFfilehandle4valid#access#seekok#fh# fileName#fileFormat#trackCount#tracks] #instrumentCount# instrumentsz#$miscellaneousCount#(miscellaneous#,formatSpecific$#0 AFfilehandle "_MarkerSetup [id#name#comment# _MarkerSetup[_TrackSetup`id#f#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCount#Pmarkersn#TdataOffset#XframeCount#\ s_TrackSetup_LoopSetupid# _LoopSetup_InstrumentSetupZid#loopCount#loops#loopSet# _InstrumentSetupZ_MiscellaneousSetup id#type#size# v_MiscellaneousSetup_AFfilesetup$valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instrumentsq#miscellaneousCount#miscellaneous#  AFfilesetupafOpenNamedFDUfdmode setupfilenamefpvffilehandleaccess " "afOpenFileU\afilenamekmode setupfpvffilehandleaccess "\ "fafOpenVirtualFilevUvfilemode setupfilehandleaccess "_afOpenFile4B Uaccess2vf2 filename2file3filesetup3fileFormat5implemented6formatName7initfunc08userSampleFormat:userSampleRate;userPCM@<userFormatSet=t?filehandleAcompletesetupB * +  +  track] C status "  0  afSyncFile Uhandle|   filefmttrackno :  $  $ track] afCloseFileO U:fileerrfreeFileHandle jU>filehandle fileFormat    i#   j? & & i[freeInstParams|Uvalues{fileFormat{ i}parameterCount~ _AFfreemodules  _AFsyncmodules  _AFsetupmodules8  _AFinitmodules_  _af_malloc$} )_af_filehandle_ok _af_filesetup_ok  "_af_error  af_ftellU  af_fseek1  U af_fcloseN af_virtual_file_new_for_file N "fdopen   " "fopen  afFreeFileSetup  _AUpvlistAUpvfree4 dupK  "Kstrdupo Pmemset$ $  )!free $  /var/tmp/audiofile-0.2.7/libaudiofile./usr/include/usr/include/isoopenclose.caf_vfs.haudiofile.hstdio_impl.hstdio_iso.hafinternal.h; *p x   x     ' ; C R \m u         ! ) < H[ i o        " ,= ^ l r        * 4E h v |        ' : DU x           3 <] k q            ( / DL _ g o      + 7 m            ( 0 H R [ e           + N r {          g* 3 : Y o |         $ u: }           " 5 C J Y n }           % R x  & P    @ z    Nv T0    &< Q l     t    " 3 = G W e y    |   DD%.?  : ; @ ' ID I: ;  4I : ;  $>  :  I8 I ' ID  I &I ' D  I:  I8 I !I/  :  :  :  : .?  : ;@ ' ID I: ; 4I : ; . : ;@ ' ID  D D . : ;@ ' D .? < ' D .? < ' ID 7I < !.? < ' D $_af_identifyafIdentifyFDafIdentifyNamedFD4afOpenFDafOpenNamedFDafOpenFilepafOpenVirtualFile5afSyncFileafCloseFileD _afOpenFile:freeFileHandle>freeInstParams_AFvirtualfileAFvirtualfileAFfileoffset__FILEvFILE_PCMInfo@_PCMInfoO_AudioFormat_AudioFormat7_Marker_MarkerAFframecount_AFchunk_AFchunk_AFfnpmod _AFfnpsimplemod' _AFmodule _AFmodule_AFmoduleinst _AFmoduleinst& _AFmodulestateu _AFmodulestate _TrackP _Trackb _Loop _Loop AFPVu AFPVu_Instrumenth_Instrument_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandle_MarkerSetup[_MarkerSetups_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupZ_InstrumentSetupv_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetupstatusP p     %.;?FPmw P {)9H TYb =_( 1D Kcv }  . 5Qb   3e   #;o  #, 3K  % ,d  % !8Ut {   &' (7 )   ' ' *` , - .M o    , + '  . o  v  0 0K112y0s0000e00,0P(^000 6:(,B F!"$ F+Jmqvz/NR $RV $,9@LT\dlv~ $1 8DLT^fnv! (2:BLT\dq"x$$,4>FNX`hpz *2:DLT\fpx&.6>FNV^fnv *2:DNVc+jv~ /*2:BJRZbov    & . 6 @ J R Z b j r z                    ( 0 8 @ H P X e l x       4 ""$",+C4"?"K: W}EeXGuHHMHLK0q |N{ DR   dT   |]  ]  ]setup.o/ 1281134664 0 0 100644 27276 ` ELFDg4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.SUNW_cap.symtabsetup.cBbss.bssDdata.dataDrodata.rodata_af_tracksetup_new_af_calloc_af_default_tracksetup_af_set_sample_format_af_strdup_af_instsetup_new_af_default_instrumentsetupafNewFileSetup_af_malloc_af_default_file_setup_af_setup_free_markersfree_af_setup_free_tracks_af_setup_free_loops_af_setup_free_instrumentsafFreeFileSetup_af_filesetup_okmemsetafInitFileFormat_af_error_af_unitsafInitChannels_af_filesetup_get_tracksetupafInitSampleFormatafInitByteOrderafInitRateafInitDataOffsetafInitFrameCount_af_filesetup_copymemcpy_af_filesetup_make_handle_af_marker_new.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesU]uEu Ej`EPEEuEEE;EEMȍQ|ME]؍CEuE]؋EMȋAPC PFP EMȋAPu EMATEMj APP؋EMȉYTEMȋATuEuEEMȋE;AP4]EMȋUITȍCAjh؋EMȋUITȉYEMȋUITȋAuEjh؋EMȋUITȉYEMȋUITȋAu EAE@EEMȋE;APE@EE;E_EEE]uÐU]EuESjEPEEuE+EE;EEM D D  D UEMEUDuEUDEUjDPȋEULEUDu EfEEUM;L}2MEU]DQE@EEUM;L|΋E@EE;EEEE]ÐU]ujj$EEu E2UBBB B BBBB B Ej@ PЋEPEj@PЋEPE@uE@ Ej @PЋEP EEU;P}h]EMp CFEMX CEMX CE@EEU;P|EEE]uÐUUE RЋBPEUE RЋE;BPUE RЋMRTjBPUE RЋMRTjBPE@EUE RЋE;BPnUE RjBTPUE RBTUE RBPÐUE@tEEEU;P }"EPEPE@EEU;P |ދEj@PE@E@ ÐUUE RDtUE RjDPUE RDUE RDÐUE@tEEEU;P}"EPEPE@EEU;P|ދEj@PE@E@ÐUjEPukjEPjEPE@t%Ej@ PE@ E@j$jEP jEPÐUjEPuzE |E ~E Phj TU u+U Ph$j EU PÐUjEPuVE PEPEEu7E}EPhHj EUP8UBHÐUjEPuOE PEPEEu0UEPEPBP UBEUBFÐUjEPubE PEPEEuCE=t"E=tEPhhj5 EUPUBGÐUjEPulE PEPEEuMEz!wjjEPEPhjUEBEBUBDÐUjEPuVE PEPEEu7E}EPhj8 EUPXUBLÐUjEPuVE PEPEEu7E}EPhj9 EUP\UBMÐUD]ujj$EEu E2U MBABABAB A BABABABAB A E@E@E@ E@tE@ E(E@t E@ EEEEEEEu E@Mj`EPE܋EU܉PE܃u]MEPAPCP EUP E@ t E@E%E@ t E@EEE؉E܋E܉EEu E@FjEPEԋEUԉPEԃu9MUEPBPAP EUPE@ tE@E(E@ t E@EEEЉEԋEԉEEu E@ Mj EPE̋EỦP Ẽu]MUPA PC P EUPEEU;P wUERЉUȋUERBKu#EuE@TE@P UERЋBPuE@TUERj BPPEċEȋUĉPTEăuuȋUEZ؋UERЋRPPCTPFTP UERЋEȋRPPPEUERЋE;BPUERЋM̍RTjBPEȋM̍XT؉sEȋM̍XT؋CuUERЋM̍RTjBPEȋM̍XT؉sEȋM̍XT؋CuE@E̋UERЋE;BPE@EEU;P EEU;PUER‰E̋UERDuE@pUERjDPEȋE̋UȉPEȃu[űUEZUERDPDPFP E@EEU;PHEEqE@ tEj@ PE@tEj@PE@tEj@PEtjEPEE]uÐU$]u܋E @DE@ EE UPEuE @E h|@PЋE PE @u EEE U;P] U ȍ++ʋCEUERЉUEU@BEU|EǀE@PEEU艐EuEǀoEjPЋEEuEEEU;EMXT؋UECfEMXTjCPȋUELUEDuE[EMXTjCPȋUEL UED u EUEDE@EEU;EU@JUEǀEǀEǀEǀU U%U=UeE@EE U;PJE@EE UP EuE @$E j@ PЋE P$E @$u EEE U;P qUEZU ER$  UERDEU ER$MLEuU ER$D U ER$jDPȋU ER$LU ER$DuEEU ER$M;LU ER$]TЉUUERMDUBE@E@E@EUEB EUEBE@EU ER$M;LfEPLEEuU ER$D jEPȋU ER$L U ER$D uEEE;E}VEP]PȋU ER$]T A ڋADE@EE;E|E@EE U;P E@EE UP(EuE @,E j@(PЋE P,E @,u EEE U;P(EMX ؋E Mp,CFEMX ؋E Mp,CFEMX ؋E Mp,CFE MX,CE MX,C E@EE U;P(,EE]u@@@Eunrecognized file format %d%s format not currently supportedinvalid number of channels %dinvalid byte order %dinvalid sample rate %.30ginvalid data offset %dinvalid frame count %d@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03.setup.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o setup.o setup.c -W0,-xp.XAKgoyLIBJXMEM9.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLIBJXMEM9.;backend;raw;cd;DBG_GEN 5.2.7int_Booldouble_PCMInfo slope(#intercept(#minClip(#maxClip(#2_PCMInfovoid_AudioFormat@UsampleRate(#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#4compressionType#8compressionParams#<_AudioFormatcharh_MarkerSetup id#namep#commentp#u_MarkerSetuplongAFfileoffsetAFframecount_TrackSetup`@id#fU#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCount#Pmarkers#TdataOffset#XframeCount#\_TrackSetup@_LoopSetupuid#W_LoopSetupu_InstrumentSetupid#loopCount#loops#loopSet# _InstrumentSetup_MiscellaneousSetup <id#type#size#_MiscellaneousSetup<_AFfilesetup$Pvalid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracksR#instrumentCount#instruments#miscellaneousCount#miscellaneousV# [_AFfilesetupP_af_default_file_setupc*_af_default_instrumentsetup=@_af_default_tracksetupE _af_tracksetup_newh UR trackCountg ii tracksRj H [ [  0 0 j C _af_instsetup_newUi instrumentCount i instruments Xz kg kg g g g j C afNewFileSetupU setup = X X i C [AFfilesetup_af_setup_free_markers>Uw setup trackno  ' ' i_af_setup_free_tracksU setup i_af_setup_free_loops  U setup instno  _af_setup_free_instruments|Uh setupiafFreeFileSetup( U setup'afInitFileFormat< U setup;filefmt; afInitChannelsS& U` setupRtrackidR channelsRtrackRTafInitSampleFormath U setupgtrackidg sampfmtgsampwidthgtrackRiafInitByteOrderx" Ub setupwtrackidw byteorderwtrackRyafInitRate U setuptrackid (ratetrackRafInitDataOffset6 UB setuptrackid offsettrackRafInitFrameCount U setuptrackid counttrackR_af_filesetup_copy,U5setupdefaultSetup copyMarksnewsetupiinstrumentCountmiscellaneousCounttrackCount M c cjtrackR   instrument' C _af_filesetup_make_handleWU00setupVqhandleV iX Fp pp pp p Z ZtrackftracksetupRg 2 d djt pS S S S = =instParamCount V LV LVj V 6 6loopH V= = =j Cstatus_AFvirtualfileread#length#write$#destroy6# seekV#telll#closure#=unsigned$ 6)V;l[=AFvirtualfileq(shortunsigned long_Markerid#position#namep#commentp# _Markerunsigned char'_AFchunkH^buf#nframes#fU#'_AFchunk^_AFmoduleinstincm#outcm#modspec#u# mods#free_on_close#valid#rsource#sink#>pull#push#K>K_AFfnpmod'|``e|_AFfnpsimplemod_AFmodule0^namep#describeP#max_pullP#max_pushP# run_pullP#reset1P#reset2P#run_pushP#sync1P# sync2P#$run#(freeP#,_AFmodule^nr_AFmoduleinstx_AFmodulestatemodulesdirty#nmodules#mustuseatomicnvframes#old_f_rate(# old_v_rate(#chunkm#module# buffer#$filemodinstx#(filemod_rebufferinstx#@rateconvertinstx#Xrateconvert_inrate(#prateconvert_outrate(#xrateconvert_rebufferinstx#_AFmodulestate_Track|id#fU#vU#DchannelMatrix#markerCount#markers#hasAESData#aesData#totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms#taper(#dynamic_range(#ratecvt_filter_params_set#filemodhappy#_Track_Loop<id#mode#count#beginMarker# endMarker#trackid#_Loop<AFPVuyl#d(#v#MAFPVuy_Instrumentid#loopCount#loopsH#values# _Instrument_MiscellaneousKid#type#size#buffer# position#_MiscellaneousK_AFfilehandle4lvalid#access#seekok#fh# fileNamep#fileFormat#trackCount#tracks#instrumentCount# instruments#$miscellaneousCount#(miscellaneous`#,formatSpecific#0elAFfilehandle_af_marker_new_af_set_sample_format000[_af_filesetup_get_tracksetupR_af_strdupp6p_af_callocY_af_mallocw_af_filesetup_okh_af_errormemsetmemcpy  freej n /var/tmp/audiofile-0.2.7/libaudiofile.setup.cafinternal.haudiofile.haf_vfs.h   1 9 H [    0g      F T   vj% ! 0 A I X k       5 N gsz     $ = H Xq    | 'O  }  < FQ c s~      ! 3 C Ufp z           ) , < O T q             $ 6 L P k p              6 L P k p              ) 4 F \ ` {            , 6 @ J    ;   D M c{   o   ! (w  vn   }         ! <F ` p       % 2O d      6 D|   t     " 0 > L ZPp5    0 Ly         & 6wV{    .}=YS2m |      L f z   DD%$>  :  I8 I: I&I4I?  : ;  .?  : ; @ ' ID  I: ;  4I : ;   D D .?  : ; @ ' D .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID ' ID I' D I !I/  :  :  :  : .? < ' ID .? < ' D 7I .? < ' D 2h_af_default_file_setup_af_default_instrumentsetup_af_default_tracksetup_af_tracksetup_new_af_instsetup_newiafNewFileSetup_af_setup_free_markersw _af_setup_free_tracks _af_setup_free_loops _af_setup_free_instrumentsh afFreeFileSetup afInitFileFormat afInitChannels` afInitSampleFormat afInitByteOrderb afInitRate afInitDataOffsetB afInitFrameCount _af_filesetup_copy5_af_filesetup_make_handle22_PCMInfo_PCMInfo_AudioFormatU_AudioFormatu_MarkerSetup_MarkerSetupAFfileoffsetAFframecount_TrackSetup@_TrackSetupW_LoopSetupu_LoopSetup_InstrumentSetup_InstrumentSetup_MiscellaneousSetup<_MiscellaneousSetup[_AFfilesetupP_AFfilesetupAFfilesetup0status=_AFvirtualfileqAFvirtualfile_Marker_Marker'_AFchunk^_AFchunkP_AFfnpmod_AFfnpsimplemod_AFmodule^_AFmoduler_AFmoduleinstx_AFmoduleinst_AFmodulestate_AFmodulestate_Track_Track_Loop<_LoopMAFPVuyAFPVu_Instrument_Instrument_MiscellaneousK_Miscellaneouse_AFfilehandleqAFfilehandle      `&x8`Tlcnp$>@l]l  *4 vC`0 os 0  v@ v l0x'oI W \7w.b}l<_" # "A  H %h & &  % " (   %= "Y (  " (  %= "Y (u   % " (   %M "i (  %   /W/=/h/V8/}q1``l&& RV[_dhmqvz"'+049=BF}  H L Q U Z ^     4  8 ~ !  $  ' y )}  * s +w  , Y -]  . U0Y <@EINRW[`dim { "*2:DNXelx&.6>FNV`hpx$.8BJW^jr| ! (0:BO$Vbjr|')".6>FNV^k*r~+ $1,8DLT\dlt~-."*2:DLT^fnx (08BLV^fnv~0    " , 4 < D L T \ d n v ~                    * 4 < F N V ^ h p x                    ( 0 8 @ H P Z d   4F ((("+4u#?u#2K@n WLeMuOoRR  V Y8   T]   4g 1 U : file=trackid= track ?afGetFrameSizeQ1U"": filePtrackidP stretch3to4Ptrack RfloatafGetVirtualFrameSize^U": file]trackid] stretch3to4]track _afSeekFramek U: filejtrackidj framejtrack lafTellFrame0UZ: filetrackid afSetVirtualByteOrderU: handletrack byteordercurrentTrack afGetByteOrder:UA: handletrack currentTrack afGetVirtualByteOrderU: handletrack currentTrack afGetFrameCount-U: filetrackid track afGetRateyU h: filetrackid track afGetChannelsU: filetrackid track afGetSampleFormatUQ: filetrackid QsampleFormatQsampleWidthtrack  afGetVirtualSampleFormat^U: filetrackid QsampleFormatQsampleWidthtrack afSetVirtualSampleFormatU: filetrackid sampleFormatsampleWidthtrack afGetFileFormat&U: file%Qversion% afSetVirtualChannels6.UY: file5trackid5 channelCount5track 7afGetVirtualRateJyU : fileItrackidI track KafSetVirtualRateT- U3: fileStrackidS  rateStrack UafSetChannelMatrixj% U: fileitrackidi @matrixitrack k      iysizeyafGetVirtualChannelsj UV: filetrackid track  . status_AFsetupmodules` V [ w_af_set_sample_format`  ` ` w_af_format_frame_size"   . _af_filehandle_get_track 6  _af_filehandle_can_reada 5 _af_filehandle_ok 5  _af_error  malloc. 3free .m /var/tmp/audiofile-0.2.7/libaudiofileformat.caudiofile.hafinternal.haf_vfs.h3 ( C L X f|        + F\ h        7 D S h t |         + 6L X u        # , 5 F\ h          ( 6Q d s           1 4 < H P \ f|             ? p z         " ) 6Q d s         ! ( < R X s x          6 Q \ e  DD%.?  : ; @ ' ID I: ;  4I : ;  $> I:  :  I8 I ' ID  I &I ' D I !I/  :  :  :  : .?  : ; @ ' D .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID  .? < ' ID .? < ' D .? < ' D afGetDataOffsetM afGetTrackBytes afGetFrameSize+afGetVirtualFrameSizeafSeekFrameafTellFrameZafSetVirtualByteOrderafGetByteOrderAafGetVirtualByteOrderafGetFrameCountafGetRatehafGetChannelsafGetSampleFormatVafGetVirtualSampleFormatafSetVirtualSampleFormatafGetFileFormatafSetVirtualChannelsYafGetVirtualRateafSetVirtualRate3afSetChannelMatrixafGetVirtualChannels AFfileoffset_AFvirtualfileAFvirtualfile_PCMInfoh_PCMInfow_AudioFormat-_AudioFormat__Marker_MarkerAFframecount_AFchunk'_AFchunk_AFfnpmodJ_AFfnpsimplemod`_AFmodule'_AFmodule;_AFmoduleinstA_AFmoduleinst__AFmodulestate_AFmodulestate_Track _Track _Loop _Loop AFPVuB AFPVuS _Instrument _Instrument _Miscellaneous _Miscellaneous. _AFfilehandle: AFfilehandle`status     ] `L+A@W=c{ 0Z@Z0I:NN/`H^nx0I0 0 : 1mM]q%\!=a Mq?RZm'6)[)+?RZ C a  + /?  04b f   FJ$(uy\ `!"!{#$u%y &(*p,t-L.P0 z $18DLT\dqx "/6BOVbjrz &.;!BNV^fnv~"#$ (0=%DPX`hpx&("/*6BJRZbjrz,- $1.8DLT\dlt|0  46 pj    " 4+(4-?-K*W0e2ur4o66 9 ;  =   B ! B data.o/ 1281134664 0 0 100644 11628 ` ELF$*4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.SUNW_cap.symtabdata.cBbss.bssDdata.dataDrodata.rodataafWriteFrames_af_filehandle_ok_af_filehandle_can_write_af_filehandle_get_track_AFsetupmodulesaf_fseek_af_error_af_format_frame_size__xtolafReadFrames_af_filehandle_can_read_af_mallocfree.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesUjEPu EjEPuEE PEPEEu EuEt!EPEPt EDUEjPB P }hjE UPBDP]E]EEEEEEUyEE;E}vEEUM‰AEU-; E@ U+UEPEPjEPBЃEyuEUPUE;E|EUEEUEEEEÐU,jEPu E{jEPuEYE PEPEEu E0Et!EPEPt EUEjPB P }h0jEEu EE6EU+EE;E~ EE EE܋E܉EUPBDP]E]EԛEUEЍBEUEЉUUyEEuFEUPEUPEPjEPBЃEyt EUPUEߋEEUBEEjPЋEPE@u E?EPjEPBЃEU@;}EߋEǀEj@PE@EyE߃E;EEEUM‰AEU-; E E+EE؋EU؉PEPjEPBЃEytEUPUE@;E}EߋEytE߃u E;E]EUEEEEunable to position write pointer at next frameunable to position read pointer at next frame@(#)assert.h 1.10 04/05/18 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03data.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o data.o data.c -W0,-xp.XAKgoyLIBJXMEy9.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLIBJXMEy9.;backend;raw;cd;DBG_GEN 5.2.7afWriteFrames)U file'trackid'  samples'nvframes2write(firstmod*userc+track ,bytes_per_vframe-vframeP.int_Bool_AFvirtualfileread#length#write #destroy# seek?#tellU#closure#voidunsigned    long           ?   $ U D AFvirtualfileZcharsdouble_PCMInfo slope#intercept#minClip#maxClip# _PCMInfo_AudioFormat@sampleRate#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#4compressionType#8compressionParams#< _AudioFormatshortunsigned long_Markerid#position#name{#comment{# _Markerunsigned char.P AFframecount AFfileoffset_AFchunkHbuf#nframesP#f# v_AFchunk_AFmoduleinst:inc#outc#modspec#uk# mod#free_on_close#valid#Vsource:#ksink:#pull?#pushV#  : _AFfnpmodv     _AFfnpsimplemod_AFmodule0name{#describe#max_pull#max_push# run_pull#reset1#reset2#run_push#sync1# sync2#$run#(free#, _AFmodule  _AFmoduleinst_AFmodulestate4 modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate# old_v_rate#chunk#module# buffer#$filemodinst#(filemod_rebufferinst#@rateconvertinst#Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst# _AFmodulestate_Track| id#f#v#DchannelMatrix#markerCount#markers)#hasAESData#aesData?#totalfframesP#nextfframeP#frames2ignoreP#fpos_first_framec#fpos_next_framec#fpos_after_datac#totalvframesP#nextvframeP#data_sizec#ms4 #taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# I _Track _Loop id#mode#count#beginMarker# endMarker#trackid# ! _Loop AFPVu l#d#v# AFPVu _Instrument' id#loopCount#loops #values # _Instrument' _Miscellaneous id#type#size#buffer# positionc# > _Miscellaneous _AFfilehandle4 valid#access#seekok#fhn# fileName{#fileFormat#trackCount#tracks #instrumentCount# instruments9 #$miscellaneousCount#(miscellaneous #,formatSpecific#0 AFfilehandle  afReadFramesUm file~trackid~ samples~nvframeswantedtrack firstmodusercnvframesleftPnvframes2readPbytes_per_vframevframePxxxeofxTTnvframes2pullP I status_AFsetupmodulesw m r_af_filehandle_can_write float_af_format_frame_size   _af_filehandle_get_track J  _af_malloch _af_filehandle_can_read _af_filehandle_ok s_af_error  af_fseek   free fk /var/tmp/audiofile-0.2.7/libaudiofiledata.cafinternal.haf_vfs.haudiofile.h/ ( > L g t        % 3 ::B T c p |    s      . < W d s       I k             = H T hy          & 5 A L Tnx   DD%.?  : ; @ ' ID I: ;  4I : ;  $>  :  I8 I ' ID  I &I ' D  I: I !I/  :  :  :  :  .? < ' ID .? < ' D .? < ' D 1afWriteFrames afReadFrames _AFvirtualfileZAFvirtualfile_PCMInfo_PCMInfo_AudioFormat_AudioFormat_Marker_MarkerPAFframecountcAFfileoffsetv_AFchunk_AFchunk?Vk_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestate4 _AFmodulestateI _Track _Track! _Loop _Loop AFPVu AFPVu _Instrument' _Instrument> _Miscellaneous _Miscellaneous _AFfilehandle AFfilehandlewstatus     !1:DZan /U E| -B. (,   /38<AEx"*2:BJRZblv~ $,4<DLT\dlt| $,4<DNX`  4  "^+4 ? K4jW 9e!5u "o$,$ & &  L'  *  * pcm.o/ 1281134665 0 0 100644 12324 ` ELF(-4(.strtab.text.bss.data.rodata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.symtabpcm.cBbss.bssDdata.dataDrodata.rodataafInitPCMMapping_af_filesetup_ok_af_filesetup_get_tracksetupafSetVirtualPCMMapping_af_filehandle_ok_af_filehandle_get_trackafSetTrackPCMMappingafGetPCMMappingafGetVirtualPCMMapping_af_default_signed_integer_pcm_mappings_af_default_unsigned_integer_pcm_mappings_af_default_float_pcm_mapping_af_default_double_pcm_mapping.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesUjEPu^E PEPEEu?UEBEBUEB EB$UE B(E$B,UE(B0E,B4ÐUjEPu ExE PEPEEu EQUEBXEB\UEB`EBdUE BhE$BlUE(BpE,BtUEEÐUjEPu ExE PEPEEu EQUEBEBUEB EB$UE B(E$B,UE(B0E,B4UEEÐUjEPuE PEPEEukEtUMBABAEtUMB AB$AEtUMB(AB,AEtUMB0AB4AÐUjEPuE PEPEEukEtUMBXAB\AEtUMB`ABdAEtUMBhABlAEtUMBpABtA_@`_@@@_A`_AAA_@`@o@@@@_A`AoAAAA??@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03pcm.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o pcm.o pcm.c -W0,-xp.XAKgoyLJBJXMEF_.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLJBJXMEF_.;backend;raw;cd;DBG_GEN 5.2.7double_PCMInfo mslope#intercept#minClip#maxClip#_PCMInfomlong| _af_default_signed_integer_pcm_mappings$m _af_default_unsigned_integer_pcm_mappings-m _af_default_float_pcm_mapping 6m _af_default_double_pcm_mappingR9 afInitPCMMappingA~U+ setup? +trackid? slope@ intercept@ minClip@ maxClip@( trackBint_Boolvoid ;_AudioFormat@sampleRate#sampleFormat+#sampleWidth+# byteOrder+#pcmm#channelCount+#4compressionType+#8compressionParamsC#<H_AudioFormatchar _MarkerSetup [id+#name#comment#_MarkerSetup [AFfileoffsetAFframecount_TrackSetup`id+#f#rateSet2#DsampleFormatSet2#EsampleWidthSet2#FbyteOrderSet2#GchannelCountSet2#HcompressionSet2#IaesDataSet2#JmarkersSet2#KdataOffsetSet2#LframeCountSet2#MmarkerCount+#Pmarkersn#TdataOffsets#XframeCount#\_TrackSetup _LoopSetupid+#_LoopSetup _InstrumentSetupid+#loopCount+#loops'#loopSet2# ,_InstrumentSetup _MiscellaneousSetup id+#type+#size+#_MiscellaneousSetup _AFfilesetup$valid+#fileFormat+#trackSet2#instrumentSet2# miscellaneousSet2# trackCount+# tracks#instrumentCount+#instruments#miscellaneousCount+#miscellaneous# AFfilesetupafSetVirtualPCMMappingR"U+ fileP +trackidP slopeQ interceptQ minClipQ maxClipQ( trackGS_AFvirtualfile2 read^ #lengtht #write #destroy # seek #tell #closureC# unsigned+^ 2 C7 C t 2 c ; y + 2 ~ 7  2  2 +  2 AFvirtualfile shortunsigned long_Markerl id #position #name#comment# # _Marker l unsigned char  _AFchunkH bufC#nframes#f# _AFchunk _AFmoduleinste inc #outc #modspecC#u # mod #free_on_close2#valid2#  sourcee # sinke # pullj #push # e  _AFfnpmod    C  _AFfnpsimplemod_AFmodule0 name#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run #(free #, _AFmodule  _AFmoduleinst C_AFmodulestate_modulesdirty2#nmodules+#mustuseatomicnvframes2#old_f_rate# old_v_rate#chunk #module # buffer #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst # _AFmodulestate_Track|:id+#f#v#DchannelMatrix #markerCount+#markersz #hasAESData2#aesData #totalfframes#nextfframe#frames2ignore#fpos_first_frames#fpos_next_frames#fpos_after_datas#totalvframes#nextvframe#data_sizes#ms_#taper#dynamic_range#ratecvt_filter_params_set2#filemodhappy2#t_Track :_Loopid+#mode+#count+#beginMarker+# endMarker+#trackid+#L_Loop AFPVul#d#vC#AFPVu _InstrumentRid+#loopCount+#loops#values# _Instrument R_Miscellaneousid+#type+#size+#bufferC# positions#i_Miscellaneous _AFfilehandle4valid+#access+#seekok2#fh # fileName#fileFormat+#trackCount+#tracksG#instrumentCount+# instrumentsd#$miscellaneousCount+#(miscellaneous#,formatSpecificC#0 AFfilehandleafSetTrackPCMMappinggU+ filee +trackide slopef interceptf minClipf maxClipf( trackGh afGetPCMMappingUO file +trackid  slope  intercept  minClip  maxClip trackG afGetVirtualPCMMapping>U file +trackid  slope  intercept  minClip  maxClip trackG _af_filehandle_get_trackG0+ _af_filesetup_get_tracksetupj0+_af_filehandle_ok2_af_filesetup_ok2j /var/tmp/audiofile-0.2.7/libaudiofilepcm.cafinternal.haudiofile.haf_vfs.h  ; @ O ^ m |           6L X s |          $ , > F X ` r z           " * <  DD%$>  :  I8 I: &II !I/ 4I?  : ;  .?  : ; @ ' D  I: ;  4I : ;  I.?  : ; @ ' ID ' ID I' D  :  :  :  : .? < ' ID .? < ' ID %_af_default_signed_integer_pcm_mappings_af_default_unsigned_integer_pcm_mappings%_af_default_float_pcm_mappingW_af_default_double_pcm_mappingafInitPCMMappingafSetVirtualPCMMappingafSetTrackPCMMappingafGetPCMMappingOafGetVirtualPCMMapping_PCMInfom_PCMInfoH_AudioFormat_AudioFormat_MarkerSetup[_MarkerSetupsAFfileoffsetAFframecount_TrackSetup_TrackSetup_LoopSetup_LoopSetup,_InstrumentSetup_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetup_AFvirtualfile AFvirtualfile# _Markerl _Marker _AFchunk _AFchunkj _AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst _AFmodulestate__AFmodulestatet_Track:_TrackL_Loop_LoopAFPVuAFPVu_InstrumentR_Instrumenti_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandle    ~!:0O_v@ `  )=a   N$(kow~ "*7>JRZblt|  ,4<DLT\dlt|  4X >"P+ 6 B N4#J\~$)l%}( X*P  *  (+ / - C -  error.o/ 1281134665 0 0 100644 5292 ` ELF4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.symtaberror.cdefaultErrorFunctionBbss.bssDdata.dataDrodata.rodataafSetErrorHandler.XAKgoyLJBJXMEY_.errorFunction__iobfprintf_af_errorvsnprintf.rel.text.rel.data.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenames.rel.debug_varnamesUEEEEEÐUhh E Phh EPhh ÐUEjjPE PhPtPEPЃAudio File Library: %s [error %ld] @(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03Berror.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o error.o error.c -W0,-xp.XAKgoyLJBJXMEY_.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLJBJXMEY_.;backend;raw;cd;DBG_GEN 5.2.7longchar (D-2DAFerrfuncerrorFunctionI' afSetErrorHandler*!UI Iefunc)oldI+ defaultErrorFunction4sU  error3 str3    _af_error;U errorCode: fmt: ...:buf<ap= int void va_list unsigned vsnprintfunsigned char__FILE_cnt#_ptr-#_base-#_flag# _file# __orientation# __ionolock#  __seekable#  __extendedfd#  __xf_nocheck#  __filler#  2 fprintf" $ /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/isoerror.caudiofile.hstdarg_iso.hstdio_impl.h,   34E [ q >      DD%$> &II' D II: 4I : ;  .?  : ; @ ' ID  I: ;  . : ; @ ' D  .?  : ; @ ' D  I !I/7I.? < ' ID  :  I8  I8 .? < ' ID 2FuafSetErrorHandler_af_error'FdefaultErrorFunction3FIAFerrfuncva_list2__FILE FYerrorFunction0C     !.4<VF4 9>J OT` ejq%)    4 "*+E4[?[FK (W 0e 6u/ +Z 7 $ P XpZ d H t         byteorder.o/ 1281134665 0 0 100644 3508 ` ELF 4(.strtab.text.bss.data.rodata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.SUNW_cap.symtabbyteorder.cBbss.bssDdata.dataDrodata.rodata_af_byteswap_int16_af_byteswap_int32_af_byteswap_float32.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesUEE fUEÐUEEE%EE%EE%EUE E E ЉUEÐU EEEEEj@PЋEPEEE@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03byteorder.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o byteorder.o byteorder.c -W0,-xp.XAKgoyLJBJXMUs_.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLJBJXMUs_.;backend;raw;cd;DBG_GEN 5.2.7_af_byteswap_int16""Uo]ox!unsigned short]uint16_t_af_byteswap_int32'U  x&b1+(b2+(b3+(b4+(unsigneduint32_tunsigned charuint8_t_af_byteswap_float323Ux2f4l5float e /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sysbyteorder.cint_types.h" 6)? M [ f  3     DD%.?  : ; @ ' ID I: ;  $> I: 4I : ;  IU$_af_byteswap_int16~_af_byteswap_int329_af_byteswap_float324ouint16_t uint32_t+uint8_t     "0]7  <@SWry  4X WWW"Wc+6B`Ndq\Yl.8}ohx@  @  /  C   af_vfs.o/ 1281134665 0 0 100644 9260 ` ELF 4(.strtab.text.bss.data.rodata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabaf_vfs.caf_file_readaf_file_writeaf_file_lengthaf_file_destroyaf_file_seekaf_file_tellBbss.bssDdata.dataDrodata.rodataaf_virtual_file_newcallocaf_virtual_file_destroyfreeaf_freadaf_fwriteaf_fcloseaf_flengthaf_fseekaf_ftellaf_virtual_file_new_for_filefreadftellfseekfwritefclose.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUjjEEÐUUjEPB ЃjEPÐUE tEu EEE@t-UE EPEPEPBЃ EE+u EEEÐUE tEu EEE@t-UE EPEPEPBЃ EE+u EEEÐUjEPEEUE@tUjEPBЃE EEÐUEuUjE PEPBЃ /EuUjE PEPBЃ E EEUE@tUjEPBЃE EEÐUEu E`EEUPEPEPEPEP EPEPEEEÐUEjj@PEPjE PEEÐU Ej@PEEjj@P Ej@PEUjEPBP EEEÐUEjj@PEPjE PEEÐUEj@PE@UEt EEUEPE PBP Ej@PEEÐUEj@PEE@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03d af_vfs.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o af_vfs.o af_vfs.c -W0,-xp.XAKgoyLJBJXMkB\$.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLJBJXMkB$.;backend;raw;cd;DBG_GEN 5.2.7af_virtual_file_new&U_AFvirtualfileread#length#writeH#destroyZ# seekz#tell#closure#Evoidunsignedintlong  #H(- ZMz_ EAFvirtualfile af_virtual_file_destroy,DU vfile+af_fread3U data2 size2 nmemb2 vfile2p{{retval8 size_taf_fwriteC)U$ )dataA sizeA nmembA vfileB$retvalH $af_fcloseSPUb vfileRaf_flength[U vfileZaf_fseekdU vfilec offsetc whencecaf_ftellq)U vfilepaf_virtual_file_new_for_fileUu rfhvfunsigned charu__FILEg_cnt#_ptr#_base#_flagu# _fileu# __orientation# __ionolock#  __seekable#  __extendedfd#  __xf_nocheck#  __filler#  FILEgaf_file_readU vfile data nbytes ssize_taf_file_lengthAU? vfilecurposretvalaf_file_write{U vfile data nbytes af_file_destroyU vfileaf_file_seekU2 vfile offset is_relativeaf_file_tellUh vfilefree|callocftellfseek fwrite  freadP  # fclose /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isoaf_vfs.caf_vfs.haudiofile.htypes.hstdio_impl.hstdio_iso.h& #,4 B V3f p {        $ 6D K Va x          $ 6> H P Y e q }         ! 6 < Vv       DD%.?  : ; @ ' ID  :  I8 I$> ' ID I &I ' D  I: .?  : ; @ ' D  I: ;  .?  : ; @ ' ID  4I : ;   I8 . : ; @ ' ID . : ; @ ' D .? < ' D .? < ' ID 7I.? < ' ID h af_virtual_file_newaf_virtual_file_destroyaf_freadaf_fwrite.af_fclosebaf_flengthaf_fseekaf_ftellaf_virtual_file_new_for_filezh waf_file_readaf_file_length?af_file_writeaf_file_destroyaf_file_seek2af_file_tell^h E_AFvirtualfileAFvirtualfilesize_t__FILEgFILEssize_t+P+a O      ! "6= $UZPicim0 wP9`90| ;=I^jv"#$#/$l%&$##59MQVZ_c=Arv A!EQUCG(08ELX`hrz "/ 6BJR_!frz "/6BOVbov49 p"&+ 6 h B Nx\9l~}pbp D ` D     $  util.o/ 1281134665 0 0 100644 26940 ` ELFe4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.SUNW_cap.symtabutil.cBbss.bssDdata.dataDrodata.rodata_af_filesetup_ok_af_error_af_filehandle_can_read_af_filehandle_can_write_af_filehandle_ok_af_mallocmalloc_af_strdupstrlenstrcpy_af_reallocrealloc_af_calloccalloc_af_pv_longAUpvnewAUpvsetparamAUpvsetvaltypeAUpvsetval_af_pv_double_af_pv_pointer_af_pv_getlongAUpvgetmaxitemsAUpvgetparamAUpvgetvaltypeAUpvgetval_af_pv_getdouble_af_pv_getptr_af_filesetup_get_tracksetup_af_filehandle_get_track_af_format_sample_size_uncompressed_af_format_sample_size_af_compression_index_from_id_af_compression_af_format_frame_size_uncompressed_af_format_frame_size_af_set_sample_format_af_default_signed_integer_pcm_mappings_af_default_unsigned_integer_pcm_mappings_af_default_float_pcm_mapping_af_default_double_pcm_mapping_af_unique_idsaf_read_uint32_beaf_fread_af_byteswap_int32af_read_uint32_leaf_read_uint16_be_af_byteswap_int16af_read_uint16_leaf_read_uint8af_write_uint32_beaf_fwriteaf_write_uint32_leaf_write_uint16_beaf_write_uint16_leaf_write_uint8af_read_pstringaf_write_pstring.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesUEuhjE1E@=EthjE EEÐUE@th$j E EEÐUE@thDj E EEÐUEuhhjE1E@=Dth|jE EEÐUEwEPhj E@jEPEEuEPhj E EEEÐUjEPj@PEEtEPEPEEEÐUE wE Phj E@E PEPEEuE Phj EEEEÐUEvE w&jjE PEPhjEDE PEPEEu!EE Phj EEEEÐUjjEjjEP jjEP EPjEP EEEÐUjjEjjEP jjEP EPjEP EEEÐUjjEjjEP jjEP EPjEP EEEÐUEjEPU;EPEPEP E;E tHEPEPEP Et EJEPEPEP E*E@EjEPU;zEEÐUEjEPU;EPEPEP E;E tHEPEPEP Et EJEPEPEP E*E@EjEPU;zEEÐUEjEPU;EPEPEP E;E tHEPEPEP Et EJEPEPEP E*E@EjEPU;zEEÐUEEU;P }JUERЋB;E uUERЉU-E@EEU;P |E Phj EEÐU ]EEU;P}_]U ȍ++ʋC;E u']U ȍ++ʋCE.E@EEU;P|E Phj EE]ÐUEUEcEWE@ EE@8uEuE tEE@=t=t뮐EEEÐUEj@8PEU݄]E]E PEPEE]Eu]EÐUE PEPUB4EEÐUEj@8PEU݄]E]E PEPEE]Eu]EÐUE|E ~ EPh(j EEU PEUP PEPEE =uXEMAAA A A$A(A,A0VEMAAA A A$A(A,A0EU PE@ UBBB B B$B(B,B0EU PE@ @UBBB B B$B(B,B00E PhTj EE -w$@ EE< < P U]EE;E }nEE;E}PUE]M;u-UEjjPEPhpEPE&E@EE;E|E@EE;E |EE]ÐUjjE PjjEPt EjEPЋEPEEÐUjjE PjjEPt EEUPEEÐUjjE PjjEPt EEjPUfBEEÐUjjE PjjEPt EEUfBEEÐUjjE PjjEPt EEEÐUEj@PEjjE PjjEPt EEEÐUE@EjjE PjjEPt E EEÐUE@jPfEjjE PjjEPt E EEUE@fEjjE PjjEPt EEEÐUjjE PjjEPt EEEÐUE PEPUjjE PjREPUM EEÐU jEPEE=v E]EEE PEPUjjE PjREPEuEE PEPEEnull file setupinvalid file setupfile not opened for read accessfile not opened for write accessnull file handleinvalid file handlebad memory allocation size request %dallocation of %d bytes failedbad memory allocation size request %d elements of %d bytes eachbad track id %dillegal sample width %d for integer dataunknown sample format %dnonunique %s id %d@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03#util.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o util.o util.c -W0,-xp.XAKgoyLJBJXM0U\$.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLJBJXM0U$.;backend;raw;cd;DBG_GEN 5.2.7_af_filesetup_ok=^UQQsetup<_Boolintdouble_PCMInfo slopea#intercepta#minClipa#maxClipa#k_PCMInfovoid_AudioFormat@sampleRatea#sampleFormatZ#sampleWidthZ# byteOrderZ#pcm#channelCountZ#4compressionTypeZ#8compressionParams#<_AudioFormatchar_MarkerSetup idZ#name#comment#_MarkerSetuplongAFfileoffsetAFframecount_TrackSetup`yidZ#f#rateSetQ#DsampleFormatSetQ#EsampleWidthSetQ#FbyteOrderSetQ#GchannelCountSetQ#HcompressionSetQ#IaesDataSetQ#JmarkersSetQ#KdataOffsetSetQ#LframeCountSetQ#MmarkerCountZ#Pmarkers#TdataOffset #XframeCount#\1_TrackSetupy_LoopSetupidZ#_LoopSetup_InstrumentSetupidZ#loopCountZ#loops#loopSetQ# _InstrumentSetup_MiscellaneousSetup uidZ#typeZ#sizeZ#4_MiscellaneousSetupu_AFfilesetup$validZ#fileFormatZ#trackSetQ#instrumentSetQ# miscellaneousSetQ# trackCountZ# tracks#instrumentCountZ#instruments/#miscellaneousCountZ#miscellaneous# AFfilesetup_af_filehandle_can_readLUQfileK_AFvirtualfile\read#length#write#destroy# seek#tell#closure#unsigned Z \  am  \  Z \  a  \  \  Z  \AFvirtualfileashortunsigned long_Markerid3#position<#name#comment# M_Markerunsigned char _AFchunkH buf#nframes#f#_AFchunk _AFmoduleinst inc #outc #modspec#u # mod #free_on_closeQ#validQ#  source # sink # pull #push #    _AFfnpmod      _AFfnpsimplemod_AFmodule0 name#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run% #(free #,; _AFmodule    _AFmoduleinst _AFmodulestate modulesdirtyQ#nmodulesZ#mustuseatomicnvframesQ#old_f_ratea# old_v_ratea#chunk #module0 # buffer5 #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inratea#prateconvert_outratea#xrateconvert_rebufferinst #: _AFmodulestate_Track|didZ#f#v#DchannelMatrix.#markerCountZ#markers#hasAESDataQ#aesData#totalfframes#nextfframe#frames2ignore#fpos_first_frame #fpos_next_frame #fpos_after_data #totalvframes#nextvframe#data_size #ms #tapera#dynamic_rangea#ratecvt_filter_params_setQ#filemodhappyQ# _Trackd_LoopidZ#modeZ#countZ#beginMarkerZ# endMarkerZ#trackidZ#v_LoopAFPVul#da#v#AFPVu_Instrument|idZ#loopCountZ#loops#values)# ._Instrument|_MiscellaneousidZ#typeZ#sizeZ#buffer# position #_Miscellaneous_AFfilehandle4validZ#accessZ#seekokQ#fh)# fileName#fileFormatZ#trackCountZ#tracksq#instrumentCountZ# instruments#$miscellaneousCountZ#(miscellaneous#,formatSpecific#0 AFfilehandle_af_filehandle_can_writeWUQjfileV_af_filehandle_okb>UQfilea_af_mallocqUsizepprasize_t_af_strdupU9sp_af_reallocoUzpsize _af_callocUnmembsize p_af_pv_longRUvalret<l#da#v#_AUpvitemvalidZ#typeZ#parameterZ#value# <_AUpvlist validZ#count#items#AUpvlist_af_pv_doubleU'avalret_af_pv_pointerUqvalret_af_pv_getlongUQpvlistZparam liZ&FFpZtZ_af_pv_getdoubleUQpvlistZparam .diZllpZtZ_af_pv_getptrZUQspvlist Zparam  5 v iZL,,pZtZ_af_filesetup_get_tracksetup(Usetup'Ztrackid' iZ)_af_filehandle_get_track6UqJfile5Ztrackid5 iZ7_af_format_sample_size_uncompressedDUZformatCQstretch3to4C sizeZE_af_format_sample_size[UbbfmtZQstretch3to4Z compressionIndexZ\squishFactorb]float_af_format_frame_size_uncompressedgUZfmtfQstretch3to4f _af_format_frame_sizem$ UbdfmtlQstretch3to4l compressionIndexZnsquishFactorbo_af_set_sample_format~@ UFFf}ZsampleFormat} ZsampleWidth}6 4 < < < K l K l K bytesZC Zstatus_af_unique_ids UQidsZnids idnameZiderriZY h h jZZaf_read_uint32_be> UFdsvalue)vf vdauint32_tdaf_read_uint32_le UFsvalue)vf vdaf_read_uint16_be UF4Uvalue)vf vFunsigned short4uint16_tFaf_read_uint16_le# UFUvalue)vf vFaf_read_uint8h UFvalue)vf uint8_taf_write_uint32_be UFrwvalue)vf vd draf_write_uint32_leUFvalue)vf vd daf_write_uint16_be`UFDIvalue)vf vF  FDaf_write_uint16_leUFvalue)vf vF Faf_write_uint8UFvalue)vf af_read_pstring!<UFgs )vf  length"af_write_pstring+UF  s*)vf* length,sizeByte/zero8  _af_byteswap_int32dA d_af_byteswap_int16Fg F_af_compression_index_from_idZ Z  _af_error Z   af_fwrite   af_fread,!   AUpvgetvalZT!  Z AUpvgetvaltypeZ!  Z AUpvgetparamZ!  Z AUpvsetvalZ!  Z AUpvsetvaltypeZ!  Z ZAUpvsetparamZ("  Z ZAUpvgetmaxitemsZK" AUpvnewf" Z f"strlen" k" ""strcpy" " "realloc"  amalloc" acalloc a a  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/iso./usr/include/sysutil.cafinternal.haudiofile.haf_vfs.hstdio_iso.haupvinternal.haupvlist.hint_types.h=  ( 5 D P X fq          $ 0 8 FN a l}        ! ,? G Z dj v     % 5 G M fu           &FZ b d x   p  " $ 8@ L ` lp         ,pLT fx  }    1 X}j}          s  &: Z~    6 < L _ l u ~    K P Y c         X4 +; Y h w    { }      2 9 F c l u |           6 S \ c v          , I T [ fq        ! 0 7 FW a l r       DD%.?  : ; @ ' ID I: ;  $>  :  I8 I: I ' ID  I &I ' D  I !I/  :  :  :  : 4I : ;   .?  : ;@ ' ID I: ; 4I : ; D D .? < ' ID .? < ' D 7I.? < ' ID #_af_filesetup_ok_af_filehandle_can_read(_af_filehandle_can_writej_af_filehandle_ok_af_malloc_af_strdup9_af_reallocz_af_calloc_af_pv_long_af_pv_double'_af_pv_pointerq_af_pv_getlong_af_pv_getdouble_af_pv_getptrs_af_filesetup_get_tracksetup_af_filehandle_get_trackJ_af_format_sample_size_uncompressed_af_format_sample_sizek_af_format_frame_size_uncompressed_af_format_frame_sized_af_set_sample_formatS_af_unique_idsaf_read_uint32_bexaf_read_uint32_leaf_read_uint16_beZaf_read_uint16_leaf_read_uint8af_write_uint32_be|af_write_uint32_leaf_write_uint16_beNaf_write_uint16_leaf_write_uint8 af_read_pstringgaf_write_pstringF#k_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup_MarkerSetup AFfileoffsetAFframecount1_TrackSetupy_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup_InstrumentSetup4_MiscellaneousSetupu_MiscellaneousSetup_AFfilesetupAFfilesetup_AFvirtualfileAFvirtualfileM_Marker_Marker_AFchunk _AFchunk _AFfnpmod% _AFfnpsimplemod; _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst: _AFmodulestate _AFmodulestate _Trackd_Trackv_Loop_LoopAFPVuAFPVu._Instrument|_Instrument_Miscellaneous_Miscellaneous _AFfilehandleAFfilehandlesize_t<_AUpvitem_AUpvlistAUpvlistFstatusduint32_tFuint16_tuint8_t     ^`::^-@o8?FJQXodlpw~R`RR -;`Xq d&d0 )Q{P  N@ A N, C>0 8Lp L_i D|P`D8L@ 6 =r y   S Zs  5L S   !".#@$k!~"#$!"#$4(S)q*+(()1*Y+z(()*+:( o v02M3e0023 4Q  X  0 7 7 7 7 7 7 7 7 8 8 8 8) 82 8; 8D 8g 9o 9w 9 9 9 9 9 9 : : : : : : : :   0 @ D H L    =# >W = = A =G = > E E!A=EEEC=M{IEI ,0FJ JN %;&?'3,7-15:>CG./t0x1456h;l<"?@rBvC,D0FGgHkI J$~K )0<DLVcjv~$,4>KR^fnv (2? FRZbjr%&'$,4>FNV`jw,~- $.6>FPZg.nz/0$,4<DLT\fp}1456(0:BJRZbjt|; *4A<HT\dly?@B   ! C( 4 < D Q DX d l t |  F      G      H    $ 1 I8 D L T a Jh t |    K             4% `,,,",+4?#K= WHeUJuhMJoPP U  Y  $]  e  e debug.o/ 1281134666 0 0 100644 21708 ` ELFQ4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.SUNW_cap.symtabdebug.cBbss.bssDdata.dataDrodata.rodata_af_printidprintf_af_print_pvlist_af_print_audioformat_af_compression_index_from_id_af_compression_af_print_tracks_af_print_channel_matrix_af_print_filehandle__iob__flsbuf_af_print_framememset__xtol_af_print_chunkmallocfabslog10sprintf_af_format_sample_size_uncompressedfree.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesU]E؁EȁEЁE%jPRQSh]ÐU ]uE@Ph E@PhEEU;PwEMXjjhxCPEPh,EMpEMXjjC PFPEPhLEMpEMXjCPC PFPEPhpEMpEMXjjC PFPEPhREMX؋CPEPh %EMX؋CHw$)E@EEU;P]u(tU ]uUEjj@4PBPBPhsE@ PhqE@ PhYjhFjh2E@Ph E@-w$u]MUjB0PB,PA(PA$PCPCPF PFPh(@jh8Gjh@3E@PhHE@=t=tҐEj@8PEE}E@8PhXCE@8ujhh%UPhljhp]utU ]EEU;P]U ȍ++ʋCEEPhtE@PhjhEjPjhEjDPEPhEPhEPhEPhEPhEPh0EPhDEPh\EPhtjhMUE@xPB8PP jhEPhE@EEU;P>]ÐUEPhE@=DujhjhjhE@ucH}hjrE7E@rUBrEEEEEbH}hjwE8E@wUBwEEEEEE@PhE@ PhE@$PhE@(Ph,E@,PhHE@Ph`E@PhtjEPÐUEujhjhEE;EEtjhjhEE;E }LEtjhUU EMЋDPPh E@EE;E |jhE@EE;E]jhÐU|]EE؃HEjPj EP |EU|DUDEPhEE;E}6MU ʉEDEEPEPEP E@EE;E|EE;EMU ʉEDEE4],z6v4E],zs E,EE0EE]4zv E4EE8EEe$u]]E5EEE]EЍC0DE@EE;EVEPh]ÐU|xEU|E@EEEEevjhEEEȒNjEPЋPhEt=t뷐Ẽ~ E=tjhzEjPEE=u>EE;E},EMPu]ʉDDE@EE;E|6EE;E}&EU@UEЛE@EE;E|ڋEPEP]EE܃$]E]E@EE@EE~EPhXEP E@E"EPhdEP EEE=;EPEPEEt?EE;E}-E@E@EEUEЛE@EE;E|QEE;E}AE@E@EEy- ]EUEЛE@EE;E|sEt?EE;E}-EU@PEEUEЛE@EE;E|QEE;E}AEU@PEEy- ]EUEЛE@EE;E|Et7EE;E}&EU@UEЛE@EE;E|OEE;E}@EU@EEy- ]EUEЛE@EE;E|?EPhpjEP EHw$EPEP]EE܃$]E]E@EEtE@EEPhXEP E@EE-w$EE;E}WMMUjEPEPEPEPEPEPEPEPEPEPEPPEP8E@EE;E|jEP|x h  | | @?O_@?@%c%c%c%clist.valid: %d list.count: %d item %d valid %d, should be %d item #%d, parameter %d, long: %ld item #%d, parameter %d, double: %f item #%d, parameter %d, pointer: %p item #%d, invalid type %d { %7.2f Hz %d ch %db 2 %db u flt dbl %dsampfmt? (%.30g+-%.30g [%.30g,%.30g]) big little %dbyteorder? %dcompression?pcm%s }track %d id %d sample format virtual format total file frames: %ld total virtual frames: %ld next file frame: %ld next virtual frame: %ld frames to ignore: %ld data_size: %ld fpos_first_frame: %ld fpos_next_frame: %ld fpos_after_data: %ld channel matrix: marker count: %d file handle: 0x%p valid invalid! access: fileFormat: %d instrument count: %d instruments: 0x%p miscellaneous count: %d miscellaneous: 0x%p trackCount: %d tracks: 0x%p NULL{ %5.2f}%05ld %s WARNING dumping ulaw data as if it were 8-bit unsigned LAME-O chunk dumper cannot deal with '%s' compression LAME-O chunk dumper cannot deal with non-native byte order %%%d.0f %%%d.2f LAME-O chunk dumper cannot deal with %d bits @(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)math.h 2.24 04/10/23 SMI@(#)math_iso.h 1.9 04/10/23 SMI@(#)math_c99.h 1.9 04/11/01 SMI@(#)floatingpoint.h 2.9 04/10/23 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03debug.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o debug.o debug.c -W0,-xp.XAKgoyLKBJXMUo\$.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLKBJXMUo$.;backend;raw;cd;DBG_GEN 5.2.7_af_printid7SUHTid6unsignedHuint32_t_af_print_pvlist@)Ulist?iAintHsize_tlongdoublevoid l# d# v# _AUpvitemP valid# type# parameter# value#  _AUpvlist  valid# count# itemsP#UAUpvlist_af_print_audioformatiU%fmth idx _PCMInfo M slope# intercept# minClip# maxClip#_PCMInfo _AudioFormat@ sampleRate# sampleFormat# sampleWidth# byteOrder# pcmM# channelCount#4 compressionType#8 compressionParams#<\_AudioFormat_af_print_tracksUfilehandlei 9 O Otrackj _Bool _AFvirtualfile. readN# lengthd# write# destroy# seek# tell# closure# N .  H3 d .Si  . n Hs .  .    .AFvirtualfilecharshortunsigned long _Markeri id# position# name# comment#  _Markeriunsigned char|AFframecountAFfileoffset _AFchunkH buf# nframes# f#_AFchunk _AFmoduleinst inc # outc # modspec# u# mod # free_on_close# valid# source# sink# pull# push# _AFfnpmod   _AFfnpsimplemod _AFmodule0 name# describe# max_pull# max_push# run_pull# reset1# reset2# run_push# sync1# sync2#$ run#( free#,4_AFmodule _AFmoduleinst  _AFmodulestate modulesdirty# nmodules# mustuseatomicnvframes# old_f_rate# old_v_rate# chunk # module) # buffer. #$ filemodinst #( filemod_rebufferinst #@ rateconvertinst #X rateconvert_inrate#p rateconvert_outrate#x rateconvert_rebufferinst #3 _AFmodulestate_Track|] id# f# v#D channelMatrix# markerCount# markersw# hasAESData# aesData# totalfframes# nextfframe# frames2ignore# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframes# nextvframe# data_size# ms # taper# dynamic_range# ratecvt_filter_params_set# filemodhappy# _Track] _Loop id# mode# count# beginMarker# endMarker# trackid#o _Loop AFPVu l# d# v# AFPVu _Instrumentu id# loopCount# loops # values" # ' _Instrumentu _Miscellaneous id# type# size# buffer# position# _Miscellaneous _AFfilehandle4  valid# access# seekok# fh# fileName# fileFormat# trackCount# tracksj # instrumentCount# instruments #$ miscellaneousCount#( miscellaneous #, formatSpecific#0 AFfilehandle_af_print_filehandleUafilehandle_af_print_channel_matrixUmatrixfchans vchansvf_af_print_framea U~framenoframe nchannelsformatstringnumberwidthslopeintercept$minclip,maxclip4linebuf~wavewidthc I X  X  pcm K 8 8 pcmvoltsQP_af_print_chunk$U chnk#fmt%nframes&nsamps'fr(outbuf*formatstring+digits,numberwidth, t ` | L | L | | sW s[ Aissignedrrealbytesu    ` sz  `  `  ` s{ h  q q q s~   s  F F Fs H H HsC_af_compression_index_from_id \_af_format_sample_size_uncompressed5  memsetY   Hfabsq log10 malloc Hfree | __FILE  _cnt# _ptr# _base# _flag|# _file|# __orientationH# __ionolockH#  __seekableH#  __extendedfdH#  __xf_nocheckH#  __fillerH#  __flsbuf  sprintf  printf  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/iso.debug.cint_types.haupvinternal.hstdio_iso.haupvlist.hafinternal.haf_vfs.haudiofile.hstdio_impl.h ;N ll    # (m t   j {!Lot        q68G L [ ` t xv      9O r          3 Ja x      ^$&7 D X g v   E Y m          # 6 M \ k  }w     , 8 I X k  }       8 wK  \              q4 F U \  t |    6 = E Z d |       ` h    H    n  % : A DD L`o|  DD%.?  : ; @ ' D I: ;  $> I: 4I : ;  I :  I8  :   ' ID  I&I' D I !I/  :  :  : .?  : ;@ ' D I: ; 4I : ; D D .? < ' ID .? < ' D  I8 7I.? < ' ID _af_printidc_af_print_pvlist_af_print_audioformat*_af_print_tracks!_af_print_filehandlea_af_print_channel_matrix_af_print_frame_af_print_chunkRTuint32_tsize_t_AUpvitemU_AUpvlistAUpvlist_PCMInfoM_PCMInfo\_AudioFormat_AudioFormat_AFvirtualfileAFvirtualfile _Markeri_MarkerAFframecountAFfileoffset_AFchunk_AFchunk_AFfnpmod_AFfnpsimplemod4_AFmodule_AFmodule_AFmoduleinst _AFmoduleinst3 _AFmodulestate _AFmodulestate _Track] _Tracko _Loop _Loop AFPVu AFPVu' _Instrumentu _Instrument _Miscellaneous _Miscellaneous_AFfilehandleAFfilehandle__FILE     S`@ (80Ib w}qp rB Gt y   a f  )-1c h|     * /; @O Th m     $(w |      ' ,> CU Zl q     + 0G L[ `j oM Ra fu z      A FP Uv {    =  B x   + P  U        I  N j ! " #. J  S $l  u $  %:  q &"# * 3$\& *.y}@Dw{;? 6:?CHL NRW[`dimrv{ "=AFJOSX\vz %-5?GQYcku} !+5?IQYaiq{'/7AIQYaiqy *1=EMW_gow %-5=EMU_iv } )1;EMU]eow %-5=GOZeoy  4J @"+n4?K03W:eW<u=Vot??p A Hp  |K ! tQ 5 |Q aupv.o/ 1281134666 0 0 100644 8732 ` ELF$4(.strtab.text.bss.data.rodata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.symtabaupv.cBbss.bssDdata.dataDrodata.rodataAUpvnewmalloccallocfreememsetAUpvgetmaxitemsAUpvfreeAUpvsetparamAUpvsetvaltypeAUpvsetvalAUpvgetparamAUpvgetvaltypeAUpvgetval.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesU]EEjj EEu EjEPЋEPE@ujEPEEE;EEMXCxEMXCEMXCEMXjjC P E@EE;E|E@xEUPEEE]ÐUEu E"E@=xt E E@EEÐUEu EZE@=xt ECE@t!E@@=xuEj@PjEPEEÐU]EuEE@=xt EjE |E@U H;v EIEM X؋C=xt E"EM X؋ECEE]ÐU]EuEE@=xt EjE |E@U H;v EIEM X؋C=xt E"EM X؋ECEE]ÐU ]uEu E E@=xtEE |E@U H;vEEM X؋C=xtEr]EM pCF u]EM pCF CFO]EM pCF 1E-EM X؋CHw$EE]u4U]EuEE@=xt EmE |E@U H;v ELEM X؋C=xt E%EM X؋ESPEE]ÐU]EuEE@=xt EmE |E@U H;v ELEM X؋C=xt E%EM X؋ESPEE]ÐU]EuEE@=xtEE |E@U H;vEEM X؋C=xtEfEM X؋ES PiEM X؋UC BCBCEM X؋ES P%EM X؋CHw$6EE]à@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03Naupv.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o aupv.o aupv.c -W0,-xp.XAKgoyLKBJXMU7\$.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLKBJXMU7$.;backend;raw;cd;DBG_GEN 5.2.7AUpvnew$4Ulttmaxitems#aupvlistl%it&intunsigned{size_tlongdoublevoid l# d# v# _AUpvitem& validt# typet# parametert# value#  _AUpvlist g validt# count# items&#+gAUpvlistAUpvgetmaxitemsI~UtllistHAUpvfreeUUtllistTAUpvsetparamjUt;llistititemi tparamiAUpvsetvaltype~XUtllist}titem} ttype}AUpvsetvalUtllisttitem valAUpvgetparam[Ut7llisttitem 7paramtAUpvgetvaltype Utllisttitem 7typeAUpvgetval6Utllisttitem val memset  t { malloc! { free5 calloc { { /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/isoaupv.caupvinternal.hstdlib_iso.haupvlist.h '  / / 7 D Z Z e s     { & , FF N X e p y                     - 8 N X u              % 0 I P ll l l l t           2 4 P T T `s           % 0 L S ii i i i q              ! 0 = L b p        v' .  DD%.?  : ; @ ' ID I: ;  4I : ;  $> I: I :  I8  :  .? < ' ID  I .? < ' D .? < ' ID RAUpvnew{AUpvgetmaxitemsAUpvfreeAUpvsetparam;AUpvsetvaltypeAUpvsetvalAUpvgetparam<AUpvgetvaltypeAUpvgetvalGRsize_t_AUpvitem+_AUpvlistlAUpvlist    4@>v`5)`8&%Kl#6:>  #'OSPT $.6>KR^fnv~"*2:BJRZbjrz"*2:BJRZbjrz (08@HPX`mt (08@HPX`hrz  4 B   " + 6 RBN\tlK}dC 4p M  ] D m    units.o/ 1281134666 0 0 100644 17076 ` ELF?4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.symtabunits.cBbss.bssDdata.dataDrodata.rodata_af_units_af_raw_complete_setup_af_raw_recognize_af_raw_read_init_af_raw_write_init_af_raw_compression_types_af_aifc_get_version_af_aiff_complete_setup_af_aifc_recognize_af_aiff_read_init_af_aiff_write_init_af_aiff_instparam_valid_af_aiff_update_af_aiffc_compression_types_af_aiff_inst_params_af_aiff_recognize_af_next_complete_setup_af_next_recognize_af_next_read_init_af_next_write_init_af_next_update_af_next_compression_types_af_wave_complete_setup_af_wave_recognize_af_wave_read_init_af_wave_write_init_af_wave_instparam_valid_af_wave_update_af_wave_compression_types_af_wave_inst_params_af_ircam_complete_setup_af_ircam_recognize_af_ircam_read_init_af_ircam_write_init_af_ircam_update_af_avr_complete_setup_af_avr_recognize_af_avr_read_init_af_avr_write_init_af_avr_update_af_iff_complete_setup_af_iff_recognize_af_iff_read_init_af_iff_write_init_af_iff_update_af_nist_complete_setup_af_nist_recognize_af_nist_read_init_af_nist_write_init_af_nist_update_af_compression_af_pcm_format_ok_AFpcminitcompress_AFpcminitdecompress_af_g711_format_ok_AFg711initcompress_AFg711initdecompress_af_ima_adpcm_format_ok_af_ima_adpcm_init_decompress_af_ms_adpcm_format_ok_af_ms_adpcm_init_decompress.rel.rodata.rel.debug_info.rel.debug_pubnames.rel.debug_typenames  (< DLl t 4<Ppt   8 <@\ `l?@@ @ (0<@Raw DataRaw Sound DatarawAIFF-CAIFF-C File FormataifcAIFFAudio Interchange File FormataiffNeXT .snd/Sun .auNeXT .snd/Sun .au FormatnextMS RIFF WAVEMicrosoft RIFF WAVE FormatwaveBICSFBerkeley/IRCAM/CARL Sound FormatbicsfMPEGMPEG Audio BitstreammpegSound Designer 1Sound Designer 1 File Formatsd1Sound Designer 2Sound Designer 2 File Formatsd2AVRAudio Visual Research File FormatavrIFF/8SVXAmiga IFF/8SVX Sound File FormatiffSample VisionSample Vision File FormatsmpVOCCreative Voice File FormatvocNIST SPHERENIST SPHERE File FormatnistSoundFont 2SoundFont 2 File Formatsf2nonenot compressedulawCCITT G.711 u-lawalawCCITT G.711 A-lawima4IMA ADPCMIMA DVI ADPCMmsadpcmMS ADPCMMicrosoft ADPCM@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03units.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o units.o units.c -W0,-xp.XAKgoyLKBJXMUOA.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLKBJXMUOA.;backend;raw;cd;DBG_GEN 5.2.7intchar_Bool_AFvirtualfileread#length#write1#destroyC# seekc#telly#closure#5voidunsignedlong 1 C6cHyh 5AFvirtualfile~double_PCMInfo slope#intercept#minClip#maxClip# _PCMInfo_AudioFormat@sampleRate#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#4compressionType#8compressionParams#< _AudioFormatshortunsigned long_Marker2id#position#name'#comment'# _Marker2unsigned char Eg  AFframecount AFfileoffset_AFchunkHbuf#nframesg#f# _AFchunk_AFmoduleinstQinc#outc#modspec#u# mod#free_on_close,#valid,# msourceQ# sinkQ#pullV#pushm# Q _AFfnpmod  _AFfnpsimplemod_AFmodule0name'#describe#max_pull#max_push# run_pull#reset1#reset2#run_push#sync1# sync2#$run#(free#, _AFmodule _AFmoduleinst_AFmodulestateKmodulesdirty,#nmodules#mustuseatomicnvframes,#old_f_rate# old_v_rate#chunk#module# buffer#$filemodinst#(filemod_rebufferinst#@rateconvertinst#Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst# _AFmodulestate_Track|& id#f#v#DchannelMatrix#markerCount#markers@#hasAESData,#aesDataV#totalfframesg#nextfframeg#frames2ignoreg#fpos_first_framez#fpos_next_framez#fpos_after_dataz#totalvframesg#nextvframeg#data_sizez#msK#taper#dynamic_range#ratecvt_filter_params_set,#filemodhappy,# `_Track& _Loop id#mode#count#beginMarker# endMarker#trackid# 8 _Loop AFPVu l#d#v# AFPVu _Instrument> id#loopCount#loops #values # _Instrument> _Miscellaneous id#type#size#buffer# positionz# U _Miscellaneous _AFfilehandle4 valid#access#seekok,#fh# fileName'#fileFormat#trackCount#tracks3 #instrumentCount# instrumentsP #$miscellaneousCount#(miscellaneous #,formatSpecific#0    _MarkerSetup * id#name'#comment'# _MarkerSetup* _TrackSetup`id#f#rateSet,#DsampleFormatSet,#EsampleWidthSet,#FbyteOrderSet,#GchannelCountSet,#HcompressionSet,#IaesDataSet,#JmarkersSet,#KdataOffsetSet,#LframeCountSet,#MmarkerCount#Pmarkers= #TdataOffsetz#XframeCountg#\ B _TrackSetup_LoopSetupid# _LoopSetup_InstrumentSetup)id#loopCount#loops#loopSet,# _InstrumentSetup)_MiscellaneousSetup id#type#size# E_MiscellaneousSetup_AFfilesetup$valid#fileFormat#trackSet,#instrumentSet,# miscellaneousSet,# trackCount# tracks#instrumentCount#instruments@#miscellaneousCount#miscellaneous# ,   recognize#init##  _AUpvlist(,T 49j Y init##instparamvalidT#updatej#_InstParamInfoid#type#name'#defaultValue # _InstParamInfo_UnitTfileFormat#name'#description'#label'# implemented,#getversion #completesetup#read#writeo#$defaultSampleFormat#0defaultSampleWidth#4compressionTypeCount#8compressionTypes#<markerCount#@instrumentCount#DloopPerInstrumentCount#HinstrumentParameterCount#LinstrumentParameters#P _Unit _af_units;, `>,,h,,C_CompressionUnit4compressionID#implemented,#label'#shortname'# name'#squishFactor#nativeSampleFormat#nativeSampleWidth# needsRebuffer,#$multiple_of,#%fmtok #(initcompress>#,initdecompressh#0 m_CompressionUnit _af_compression`5_af_ms_adpcm_init_decompress+,,_af_ms_adpcm_format_ok,U_af_ima_adpcm_init_decompress,,_af_ima_adpcm_format_ok,_AFg711initdecompress,,_AFg711initcompress=,,_af_g711_format_ok,c_AFpcminitdecompress,,_AFpcminitcompress,,_af_pcm_format_ok, status_af_nist_update3_af_nist_write_initd3_af_nist_read_init3 AFfilesetup_af_nist_complete_setup_af_nist_recognize,_af_iff_update_af_iff_write_init?3_af_iff_complete_setupi_af_iff_read_init3_af_iff_recognize,_af_avr_complete_setup_af_avr_update_af_avr_write_init/3_af_avr_read_initY3_af_avr_recognize,~_af_ircam_update_af_ircam_complete_setup_af_ircam_write_init3_af_ircam_read_init'3_af_ircam_recognize,N_af_wave_instparam_valid, 4_af_wave_complete_setup_af_wave_update_af_wave_write_init3_af_wave_read_init)3_af_wave_recognize,O_af_next_complete_setupz_af_next_update_af_next_write_init3_af_next_read_init3_af_next_recognize,_af_aifc_get_versionB _af_aiff_updatee_af_aiff_complete_setup_af_aiff_instparam_valid, 4_af_aiff_write_init3_af_aiff_read_init3_af_aifc_recognize,C_af_aiff_recognize,i_af_raw_complete_setup_af_raw_write_init3_af_raw_read_init3_af_raw_recognize,}w /var/tmp/audiofile-0.2.7/libaudiofileunits.cunits.hafinternal.haf_vfs.haudiofile.h DD%$> I :  I8 ' ID I&I ' D  I: I  !I/  :  :  :  : < I 4I?  : ;  .? < ' ID .? < ' ID 0 _af_units_af_compressionD 5_AFvirtualfile~AFvirtualfile_PCMInfo_PCMInfo_AudioFormat_AudioFormat_Marker2_MarkergAFframecountzAFfileoffset_AFchunk_AFchunkVm_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestateK_AFmodulestate`_Track& _Track8 _Loop _Loop AFPVu AFPVu _Instrument> _InstrumentU _Miscellaneous _Miscellaneous _AFfilehandle _MarkerSetup* _MarkerSetupB _TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup)_InstrumentSetupE_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupo_InstParamInfo_InstParamInfo_Unit_Unitm_CompressionUnit_CompressionUnitstatusAFfilesetup      7Ldw #6I]m3L`t 2ETl'=Us    $<X \ ` hlptx|       !"# $(%8&T X \ h'l(p)t*x+|,-.   /0123   P T X       4567 8L P T `9d:h;l<t=      H L P \>`?d@hApB      DEF( , 0 HGLHPI\ ` d |GHI   JK   LM C  4     " L+\B4? K1W*2e.34ub3H6 ; ?   ?  ? compression.o/ 1281134666 0 0 100644 10732 ` ELFx&4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabcompression.cfindCompressionBbss.bssDdata.dataDrodata.rodata_af_compression_index_from_id_af_compression_af_errorafGetCompression_af_filehandle_ok_af_filehandle_get_trackafInitCompression_af_filesetup_ok_af_filesetup_get_tracksetup.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUEE}6U;Eu EE,E@EE|ʋEPhj2 EEÐUjEPEEtUEEEÐUjEPu E0E PEPEEu E E@ . : ; @ ' ID I :  I8 I: ' ID  I I !I/  :  : ' D &I :  : .?  : ; @ ' D .? < ' ID .? < ' D [*_af_compression_index_from_id afGetCompressionafInitCompression"findCompression_PCMInfoa_PCMInfo}_AudioFormatN_AudioFormat_Marker_MarkerAFframecountAFfileoffset,_AFchunkc_AFchunk !U_AFfnpmod_AFfnpsimplemod_AFmodulec_AFmodulew_AFmoduleinst}_AFmoduleinst_AFmodulestate_AFmodulestate_Track _AFvirtualfileW _CompressionUnitu _CompressionUnit AFvirtualfile _Track" _Loop _Loop AFPVu AFPVu _Instrument(_Instrument?_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandleI_MarkerSetup_MarkerSetup_TrackSetup_TrackSetup_LoopSetup_LoopSetup1_InstrumentSetup_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetuppH     j %Z6Ha cs(P W}-I&MQ   '/7?LS_gow   4  @""+4?KW0Ve_u& # $H %P  p%  `&  h&  p& aes.o/ 1281134667 0 0 100644 10452 ` ELF%4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.symtabaes.cBbss.bssDdata.dataDrodata.rodataafInitAESChannelData_af_filesetup_ok_af_filesetup_get_tracksetupafInitAESChannelDataToafGetAESChannelData_af_filehandle_get_trackmemsetmemcpyafSetAESChannelData_af_filehandle_can_write_af_error.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesUjEPu-E PEPEEuUBJÐUjEPu7E PEPEEuE;UBJÐUE PEPEEu EXEu!EtjjEP E&EtEjPEP EEÐUE PEPEEuXjEPu?EtUjEPP E Phj" unable to store AES channel status data for track %d@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03aes.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o aes.o aes.c -W0,-xp.XAKgoyLLBJXMU0A.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLLBJXMU0A.;backend;raw;cd;DBG_GEN 5.2.7afInitAESChannelData(MUtsetup'ttrackid' track)int_Booldouble_PCMInfo slope#intercept#minClip#maxClip#_PCMInfovoid _AudioFormat@sampleRate#sampleFormatt#sampleWidtht# byteOrdert#pcm#channelCountt#4compressionTypet#8compressionParams#<_AudioFormatchar _MarkerSetup idt#name#comment#_MarkerSetup long&AFfileoffset&AFframecount_TrackSetup`idt#f#rateSet{#DsampleFormatSet{#EsampleWidthSet{#FbyteOrderSet{#GchannelCountSet{#HcompressionSet{#IaesDataSet{#JmarkersSet{#KdataOffsetSet{#LframeCountSet{#MmarkerCountt#Pmarkers!#TdataOffset.#XframeCountA#\T_TrackSetup _LoopSetupidt#_LoopSetup _InstrumentSetup;idt#loopCountt#loops#loopSet{# _InstrumentSetup ;_MiscellaneousSetup idt#typet#sizet#W_MiscellaneousSetup _AFfilesetup$validt#fileFormatt#trackSet{#instrumentSet{# miscellaneousSet{# trackCountt# tracks#instrumentCountt#instrumentsR#miscellaneousCountt#miscellaneous# AFfilesetupafInitAESChannelDataTo5U<setup4ttrackid4 twillBeData4track6 afGetAESChannelDataE7UtfileDttrackidD bufDtrack>F_AFvirtualfile)readU#lengthk#write#destroy# seek#tell#closure# unsigned tU )  . : &k ) Z  p t ) u . z )  & ) & t  & ) AFvirtualfile  shortunsigned long_Markerc id #position #name#comment#  _Marker c unsigned charv  &_AFchunkH buf#nframesA#f# _AFchunk _AFmoduleinst\ inc #outc #modspec#u # mod #free_on_close{#valid{# x source\ # sink\ # pulla #pushx # \  _AFfnpmod    _AFfnpsimplemod_AFmodule0 name#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run #(free #, _AFmodule  _AFmoduleinst _AFmodulestateV modulesdirty{#nmodulest#mustuseatomicnvframes{#old_f_rate# old_v_rate#chunk #module # buffer #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst # _AFmodulestate_Track|1idt#f#v#DchannelMatrix#markerCountt#markersq #hasAESData{#aesData #totalfframesA#nextfframeA#frames2ignoreA#fpos_first_frame.#fpos_next_frame.#fpos_after_data.#totalvframesA#nextvframeA#data_size.#msV #taper#dynamic_range#ratecvt_filter_params_set{#filemodhappy{#k _Track 1_Loopidt#modet#countt#beginMarkert# endMarkert#trackidt#C_Loop AFPVul&#d#v#AFPVu _InstrumentIidt#loopCountt#loops#values# _Instrument I_Miscellaneousidt#typet#sizet#buffer# position.#`_Miscellaneous _AFfilehandle4validt#accesst#seekok{#fh# fileName#fileFormatt#trackCountt#tracks>#instrumentCountt# instruments[#$miscellaneousCountt#(miscellaneous#,formatSpecific#0 AFfilehandle v afSetAESChannelDataYUhfileXttrackidX bufXtrack>Z_af_filehandle_can_write{  _af_filehandle_get_track>  t _af_filesetup_get_tracksetup  t_af_filesetup_ok{(   (_af_errorQ t -memsetu  t .  zmemcpy u  .j /var/tmp/audiofile-0.2.7/libaudiofileaes.cafinternal.haudiofile.haf_vfs.h*  ; @ K V7l p           + 2 Fa d z |    DD%.?  : ; @ ' D I: ;  4I : ;  $>  :  I8 I: I .?  : ; @ ' ID  ' ID  I &I' D I !I/  :  :  :  : .? < ' ID .? < ' D 7I.? < ' ID rafInitAESChannelDataafInitAESChannelDataTo<afGetAESChannelDataafSetAESChannelData_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup_MarkerSetup.AFfileoffsetAAFframecountT_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup;_InstrumentSetupW_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetup_AFvirtualfileAFvirtualfile _Markerc _Marker _AFchunk _AFchunka x _AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst _AFmodulestateV _AFmodulestatek _Track1_TrackC_Loop_LoopAFPVuAFPVu_InstrumentI_Instrument`_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandle     MPW1JQX@}l )]y$Ok  ,0UYw~ (0:BJW^jrz  4  "5+4?KWoUevu:" #h D$P  $  %  % instrument.o/ 1281134667 0 0 100644 16548 ` ELF=4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.symtabinstrument.cBbss.bssDdata.dataDrodata.rodataafInitInstIDs_af_filesetup_ok_af_unique_ids_af_setup_free_instruments_af_instsetup_newafGetInstIDs_af_filehandle_ok_af_instparam_set_af_filehandle_can_write_af_handle_instrument_index_from_idAUpvgetmaxitemsAUpvgetparam_af_instparam_index_from_id_af_unitsAUpvgetvalafSetInstParamsafSetInstParamLongAUpvnewAUpvsetparamAUpvsetvaltypeAUpvsetvalAUpvfree_af_instparam_get_af_errorafGetInstParamsafGetInstParamLong_af_setup_instrument_index_from_id.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesU]jEPujjjhEPE PuzjEPEUPUB Ej@PЋEPEEU;P}*]M UER E@EEU;P|֋]ÐU ]jEPu EME t  :  I8 I: I .?  : ; @ ' ID  ' ID  I &I' D I !I/  :  :  :  :  < .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' D .? < ' ID "'afInitInstIDsafGetInstIDs_af_instparam_setafSetInstParamsafSetInstParamLongm_af_instparam_getgafGetInstParamsafGetInstParamLongN_af_instparam_index_from_id_af_handle_instrument_index_from_id'_af_setup_instrument_index_from_id_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup)_MarkerSetupIAFfileoffset\AFframecounto_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupV_InstrumentSetupr_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetup<_AFvirtualfilepAFvirtualfile_Marker_Marker& _AFchunk] _AFchunk   O _AFfnpmod _AFfnpsimplemod _AFmodule] _AFmoduleq _AFmoduleinstw _AFmoduleinst _AFmodulestate _AFmodulestate _Track_Track_Loop;_LoopLAFPVuxAFPVu_Instrument_Instrument_MiscellaneousJ_Miscellaneousd_AFfilehandlepAFfilehandlezAUpvlist     %}2DP Voep!s (3< NX (hP{ e+ 8Sx`{6a$@\`d"#$% &0Mk~ (9$h%%% ( ?'["p#$'&'Yu ( (k r( #:>"&+/48 ! ' $)-26|)*ptP+T!)19CPWcks{ #-< CO\!cow' #-5?GOW_gqy)* '/9CMU_ls+  4 0   " +a 4?K(W-e/&u03 T6 d8   9  t=  |= loop.o/ 1281134667 0 0 100644 18068 ` ELF$C4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabloop.cgetLoopBbss.bssDdata.dataDrodata.rodataafInitLoopIDs_af_filesetup_ok_af_unique_ids_af_setup_instrument_index_from_id_af_setup_free_loops_af_callocafGetLoopIDs_af_filehandle_ok_af_handle_instrument_index_from_id_af_handle_loop_index_from_id_af_error_af_filehandle_can_writeafSetLoopModeafGetLoopModeafSetLoopCountafGetLoopCountafSetLoopStartafGetLoopStartafSetLoopStartFrameafSetMarkPositionafGetLoopStartFrameafGetMarkPositionafSetLoopTrackafGetLoopTrackafSetLoopEndafGetLoopEndafSetLoopEndFrameafGetLoopEndFrame.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesU]ujEPujjjhEPEPuE PEPEEuEPEPUERMLUERD EuUERDmjEPEUERMLEu?EE;E}.]MUERuDE@EE;E|ҋ]uÐU]jEPu EE PEPEEu E|EtaEUER$M;L}EUER$]TЋMERE@EUER$M;L|UER$DEE]ÐU ]EUE R$M;L}KUE R$]TЋB;Eu EELE@EUE R$M;L|UE R$jjPEPhjEE]ÐU]jEPu EEtjEPu ElE PEPEEu EHEPEPEP EEu E UER$]TЉUE]ÐUjjPEPE PEP EEu9Et(Et EtEPh0j EUPÐUjjPEPE PEPEEu E E@EEÐUjjPEPE PEPLEEu E5E}EPhLj@ EEUPEEÐUjjPEPE PEPEEu E E@EEÐUjjPEPE PEP|EEu EUP ÐUjjPEPE PEP<EEu E E@ EEÐUjjPEPE PEPEEu EVE}hdj?E5E@EE@ EjjEPEPEPEPEEÐUjjPEPE PEPLEEu E*E@EE@ EEPEPEP EEÐUjjPEPE PEPEEu EUPÐUjjPEPE PEPEEu E E@EEÐUjjPEPE PEPLEEu EUPÐUjjPEPE PEP EEu E E@EEÐUjjPEPE PEPEEu EVE}hj?E5E@EE@EjjEPEPEPEPEEÐUjjPEPE PEPEEu E*E@EE@EEPEPEP EEloopno loop with id %d for instrument %dunrecognized loop mode %dinvalid loop count: %dloop start frame must not be negativeloop end frame must not be negative@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03;loop.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o loop.o loop.c -W0,-xp.XAKgoyLLBJXMUaB.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLLBJXMUaB.;backend;raw;cd;DBG_GEN 5.2.7afInitLoopIDs'=Usetup&instid& loopids&nloops&instno(555i<int_Booldouble_PCMInfo -slope#intercept#minClip#maxClip# _PCMInfovoid <_AudioFormat@sampleRate#sampleFormat#sampleWidth# byteOrder#pcm-#channelCount#4compressionType#8compressionParamsD#< I_AudioFormatchar _MarkerSetup \id#name#comment# _MarkerSetup \long tAFfileoffset tAFframecount_TrackSetup`id#f#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCount#Pmarkerso#TdataOffset|#XframeCount#\ _TrackSetup _LoopSetupid# _LoopSetup _InstrumentSetupid#loopCount#loops0#loopSet# 5_InstrumentSetup _MiscellaneousSetup id#type#size# _MiscellaneousSetup _AFfilesetup$valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instruments#miscellaneousCount#miscellaneous#  AFfilesetup  afGetLoopIDsGUfileFinstidF loopidsFinstnoHiI_AFvirtualfileread=#lengthS#write}#destroy# seek#tell#closureD# unsigned =  D  " tS  B< X }  ]  b   t  t   t   AFvirtualfile  shortunsigned long_MarkerK id#position#name#comment#  _Marker K unsigned char^  t_AFchunkH bufD#nframes#f# _AFchunk _AFmoduleinstD inc #outc #modspecD#uu # mod #free_on_close#valid# ` sourceD #u sinkD # pullI #push` # D _AFfnpmod  D _AFfnpsimplemod_AFmodule0 name#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run #(free #, _AFmodule _AFmoduleinst D_AFmodulestate> modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate# old_v_rate#chunk #module # buffer #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinst # _AFmodulestate_Track|id#f#v#DchannelMatrix#markerCount#markersY #hasAESData#aesDatao #totalfframes#nextfframe#frames2ignore#fpos_first_frame|#fpos_next_frame|#fpos_after_data|#totalvframes#nextvframe#data_size|#ms> #taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# S _Track _Loopid#mode#count#beginMarker# endMarker#trackid# +_Loop AFPVult#d#vD# AFPVu _Instrument1id#loopCount#loops#values# _Instrument 1_Miscellaneousid#type#size#bufferD# position|# H_Miscellaneous _AFfilehandle4valid#access#seekok#fh# fileName#fileFormat#trackCount#tracks&#instrumentCount# instrumentsC#$miscellaneousCount#(miscellaneous#,formatSpecificD#0  AFfilehandle _af_handle_loop_index_from_idYUWfileXinstnoX loopidXiZgetLooplUhandlejinstidj loopidjmustWritekloopnominstnomafSetLoopModeUcfileinstid loopidmodeloop afGetLoopModeZUfileinstid loopidloop afSetLoopCountUNfileinstid loopidcountloop afGetLoopCount*Ufileinstid loopidloopafSetLoopStartoU7fileinstid loopidmarkidloop afGetLoopStartUfileinstid loopidloop afSetLoopStartFrameVU_fileinstid loopidstartFrametrackidbeginMarkerloop afGetLoopStartFrameUfileinstid loopidtrackidbeginMarkerloopafSetLoopTrack Ufileinstid loopidtrackloop afGetLoopTrackZUfileinstid loopidloopafSetLoopEnd"Uvfile!instid! loopid!markid!loop#afGetLoopEnd/Ufile.instid. loopid.loop0afSetLoopEndFrame<Ufile;instid; loopid;endFrame;trackid=endMarker=loop>afGetLoopEndFrameUUKfileTinstidT loopidTtrackidVendMarkerVloopW_af_setup_instrument_index_from_id  _af_handle_instrument_index_from_id  _af_setup_free_loops  _af_filehandle_can_write _af_unique_idsH    _af_callocDk  _af_filehandle_ok _af_filesetup_ok  _af_error   afGetMarkPosition   afSetMarkPosition    tk /var/tmp/audiofile-0.2.7/libaudiofileloop.cafinternal.haudiofile.haf_vfs.h )" ( K P k p        & 5I_ l        )E j t~     $ ? H g p        : B L U f           % 6Z b d m v         % . J Q f          : B L U f         " , 4 C LU ^ z         DD%.?  : ; @ ' D I: ;  4I : ;   $>  :  I8 I: I .?  : ; @ ' ID  ' ID  I&I' D I !I/  :  :  :  : . : ; @ ' ID .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID .? < ' ID .? < ' D .? < ' D g?afInitLoopIDsafGetLoopIDs_af_handle_loop_index_from_idafSetLoopModecafGetLoopModeafSetLoopCountNafGetLoopCountafSetLoopStart7afGetLoopStartafSetLoopStartFrame_afGetLoopStartFrameafSetLoopTrackafGetLoopTrackafSetLoopEndvafGetLoopEndafSetLoopEndFrameafGetLoopEndFrame?WgetLoop?_PCMInfo-_PCMInfoI_AudioFormat_AudioFormat_MarkerSetup\_MarkerSetup|AFfileoffsetAFframecount_TrackSetup_TrackSetup_LoopSetup_LoopSetup5_InstrumentSetup_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetup_AFvirtualfileAFvirtualfile _MarkerK _Marker _AFchunk _AFchunkI ` u _AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst _AFmodulestate> _AFmodulestateS _Track_Track+_Loop_LoopAFPVuAFPVu_Instrument1_InstrumentH_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandle     = /DO@\n oJ`uJ 0?pJ+?Q`jew?J`?Jj/ <YyPu  -U   C&(5 <s&((,(,cgv z!b"f#K$O%x'|)* +,-.x&.6>FNV^hu| !(4<DNV^hu |!""*2?#FRZbjw$~% ' ,4<DLTa)ht|*+,$,9-@LT\dlt~.   4; pj j j "l + 4??K-W2e4ku6<69 < <`  <>  C  C & Cmarker.o/ 1281134667 0 0 100644 16436 ` ELF=4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.symtabmarker.cBbss.bssDdata.dataDrodata.rodata_af_marker_find_by_id_af_errorafInitMarkIDs_af_filesetup_ok_af_filesetup_get_tracksetupfree_af_calloc_af_strdupafInitMarkNamestrlen_af_mallocstrncpyafInitMarkCommentstrcpyafGetMarkName_af_filehandle_ok_af_filehandle_get_trackafGetMarkCommentafSetMarkPosition_af_filehandle_can_writeafGetMarkIDsafGetMarkPosition_af_marker_new.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesUEEU;}FUE;E uUE‰E=E@EEU;|Ejj@PE PhjEEÐU]u}jEPuE PEPEEuE@TEEU;PPEMXT؋Ct#EMXTjCPEMXT؋Ct#EMXTjCPE@EEU;PPjEj@TPj EPЋEPTEUPPEE;Eu]EMxTGjh(EMXT؉sjh,EMXT؉sE@EE;EzUBK]u}ÐU]EE PEPEEuh0jaEEU;PP}4EMXT؋C;EuE@EEU;PP|̋EU;PPuEPh@j jEPEE=~h`j(EEMXT؋Ct#EMXTjCPEj@PEEMXT؋ECEuLEMXT؋EPEPCP EMXT؋SUB]ÐU]EE PEPEEuh0jEEU;PP}4EMXT؋C;EuE@EEU;PP|̋EU;PPuEPh@j jEPEEMXT؋Ct#EMXTjCPEj@PEEMXT؋ECEu%EMXT؋EPCP]ÐU jEPu ETE PEPEEu E-EPEPEEu E E@EEÐU jEPu ETE PEPEEu E-EPEPEEu E E@ EEÐUjEPujEPukE PEPEEuNEPEPEEu.E}EPhj EEUPÐU jEPu E~E PEPEEu EZEtFEEU;}1UE UE E@EEU;|ϋEEEÐU jEPu ETE PEPEEu E-EPEPEEu E E@EEÐUjEPEEu EEEEno mark with id %d found in track %dbad track idno marker id %d for file setupwarning: marker name truncated to 255 charactersinvalid marker position %d@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03Pmarker.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o marker.o marker.c -W0,-xp.XAKgoyLLBJXMktB.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLLBJXMktB.;backend;raw;cd;DBG_GEN 5.2.7_af_marker_find_by_id)UM track(markerid( i*shortunsigned longchar_Markerid#position#name#comment# _Markerintdouble_PCMInfo dslope #intercept #minClip #maxClip # _PCMInfovoids_AudioFormat@6sampleRate #sampleFormat#sampleWidth# byteOrder#pcmd#channelCount#4compressionType#8compressionParams{#< _AudioFormat _Boolunsigned charlong W h hAFframecount hAFfileoffset_AFchunkHbuf{#nframes#f6# _AFchunk_AFmoduleinstkinc#outc#modspec{#u# mod#free_on_closeN#validN# sourcek# sinkk# pullp#push#k _AFfnpmod{ _AFfnpsimplemod_AFmodule0name#describe#max_pull#max_push# run_pull#reset1#reset2#run_push#sync1# sync2#$run#(free#, _AFmodule _AFmoduleinst{_AFmodulestateemodulesdirtyN#nmodules#mustuseatomicnvframesN#old_f_rate # old_v_rate #chunk#module # buffer#$filemodinst#(filemod_rebufferinst#@rateconvertinst#Xrateconvert_inrate #prateconvert_outrate #xrateconvert_rebufferinst# _AFmodulestate_Track|@ id#f6#v6#DchannelMatrixI#markerCount#markers#hasAESDataN#aesDatap#totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#mse#taper #dynamic_range #ratecvt_filter_params_setN#filemodhappyN# z_Track@ afInitMarkIDs9vU  setup8trackid8  markids8nmarks8i:track ;_MarkerSetup  id#name#comment# _MarkerSetup _TrackSetup`~ id#f6#rateSetN#DsampleFormatSetN#EsampleWidthSetN#FbyteOrderSetN#GchannelCountSetN#HcompressionSetN#IaesDataSetN#JmarkersSetN#KdataOffsetSetN#LframeCountSetN#MmarkerCount#Pmarkers1 #TdataOffset#XframeCount#\ 6 _TrackSetup~ _LoopSetup id# _LoopSetup _InstrumentSetup id#loopCount#loops #loopSetN# _InstrumentSetup _MiscellaneousSetup z id#type#size# 9 _MiscellaneousSetupz _AFfilesetup$ valid#fileFormat#trackSetN#instrumentSetN# miscellaneousSetN# trackCount# tracks #instrumentCount#instruments4 #miscellaneousCount#miscellaneous #  AFfilesetupafInitMarkName^%UU setup\trackid\ markid\Znamestr]markno_length`track bUafInitMarkCommentU  setuptrackid markidcommstrmarknolengthtrack  afGetMarkNameUfiletrackid markidtrackM marker_AFvirtualfilereadC#lengthY#write#destroy# seek#tell#closure{#unsignedC{(hYHs^chhhh AFvirtualfile_LoopSid#mode#count#beginMarker# endMarker#trackid# _LoopSAFPVulh#d #v{# dAFPVu_Instrumentid#loopCount#loops_#values# _Instrument_Miscellaneousbid#type#size#buffer{# position# _Miscellaneousb_AFfilehandle4valid#access#seekokN#fh# fileName#fileFormat#trackCount#tracksM #instrumentCount# instruments#$miscellaneousCount#(miscellaneousw#,formatSpecific{#0| AFfilehandleafGetMarkCommentU#filetrackid markidtrackM markerafSetMarkPosition9Ufiletrackid markidpostrackM markerafGetMarkIDsUVfiletrackid  markidstrackM i afGetMarkPositionnUfiletrackid markidtrackM marker_af_marker_new,U8count+markers-_af_filehandle_can_writeNd|_af_filehandle_get_trackM d _af_filesetup_get_tracksetup _af_strdup_af_calloc{_af_malloc{3_af_filehandle_okNX_af_filesetup_okN| |_af_errorfree{strncpy size_tstrlen#(-strcpy#2 /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/isomarker.cafinternal.haudiofile.haf_vfs.hstring_iso.h+  3 L~a  <       A ^ {    $ M|`k          } $ ,= GV ]z      9@ @ @ S S [ j p  }     - b d              , 8 S \ w               ' .7 FF \ h    ~      3 < W ` i v     DD%.?  : ; @ ' ID I: ;  4I : ;  $> I :  I8 I: I  !I/  :   : ' D I&I : .?  : ; @ ' D ' ID  : 4I : ;  .?  : ;@ ' ID I: ; .? < ' ID .? < ' D 7I.? < ' ID T_af_marker_find_by_idR afInitMarkIDs afInitMarkName_afInitMarkCommentafGetMarkNameafGetMarkComment#afSetMarkPositionafGetMarkIDsVafGetMarkPosition_af_marker_newT_Marker_Marker_PCMInfod_PCMInfo_AudioFormat6_AudioFormatAFframecountAFfileoffset_AFchunk_AFchunkp_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestatee_AFmodulestatez_Track@ _Track _MarkerSetup _MarkerSetup6 _TrackSetup~ _TrackSetup _LoopSetup _LoopSetup _InstrumentSetup _InstrumentSetup9 _MiscellaneousSetupz _MiscellaneousSetup _AFfilesetup AFfilesetup_AFvirtualfileAFvirtualfile_LoopS_LoopdAFPVuAFPVu_Instrument_Instrument_Miscellaneousb_Miscellaneous|_AFfilehandleAFfilehandlesize_t     "'2=LS^f0^x~~@~p3q x:z ' ,  3H OI\ c &5 ! A!e $! M q! !!E} 6:e i   vz*.":#>%&*/38<n&r' (08@HR\fnv~ (08BJT\fnv~ &08@HPXelx"%#,8@HPX`hpx%&$08@HPX`hp}'  4u S S S "T + 4?TK\(W.e/u0t3" 5, 7 < d8 L = ` = misc.o/ 1281134667 0 0 100644 15292 ` ELFH84(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabmisc.cfind_misc_by_idfind_miscsetup_by_idBbss.bssDdata.dataDrodata.rodata_af_errorafInitMiscIDs_af_filesetup_okfree_af_callocafGetMiscIDs_af_filehandle_okafInitMiscTypeafGetMiscTypeafInitMiscSizeafGetMiscSizeafWriteMisc_af_filehandle_can_write_af_mallocmemsetmemcpyafReadMisc_af_filehandle_can_readafSeekMisc.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesU ]EEU;P(}GEMX,؋C;E uEMX,؉].E@EEU;P(|E Phj# EE]ÐU ]EEU;P}KEMX ؋C;E uEMX ؉].E@EEU;P|E Phj# EE]ÐU]u}jEPuE@ tEj@ PEUPEuE@ jEPЋEP E@ uEE;E}hu] EMx GEMX CEMX CE@EE;E|UB ]u}ÐU ]jEPu ETE tCEEU;P(}1EMX,؋UE K E@EEU;P(|ϋE@(EE]ÐUjEPu9E PEPEEt EUPhj#ÐUjEPu ECE PEPEEt E@Ehj#EEÐUjEPu9E PEPEEt EUPhj#ÐUjEPu ECE PEPEEt E@Ehj#EEÐU jEPu E jEPuEE PEP7EEu EEEPh0j% E@ uRE@tGEj@PЋEP UE@PjB P E@ u E^EUPE;P~EU@+BEEEEUH JEPEPQ EPUEPEEEÐU jEPu EjEPuEE PEPEEu EEEPh0j% E\EUPE;P~EU@+BEEEEUH JEPQEP EPUEPEEEÐUjEPu EjE PEP EEu ECEU;P|)Ej@PE PEPh\j'EEUPEEEbad miscellaneous id %dbad miscellaneous idinvalid size (%d) for miscellaneous chunkoffset %d too big for miscellaneous chunk %d (%d data bytes)@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03%misc.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o misc.o misc.c -W0,-xp.XAKgoyLLBJXMkAC.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLLBJXMkAC.;backend;raw;cd;DBG_GEN 5.2.7find_misc_by_id)U k* file(kid( ik*intvoidrlongAFfileoffset_Miscellaneous idk# typek# sizek# bufferz# position#_Miscellaneous_Bool_AFvirtualfile read# length# write# destroy# seek2# tellH# closurez#unsigned k  z    r k      2   k H 7AFvirtualfileMcharfdouble_PCMInfo  slopes# intercepts# minClips# maxClips#}_PCMInfo_AudioFormat@ sampleRates# sampleFormatk# sampleWidthk# byteOrderk# pcm# channelCountk#4 compressionTypek#8 compressionParamsz#<_AudioFormatsshortunsigned long_Marker id# position# namen# commentn# _Markerunsigned char!CAFframecount_AFchunkH bufz# nframesC# f#V_AFchunk_AFmoduleinst inc# outc# modspecz# uK# mod# free_on_close# valid#6 source#K sink#m pull# push6# z mz_AFfnpmodV    z_AFfnpsimplemod_AFmodule0 namen# describe# max_pull# max_push# run_pull# reset1# reset2# run_push# sync1# sync2#$ run#( free#,_AFmodule _AFmoduleinstz_AFmodulestate modulesdirty# nmodulesk# mustuseatomicnvframes# old_f_rates# old_v_rates# chunk# module# buffer#$ filemodinst#( filemod_rebufferinst#@ rateconvertinst#X rateconvert_inrates#p rateconvert_outrates#x rateconvert_rebufferinst#_AFmodulestate_Track| idk# f# v#D channelMatrix# markerCountk# markers# hasAESData# aesData2# totalfframesC# nextfframeC# frames2ignoreC# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframesC# nextvframeC# data_size# ms # tapers# dynamic_ranges# ratecvt_filter_params_set# filemodhappy#) _Track _Loopk idk# modek# countk# beginMarkerk# endMarkerk# trackidk# _Loopk AFPVu l# ds# vz#| AFPVu _Instrument idk# loopCountk# loopsw # values #  _Instrument _AFfilehandle4% validk# accessk# seekok# fha# fileNamen# fileFormatk# trackCountk# tracks # instrumentCountk# instruments #$ miscellaneousCountk#( miscellaneous #, formatSpecificz#0 % AFfilehandlefind_miscsetup_by_id8U  Ksetup7kid7 ik9_MiscellaneousSetup  idk# typek# sizek# _MiscellaneousSetup _MarkerSetup 6 idk# namen# commentn# _MarkerSetup6_TrackSetup` idk# f# rateSet#D sampleFormatSet#E sampleWidthSet#F byteOrderSet#G channelCountSet#H compressionSet#I aesDataSet#J markersSet#K dataOffsetSet#L frameCountSet#M markerCountk#P markersI#T dataOffset#X frameCountC#\N_TrackSetup_LoopSetup idk#_LoopSetup_InstrumentSetup5 idk# loopCountk# loops# loopSet# _InstrumentSetup5_AFfilesetup$F validk# fileFormatk# trackSet# instrumentSet# miscellaneousSet# trackCountk# tracks# instrumentCountk# instrumentsL# miscellaneousCountk# miscellaneous # QFAFfilesetupafInitMiscIDsG=UKsetupFidsF knidsFikHkafGetMiscIDsjUk* fileiidsi ikkafInitMiscType|)UKsetup{kmiscellaneousid{ ktype{miscellaneous }afGetMiscTypeUk* filekmiscellaneousid miscellaneous afInitMiscSizeU}Ksetupkmiscellaneousid ksizemiscellaneous afGetMiscSizemUk* filekmiscellaneousid miscellaneous afWriteMiscUk* filekmiscellaneousid zbufkbytesmiscellaneous localsizekafReadMiscUk0* filekmiscellaneousid zbufkbyteslocalsizekmiscellaneous afSeekMisc TUk* filekmiscellaneousid koffsetmiscellaneous  _af_filehandle_can_write % _af_callocz  _af_mallocz _af_filehandle_can_readI % _af_filehandle_okn % _af_filesetup_ok F f_af_error k memsetz z k z rmemcpyz   free zk /var/tmp/audiofile-0.2.7/libaudiofilemisc.cafinternal.haudiofile.haf_vfs.h + 6 P}bu | :  }   /E L W hq y       |'2 I_ h p  ~       ' 6L X k s         ( ; C P_ h v        . F Q \m          ' 4 < O Xi |         7 @I O  DD%. : ; @ ' ID I: ;  4I : ;  $> II:  :  I8 ' ID  I &I ' D I !I/  :  :  :  : .?  : ; @ ' D .?  : ; @ ' ID .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' D 7I.? < ' D )]afInitMiscIDsafGetMiscIDsafInitMiscTypeafGetMiscTypeafInitMiscSize}afGetMiscSizeafWriteMiscafReadMisc0afSeekMisc;)find_misc_by_id= find_miscsetup_by_id)AFfileoffset_Miscellaneous_Miscellaneous_AFvirtualfileMAFvirtualfile}_PCMInfo_PCMInfo_AudioFormat_AudioFormat_Marker_MarkerCAFframecountV_AFchunk_AFchunk6K_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestate _AFmodulestate) _Track _Track _Loopk _Loop| AFPVu AFPVu _Instrument _Instrument _AFfilehandle* AFfilehandle _MiscellaneousSetup _MiscellaneousSetup _MarkerSetup6_MarkerSetupN_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup5_InstrumentSetupQ_AFfilesetupKAFfilesetup      $)4@ASYb0mpYmpMg n 6aP =   Q X}  !?"#%A H#) 0)-V Z pt-1$A&Ex!)19CKS]emu} %-5=JQ]emu} #+8?KS[cks{$ !)19AKS[emu&4a T   " + 4s?s)K%W*e,,u,?-/p h2 3  @4 # 08 7 88 L @8 track.o/ 1281134668 0 0 100644 9612 ` ELF"4(.strtab.text.bss.data.rodata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.symtabtrack.cBbss.bssDdata.dataDrodata.rodataafInitTrackIDsafGetTrackIDs_af_track_new_af_mallocmemset.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesUÐUE t E @EEÐUjh|EE@E@@EǀEǀEǀEǀUEjjP EǀEǀEǀEǀEǀEǀEǀEǀEǀUEǀEǀEǀEǀU U%U=UeEEE@(#)stddef.h 1.18 04/09/28 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03track.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o track.o track.c -W0,-xp.XAKgoyLMBJXMkTC.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLMBJXMkTC.;backend;raw;cd;DBG_GEN 5.2.7afInitTrackIDs)Utfile(trackids( ttrackCount(int_Booldouble_PCMInfo slope#intercept#minClip#maxClip#_PCMInfovoid_AudioFormat@sampleRate#sampleFormatt#sampleWidtht# byteOrdert#pcm#channelCountt#4compressionTypet#8compressionParams#<_AudioFormatchar_MarkerSetup idt#name#comment#_MarkerSetuplong&AFfileoffset&AFframecount_TrackSetup`idt#f#rateSet{#DsampleFormatSet{#EsampleWidthSet{#FbyteOrderSet{#GchannelCountSet{#HcompressionSet{#IaesDataSet{#JmarkersSet{#KdataOffsetSet{#LframeCountSet{#MmarkerCountt#Pmarkers!#TdataOffset.#XframeCountA#\T_TrackSetup_LoopSetupidt#_LoopSetup_InstrumentSetup;idt#loopCountt#loops#loopSet{# _InstrumentSetup;_MiscellaneousSetup idt#typet#sizet#W_MiscellaneousSetup_AFfilesetup$validt#fileFormatt#trackSet{#instrumentSet{# miscellaneousSet{# trackCountt# tracks#instrumentCountt#instrumentsR#miscellaneousCountt#miscellaneous# AFfilesetupt afGetTrackIDs14UtFfile0trackids0 _AFvirtualfileread#length#write#destroy # seek+#tellA#closure#unsigned t    &   t       &+  & t &A 0AFvirtualfileFshortunsigned long_Markeridd#positionm#name#comment# ~_Markerunsigned char&_AFchunkH3 buf#nframesA#f#_AFchunk3 _AFmoduleinst incB #outcB #modspec#u # modH #free_on_close{#valid{#G  source # sink # pull #push #    _AFfnpmod Q 5 5 : Q _AFfnpsimplemod_AFmodule03 name#describe% #max_pull% #max_push% # run_pull% #reset1% #reset2% #run_push% #sync1% # sync2% #$runV #(free% #,l _AFmodule 3 C G _AFmoduleinstM _AFmodulestate modulesdirty{#nmodulest#mustuseatomicnvframes{#old_f_rate# old_v_rate#chunkB #modulea # bufferf #$filemodinstM #(filemod_rebufferinstM #@rateconvertinstM #Xrateconvert_inrate#prateconvert_outrate#xrateconvert_rebufferinstM #k _AFmodulestate_Track|idt#f#v#DchannelMatrix_#markerCountt#markers#hasAESData{#aesData#totalfframesA#nextfframeA#frames2ignoreA#fpos_first_frame.#fpos_next_frame.#fpos_after_data.#totalvframesA#nextvframeA#data_size.#ms #taper#dynamic_range#ratecvt_filter_params_set{#filemodhappy{# _Track_Loopidt#modet#countt#beginMarkert# endMarkert#trackidt#_LoopAFPVuNl&#d#v#"AFPVuN_Instrumentidt#loopCountt#loops#valuesZ# __Instrument_Miscellaneous idt#typet#sizet#buffer# position.#_Miscellaneous _AFfilehandle4Avalidt#accesst#seekok{#fhZ# fileName#fileFormatt#trackCountt#tracks#instrumentCountt# instruments#$miscellaneousCountt#(miscellaneous5#,formatSpecific#0:AAFfilehandle _af_track_new;Ut<_af_malloc memset  t l /var/tmp/audiofile-0.2.7/libaudiofiletrack.cafinternal.haudiofile.haf_vfs.h)    1  ( / F;X b l y             + 8 F S ` m z       DD%.?  : ; @ ' D I: ;  $>  :  I8 I: I .?  : ; @ ' ID  ' ID  I &I ' D I !I/  :  :  :  : 4I : ;  .? < ' ID .? < ' ID EafInitTrackIDsafGetTrackIDsY_af_track_new_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup_MarkerSetup.AFfileoffsetAAFframecountT_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup;_InstrumentSetupW_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetup_AFvirtualfileFAFvirtualfile~_Marker_Marker_AFchunk3 _AFchunk % _AFfnpmodV _AFfnpsimplemodl _AFmodule3 _AFmoduleG _AFmoduleinstM _AFmoduleinstk _AFmodulestate _AFmodulestate _Track_Track_Loop_Loop"AFPVuNAFPVu__Instrument_Instrument_Miscellaneous _Miscellaneous:_AFfilehandleFAFfilehandle    $@}N  ,0lpy !)19AIQYaiqy  4K ==="=F+6BUN07\gIl}P   @  0!P " " 6 "  query.o/ 1281134668 0 0 100644 16732 ` ELF>4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.SUNW_cap.symtabquery.cBbss.bssDdata.dataDrodata.rodataafQuery_afQueryInstrument_afQueryInstrumentParameter_afQueryLoop_afQueryFileFormat_afQueryCompression_afQueryMarker_af_error_af_units_af_pv_long_af_callocfree_af_pv_pointerafQueryLongAUpvgetvaltypeAUpvgetvalAUpvfreeafQueryDoubleafQueryPointer_af_instparam_index_from_idAUpvnewAUpvsetparamAUpvsetvaltypeAUpvsetval_afQueryMiscellaneous_af_compression_af_compression_index_from_id.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesU jjEPEPEPE PEjjEPEPEPE PEjjEPEPEPE PEjjEPEPEPE PEjjEPEPEPE PErEfEZjjEPEPEPE PE6hj:EE-w$4EE0x TU]2EEE}3UtE@EE@EE|jEPEEjjEEuEEE}?UtUEM E@EE@EE|EujEPEjEPEkE |E | EMU j PE#E |E | EU jPEE |E | EU jPEE |E | EuU jPEJE|E| E-:Uj0PEEE =\tE|E| E2Uj4PEE =\t}E|E| EPhj; ERU8EjEPEU8EEuEjEPEEuEEE;E}5UU<]ME@EE;E|jEPEjE ==7GUe}w0$n}ew$EE]plUjEPEPEPE PEPEEu EJEPjEP Et E'EPjEP jEPEEEÐUjEPEPEPE PEPEEuEE[EPjEP EtEE,EPjEP jEPEEEEEÐUjEPEPEPE PEPEEu EJEPjEP Et E'EPjEP jEPEEEÐU]vE |E | EU LjPEXE |E | E;U jLPEE |E | EU LEEuEjEPEEuEEE;E}?U ]PȋUEI E@EE;E|jEPE7E |E | EEPE PEE} EU ]PjAPEE |E | EEPE PEE} EtU ]PjAPE9E |E | EEPE PEEjjEU ]PȋAPjEP U ]PȋAPjEP U ]PȍA PjEP EECE:.Ue}w$ ecѐEE] p p p p PUE |E | E|^U HjPEGU jHPE E=dt=etEEUE |E | EU DjPEgE |E | ENU jDPE$E=dt=eWEEÐUh,jEEÐUpU @jPE_U j@PE8h@j;EE=dt=e{ѐEEÐU].EEE}3UtE@EE@EE|jEPEjjEEu EEEE}SUt'U]U싄E@EE@EE|jEPErjE PEUjPE6jE PEUj PEjE PEUjPEjE PEUj PEjE PEUjPEIU]}w$w$EPhLj; EE] {{$`bad query typeunrecognized file format %dnot implemented yetbad queryunrecognized query selector %d @(#)assert.h 1.10 04/05/18 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03= query.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o query.o query.c -W0,-xp.XAKgoyLMBJXMkmC.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLMBJXMkmC.;backend;raw;cd;DBG_GEN 5.2.7afQuery;4Uquerytype:arg1: arg2:arg3:arg4:_AUpvlistAUpvlistint_afQueryFileFormat[Uarg1Zarg2Z arg3Zarg4Zippp counta idxa countl idxl bufferml idx count bufferafQueryLongUquerytypearg1 arg2arg3arg4 list type valuelongafQueryDoubleRUooquerytypearg1 arg2arg3arg4 list type valueodoubleafQueryPointerU:2querytypearg1 arg2arg3arg4 list type value:void2 _afQueryInstrumentParameter U arg1 arg2 arg3 arg4 t t p i! count! buffer"p idx9 p idxFp p idxR d  d  d retY _afQueryLoopkp U arg1j arg2j arg3j arg4j _afQueryInstrument~4 U arg1} arg2} arg3} arg4} _afQueryMiscellaneousa U arg1 arg2 arg3 arg4 _afQueryMarker UZ arg1 arg2 arg3 arg4 _afQueryCompressionU arg1 arg2 arg3 arg4 count i index buf _af_instparam_index_from_idO  _af_compression_index_from_id 2 _af_pv_pointer  _af_pv_long unsigned _af_calloc:   char  _af_error&   AUpvgetvalN : AUpvgetvaltypez  AUpvsetval : AUpvsetvaltype  AUpvsetparam  AUpvfree  AUpvnew/ free:JQ /var/tmp/audiofile-0.2.7/libaudiofile.query.caupvlist.h; 0 T x      j(/ ipw   ~     ( ;~JR ` l    $ 0 \l x    {  $ (T X{dl|       , ; a~pl &G O X j r |           2 @ L f           P` l          K Z p           ' 4 p       & \ d p t       $ L P yd  k v |        s( / F U \ v x     x   ' 6 S Z~i      } $5 `q   % LX{+   DD%.?  : ; @ ' ID I: ;  < II: $>   4I : ;  4I : ; .?  : ;@ ' ID  I: ; .? < ' ID I&I.? < ' D .? < ' D A afQuery_afQueryFileFormatafQueryLongafQueryDoubleyafQueryPointer?_afQueryInstrumentParameter_afQueryLoop_afQueryInstrument_afQueryMiscellaneous_afQueryMarkerZ_afQueryCompressionA AUpvlist     4p  `';p JT^juz ` @ !6F!Ei $48<@DHLPYsEK=C  Qw  =c !" +!9"} !"/@6 a  %   %O _  % &  '  (A U )          9 ?     G  N       J+p+++,J+Pg,+,+,+,:+@ew  %)#',059gk#$ae8<VZsw|*.* tx^epz &0:DLT\dlv &.8BJR\dnx%0=DPX`hpx#$ (08@HP]dpz (08BJRZbjt| &0:GNZdlt~* *7>JT\dlv (2<D  4 "l+(4?A K-#NW{+ e,u|-o--d |0n 45 ~ 6  >  > raw.o/ 1281134668 0 0 100644 12524 ` ELF-4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.SUNW_cap.symtabraw.cBbss.bssDdata.dataDrodata.rodata_af_raw_recognize_af_raw_read_init_af_error_af_filesetup_make_handleaf_flength_af_format_frame_size__xtol_af_raw_write_init_af_raw_update_af_raw_complete_setup_af_filesetup_get_tracksetup_af_malloc_af_raw_default_filesetup_af_raw_compression_types.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_typenamesUEEÐUEuhjE:E PEPuEE @EE@@LtE@U@X EǀE@@MtE@U@\E j@ PEEuEǀuE;E~h8jEaEU+UUPBP]E]EȋEЋEEUEEÐUE PEPu EPE @EEǀE@@LtE@U@XEǀEEÐUEEÐU]E@t'E@ th`jEhEPEEuhjEE@JthjE\E@Kt(E@PthjE)E@ t(E@thj!EE@ t(E@thj$Ejj$EUBBB B BBBB B jj`ЋEPEU@R|E@@@E@@PE@@TEEE]Ea valid AFfilesetup is required for reading raw datadata offset is larger than file sizeraw file must have exactly one trackcould not access track in file setupraw file cannot have AES dataraw file cannot have markersraw file cannot have instrumentsraw file cannot have miscellaneous data@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03>raw.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o raw.o raw.c -W0,-xp.XAKgoyLMBJXMk5C.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLMBJXMk5C.;backend;raw;cd;DBG_GEN 5.2.7int_Booldouble_PCMInfo }slope"#intercept"#minClip"#maxClip"#,_PCMInfovoid_AudioFormat@OsampleRate"#sampleFormat#sampleWidth# byteOrder#pcm}#channelCount#4compressionType#8compressionParams#<_AudioFormatcharb_MarkerSetup id#namej#commentj#o_MarkerSetuplongAFfileoffsetAFframecount_TrackSetup`:id#fO#rateSet#DsampleFormatSet#EsampleWidthSet#FbyteOrderSet#GchannelCountSet#HcompressionSet#IaesDataSet#JmarkersSet#KdataOffsetSet#LframeCountSet#MmarkerCount#Pmarkers#TdataOffset#XframeCount#\_TrackSetup:_LoopSetupoid#Q_LoopSetupo_InstrumentSetupid#loopCount#loops#loopSet# _InstrumentSetup_MiscellaneousSetup 6id#type#size#_MiscellaneousSetup6_AFfilesetup$Jvalid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracksL#instrumentCount#instruments#miscellaneousCount#miscellaneousP# U_AFfilesetup_af_raw_default_filesetupJ&  _af_raw_compression_types5 _af_raw_recognize<U Ffh;_AFvirtualfileyread#length#write#destroy# seek#tell-#closure#unsigned y~ y y~y y -yAFvirtualfile2 _af_raw_read_initAU filesetup@ filehandle@ trackRB|||filesize\statusUAFfilesetup"shortunsigned long_Markerw id #position #namej#commentj# . _Markerw unsigned char  _AFchunkH buf#nframes#fO# _AFchunk _AFmoduleinstp inc #outc #modspec#u # mod #free_on_close#valid#  sourcep # sinkp # pullu #push # p   _AFfnpmod      _AFfnpsimplemod_AFmodule0 namej#describe #max_pull #max_push # run_pull #reset1 #reset2 #run_push #sync1 # sync2 #$run #(free #, _AFmodule   _AFmoduleinst _AFmodulestatej modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate"# old_v_rate"#chunk #module # buffer #$filemodinst #(filemod_rebufferinst #@rateconvertinst #Xrateconvert_inrate"#prateconvert_outrate"#xrateconvert_rebufferinst # _AFmodulestate_Track|Eid#fO#vO#DchannelMatrix #markerCount#markers #hasAESData#aesData #totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#msj #taper"#dynamic_range"#ratecvt_filter_params_set#filemodhappy# _TrackE_Loopid#mode#count#beginMarker# endMarker#trackid#W_LoopAFPVul#d"#v#AFPVu_Instrument]id#loopCount#loops#values # _Instrument]_Miscellaneousid#type#size#buffer# position#t_Miscellaneous_AFfilehandle4valid#access#seekok#fhF# fileNamej#fileFormat#trackCount#tracksR#instrumentCount# instrumentso#$miscellaneousCount#(miscellaneous#,formatSpecific#0AFfilehandle _af_raw_write_inits Ut filesetupr filehandler trackRt _af_raw_update"U filehandle _af_raw_complete_setup/U- setupnewSetuptrackLC U_af_filesetup_make_handlei-2float_af_format_frame_sizeniU_af_filesetup_get_tracksetupL_af_malloc~b_af_error&af_flengthyj /var/tmp/audiofile-0.2.7/libaudiofileraw.cafinternal.haudiofile.haf_vfs.h< &. = La p y        $3 p |          9P _ l       & 4K Z hw      ! '  DD%$>  :  I8 I: I4I?  : ;  &I I  !I/ .?  : ; @ ' ID  I: ;  ' ID I' D 4I : ;    :  :  :  : D D .? < ' ID .? < ' D .? < ' ID B]_af_raw_default_filesetup_af_raw_compression_types_af_raw_recognizeK_af_raw_read_init _af_raw_write_initt_af_raw_update_af_raw_complete_setupB,_PCMInfo}_PCMInfo_AudioFormatO_AudioFormato_MarkerSetup_MarkerSetupAFfileoffsetAFframecount_TrackSetup:_TrackSetupQ_LoopSetupo_LoopSetup_InstrumentSetup_InstrumentSetup_MiscellaneousSetup6_MiscellaneousSetupU_AFfilesetupJ_AFfilesetup_AFvirtualfile2AFvirtualfilestatusAFfilesetup. _Markerw _Marker _AFchunk _AFchunku _AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule _AFmoduleinst _AFmoduleinst _AFmodulestatej _AFmodulestate _TrackE_TrackW_Loop_LoopAFPVuAFPVu_Instrument]_Instrumentt_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandle      h!7>yQ`0w$/ 6U  DYQ Xv    L Sm{ bf!%w~ #+3=EMWdkw #+3=EMW_gqy  4& `/$"<+4 ? BKW"[e$u$o'' ) *  |+  -  - aiff.o/ 1281134668 0 0 100644 28676 ` ELF@l4(.strtab.text.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.SUNW_cap.symtabaiff.cParseFVERParseAESDParseMiscellaneousParseINSTParseMARKParseCOMMParseSSNDBbss.bssDdata.dataDrodata.rodataaf_read_uint32_be_af_filehandle_get_trackaf_freadmemcpy_af_reallocmemcmp_af_malloc_af_callocaf_read_uint8af_read_uint16_be_af_marker_newaf_fseek_af_strdup_af_convert_from_ieee_extendedaf_read_pstring_af_error_af_set_sample_formataf_ftell_af_aiff_read_init_af_track_new_af_aiff_recognize_af_aifc_recognize_af_aiff_complete_setup_af_aiff_default_filesetup_af_filesetup_copy_af_aiff_instparam_validAUpvgetparamAUpvgetvaltypeAUpvgetval_af_aifc_get_version_af_aiff_inst_params_af_aiffc_compression_types.rel.text.rel.rodata.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUE PEPEEÐU hEPEUjjE PjjEPt E!UjEPP EEÐU ]EEu EE@(U@B(MEP(PA,PЋEP,jhEP u EjhEP u EjhEP u EjjhEP u EFjh EP u E"jh(EP uE]UEH(R,ЋC(BUEH(R,ЋEBUEH(R,ЋEBUEH(R,BjEP؋UEH(R,ЉZUEH(R,ЋEjj@ PjEPBPEE]ÐUjjEE@jj ЋEP E@jjЋEPE@ EUP$E PEPE PEPE PEPE PEPE PEPE PEPE PEPUE@ PUE@ PUE@ PUE@ PUE@ P UE@ P(UE@ P0E@ @8E@ @@E PEPE PEPE PEPE PEPE PEPE PEPE@@UE@PUE@P UE@PE@@UE@PUE@P$UE@P(EEÐUhEPEE PEPUEEtEjPЋEEEU;4fEEEEE PEPE PEPjjE PjjEPEj@PEUjjE PRjEPUM EƒujjE P MUEf UEMLUEMLjh0ȋUEL E@EEU;EEU,hEPEE PEPUEP8E PEPEUE PEPUEPjjE Pjj EPjEPݝ݅EXE@<E@ E@E@jjE PjjEPE PPjh4EP tjh<EP uE@<ljhDEP uE@<E@;jhLEP uE@<E@ jhTEP tHjh\EP t0jhdEP tjhlEP u$Phtj EjhEP tjhEP uE@<AjhEP tjhEP uE@<jhEP tjhEP u$E@ E@ E@<jhEP tjhEP u E@ E@@E@<\jhEP uE@<E@.]MUEPRQShjE$MUE@PB PAP EEÐUhEPEE PEPE PEPEP+UEjE PUM‰EEÐU0EEEEEEEEEEE jj@ P E jj@ PjjEPE @ PEPE jj@ PjjEPjhDEP u0jhLEP t'jhTEP tEE @ E @$E @(E @,E܋E @E U܉PEEE;E EEEE jj@ PjjEPE @ PEPjEPh\ u1EU jjEPEPB PE PE,jEPhd u,EU jjEPEPB PE PjEPhl u,EU jjEPEPB PE PdjEPht u,EU jjEPEPB PE P@^jEPh| u,EU jjEPEPB PE PLjEPh txjEPh t`jEPh tHjEPh t0jEPh tjEPh( u$U jjEPEPB PE PijEPh uNEthjnEEU jjEPEPB PE PpEЋEЃu EcEԋUDEEtE@EU EjPB P E;EEuhjpEEÐU jjEP jjEPjjEPujhDEP t EKjjEPjjEPujhLEP t E EEÐU jjEP jjEPjjEPujhDEP t EKjjEPjjEPujhTEP t E EEÐU]E@;EE@t)E@ thjEoE@EE@EtcE@ =uhj E/Et+E@ =th j EUE@PhBP E@ =u8E@| E@ ~"E@PhXj EEt'E@<thjEeE@Gt'E@=tE@~hj5E@E@ tgE@t(E@thj!EE@t)E@@th,jEE@ EEU;P}u8_EMX ؋CPhdj& E[EMX ؋C-w$E@EEU;P|PhEP EE]U(EPEPE P EPEPE P EtEEPEPE P {E|E E EE;EZE|E2 E EE;EE|E E EE;EE|E E EE;EE|E E EE;EmE|E E EE;E5E*EE--w$EE0l XUE@QEE-<.12/0345 NAMEAUTH(c) ANNOAPPLMIDINONEtwosin24in32ACE2ACE8MAC3MAC6AIFF-C format does not support Apple's proprietary %s compression formatulawULAWalawALAWfl32FL32fl64FL64sowtAIFF-C compression type '%c%c%c%c' not currently supportedFORMAIFFAIFCCOMMFVERINSTMARKAESDSSNDAIFF file has more than one SSND chunkbad AIFF COMM chunkAIFF/AIFF-C file must have 1 trackAIFF/AIFF-C format does not support unsigned dataAIFF format supports only two's complement integer datainvalid sample width %d for AIFF/AIFF-C file (must be 1-32)AIFF does not support compression; use AIFF-CAIFF/AIFF-C format supports only big-endian dataAIFF/AIFF-C file must have 0 or 1 instrument chunkAIFF/AIFF-C file with instrument must also have 2 loopsinvalid miscellaneous type %d for AIFF/AIFF-C fileMIDI base noteDetune in centsLow velocityHigh velocityLow noteHigh noteGain in dBSustain loop idRelease loop id@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMIacomp: Sun C 5.10 SunOS_i386 2009/06/03as: Sun Compiler Common 12.1 SunOS_i386 2009/06/03V!aiff.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o aiff.o aiff.c -W0,-xp.XAKgoyLMBJXMkMD.Xa;g;R=Sun C 5.10 SunOS_i386 2009/06/03;G=.XAKgoyLMBJXMkMD.;backend;raw;cd;DBG_GEN 5.2.7intcharlongdoublevoid;AFPVutl)#d1#vC#HAFPVu_InstParamInfoid#type#name$#defaultValuet# _InstParamInfo  ) _af_aiff_inst_params@ 6 ) _af_aiffc_compression_types%M_Bool_PCMInfo slope1#intercept1#minClip1#maxClip1#j_PCMInfo_AudioFormat@sampleRate1#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#4compressionType#8compressionParamsC#<_AudioFormat_MarkerSetup id#name$#comment$#_MarkerSetup)AFfileoffset)AFframecount_TrackSetup`Vid#f#rateSeta#DsampleFormatSeta#EsampleWidthSeta#FbyteOrderSeta#GchannelCountSeta#HcompressionSeta#IaesDataSeta#JmarkersSeta#KdataOffsetSeta#LframeCountSeta#MmarkerCount#Pmarkers#TdataOffset#XframeCount#\_TrackSetupV_LoopSetupid#m_LoopSetup_InstrumentSetupid#loopCount#loops#loopSeta# _InstrumentSetup_MiscellaneousSetup Rid#type#size#_MiscellaneousSetupR_AFfilesetup$fvalid#fileFormat#trackSeta#instrumentSeta# miscellaneousSeta# trackCount# tracksh#instrumentCount#instruments #miscellaneousCount#miscellaneousl# q_AFfilesetup _af_aiff_default_filesetupfS ParseFVERf"U "filee n fhe 5typee Dsizeetimestamp5gstatus_AFvirtualfileread#length#write #destroy # seek? #tellU #closureC#&unsignedC);   )? )$ )U D &AFvirtualfileZ 1shortunsigned long_Marker idx #position #name$#comment$#  _Marker unsigned char  )_AFchunkHG bufC#nframes#f# _AFchunkG _AFmoduleinst incV #outcV #modspecC#u # mod\ #free_on_closea#valida#[  source # sink #' pull #push #4  ' 4 _AFfnpmod e I I CN e _AFfnpsimplemod_AFmodule0G name$#describe9 #max_pull9 #max_push9 # run_pull9 #reset19 #reset29 #run_push9 #sync19 # sync29 #$runj #(free9 #, _AFmoduleG W [ _AFmoduleinsta C_AFmodulestate modulesdirtya#nmodules#mustuseatomicnvframesa#old_f_rate1# old_v_rate1#chunkV #moduleu # bufferz #$filemodinsta #(filemod_rebufferinsta #@rateconvertinsta #Xrateconvert_inrate1#prateconvert_outrate1#xrateconvert_rebufferinsta # _AFmodulestate_Track|id#f#v#DchannelMatrixs #markerCount#markers #hasAESDataa#aesData #totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms #taper1#dynamic_range1#ratecvt_filter_params_seta#filemodhappya# _Track_Loop%id#mode#count#beginMarker# endMarker#trackid#_Loop%t_Instrumentid#loopCount#loops1#values6# ;_Instrument_Miscellaneousid#type#size#bufferC# position#_Miscellaneous_AFfilehandle4valid#access#seekoka#fhn # fileName$#fileFormat#trackCount#tracks#instrumentCount# instruments#$miscellaneousCount#(miscellaneous#,formatSpecificC#0AFfilehandleuint32_tsize_t ParseAESDuU "filet n fht 5typet DsizettrackvaesChannelStatusDataw  ) ParseMiscellaneousUv "file n fh 5type Dsizemisctype ParseINSTUW "file n fh 5type DsizeinstrumentbaseNoteWdetuneelowNoteWhighNoteWlowVelocityWhighVelocityWgainrsustainLoopPlayModesustainLoopBeginsustainLoopEndreleaseLoopPlayModereleaseLoopBeginreleaseLoopEnd uint8_tint8_tx int16_tunsigned shortuint16_tParseMARKU"filen fh 5typeDsizetrackinumMarkers:PnPnmarkerID!markerPosition5"sizeByteW#markerName$$ParseCOMMNo U"fileLn fhL 5typeLDsizeMtrackOnumChannelsPnumSampleFrames5QsampleSizeRsampleRateS[@ j@ j@ compressionID'kcompressionName8m ' ) W8 )K)ParseSSND U"filen fh 5typeDsizetrackoffset5blockSize5_af_aiff_read_initUsetup"file type5size5formtype5indexDhasCOMMahasFVERahasSSNDahasMARKahasINSTa