# PaCkAgE DaTaStReAm openjpeg 1 1013 # end of header 07070100020733000081a40000000000000000000000014c7dd9ee000001040000010000010036ffffffffffffffff0000001100000000openjpeg/pkginfoPKG=openjpeg NAME=openjpeg 1.3 SPARC 64bit Solaris 10 VERSION=1.3 PSTAMP=1st September 2010 VENDOR=UCL TELE, CNES EMAIL=http://www.openjpeg.org/ DESC=Open JPEG 2000 library ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 07070100020732000081a40000000000000000000000014c7dd9ee000001fe0000010000010036ffffffffffffffff0000001000000000openjpeg/pkgmap: 1 1013 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/include 0755 root root 1 f none /usr/local/include/openjpeg.h 0644 root root 28724 7595 1283316158 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libopenjpeg-2.1.3.0.so 0755 root root 189696 19511 1283316158 1 f none /usr/local/lib/libopenjpeg.a 0644 root root 285432 43641 1283316158 1 s none /usr/local/lib/libopenjpeg.so.2=libopenjpeg-2.1.3.0.so 1 i checkinstall 785 2565 1283316204 1 i pkginfo 260 19561 1283316206 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!07070100020733000081a40000000000000000000000014c7dd9ee000001040000010000010036ffffffffffffffff0000000800000000pkginfoPKG=openjpeg NAME=openjpeg 1.3 SPARC 64bit Solaris 10 VERSION=1.3 PSTAMP=1st September 2010 VENDOR=UCL TELE, CNES EMAIL=http://www.openjpeg.org/ DESC=Open JPEG 2000 library ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 07070100020732000081a40000000000000000000000014c7dd9ee000001fe0000010000010036ffffffffffffffff0000000700000000pkgmap: 1 1013 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/include 0755 root root 1 f none /usr/local/include/openjpeg.h 0644 root root 28724 7595 1283316158 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libopenjpeg-2.1.3.0.so 0755 root root 189696 19511 1283316158 1 f none /usr/local/lib/libopenjpeg.a 0644 root root 285432 43641 1283316158 1 s none /usr/local/lib/libopenjpeg.so.2=libopenjpeg-2.1.3.0.so 1 i checkinstall 785 2565 1283316204 1 i pkginfo 260 19561 1283316206 0707010002073c000041ed0000000000000000000000024c7dd9ee000000000000010000010036ffffffffffffffff0000000800000000install0707010002073d000081ed0000000000000000000000014c7dd9ec000003110000010000010036ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="sparc" # 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 07070100020734000041ed0000000000000000000000034c7dd9ee000000000000010000010036ffffffffffffffff0000000500000000root07070100020735000041ed0000000000000000000000034c7dd9ee000000000000010000010036ffffffffffffffff0000000900000000root/usr07070100020736000041ed0000000000000000000000044c7dd9ee000000000000010000010036ffffffffffffffff0000000f00000000root/usr/local07070100020737000041ed0000000000000000000000024c7dd9ee000000000000010000010036ffffffffffffffff0000001700000000root/usr/local/include07070100020738000081a40000000000000000000000014c7dd9be000070340000010000010036ffffffffffffffff0000002200000000root/usr/local/include/openjpeg.h /* * Copyright (c) 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium * Copyright (c) 2002-2007, Professor Benoit Macq * Copyright (c) 2001-2003, David Janssens * Copyright (c) 2002-2003, Yannick Verschueren * Copyright (c) 2003-2007, Francois-Olivier Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * Copyright (c) 2006-2007, Parvatha Elangovan * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS' * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #ifndef OPENJPEG_H #define OPENJPEG_H #define OPENJPEG_VERSION "1.3.0" /* ========================================================== Compiler directives ========================================================== */ #if defined(OPJ_STATIC) || !(defined(WIN32) || defined(__WIN32__)) #define OPJ_API #define OPJ_CALLCONV #else #define OPJ_CALLCONV __stdcall /* The following ifdef block is the standard way of creating macros which make exporting from a DLL simpler. All files within this DLL are compiled with the OPJ_EXPORTS symbol defined on the command line. this symbol should not be defined on any project that uses this DLL. This way any other project whose source files include this file see OPJ_API functions as being imported from a DLL, wheras this DLL sees symbols defined with this macro as being exported. */ #ifdef OPJ_EXPORTS #define OPJ_API __declspec(dllexport) #else #define OPJ_API __declspec(dllimport) #endif /* OPJ_EXPORTS */ #endif /* !OPJ_STATIC || !WIN32 */ #ifndef __cplusplus #if defined(HAVE_STDBOOL_H) /* The C language implementation does correctly provide the standard header file "stdbool.h". */ #include #else /* The C language implementation does not provide the standard header file "stdbool.h" as required by ISO/IEC 9899:1999. Try to compensate for this braindamage below. */ #if !defined(bool) #define bool int #endif #if !defined(true) #define true 1 #endif #if !defined(false) #define false 0 #endif #endif #endif /* __cplusplus */ /* ========================================================== Useful constant definitions ========================================================== */ #define OPJ_PATH_LEN 4096 /**< Maximum allowed size for filenames */ #define J2K_MAXRLVLS 33 /**< Number of maximum resolution level authorized */ #define J2K_MAXBANDS (3*J2K_MAXRLVLS-2) /**< Number of maximum sub-band linked to number of resolution level */ /* UniPG>> */ #define JPWL_MAX_NO_TILESPECS 16 /**< Maximum number of tile parts expected by JPWL: increase at your will */ #define JPWL_MAX_NO_PACKSPECS 16 /**< Maximum number of packet parts expected by JPWL: increase at your will */ #define JPWL_MAX_NO_MARKERS 512 /**< Maximum number of JPWL markers: increase at your will */ #define JPWL_PRIVATEINDEX_NAME "jpwl_index_privatefilename" /**< index file name used when JPWL is on */ #define JPWL_EXPECTED_COMPONENTS 3 /**< Expect this number of components, so you'll find better the first EPB */ #define JPWL_MAXIMUM_TILES 8192 /**< Expect this maximum number of tiles, to avoid some crashes */ #define JPWL_MAXIMUM_HAMMING 2 /**< Expect this maximum number of bit errors in marker id's */ #define JPWL_MAXIMUM_EPB_ROOM 65450 /**< Expect this maximum number of bytes for composition of EPBs */ /* <
  • Error messages
  • Warning messages
  • Debugging messages */ typedef struct opj_event_mgr { /** Error message callback if available, NULL otherwise */ opj_msg_callback error_handler; /** Warning message callback if available, NULL otherwise */ opj_msg_callback warning_handler; /** Debug message callback if available, NULL otherwise */ opj_msg_callback info_handler; } opj_event_mgr_t; /* ========================================================== codec typedef definitions ========================================================== */ /** Progression order changes */ typedef struct opj_poc { /** Resolution num start, Component num start, given by POC */ int resno0, compno0; /** Layer num end,Resolution num end, Component num end, given by POC */ int layno1, resno1, compno1; /** Layer num start,Precinct num start, Precinct num end */ int layno0, precno0, precno1; /** Progression order enum*/ OPJ_PROG_ORDER prg1,prg; /** Progression order string*/ char progorder[5]; /** Tile number */ int tile; /** Start and end values for Tile width and height*/ int tx0,tx1,ty0,ty1; /** Start value, initialised in pi_initialise_encode*/ int layS, resS, compS, prcS; /** End value, initialised in pi_initialise_encode */ int layE, resE, compE, prcE; /** Start and end values of Tile width and height, initialised in pi_initialise_encode*/ int txS,txE,tyS,tyE,dx,dy; /** Temporary values for Tile parts, initialised in pi_create_encode */ int lay_t, res_t, comp_t, prc_t,tx0_t,ty0_t; } opj_poc_t; /** Compression parameters */ typedef struct opj_cparameters { /** size of tile: tile_size_on = false (not in argument) or = true (in argument) */ bool tile_size_on; /** XTOsiz */ int cp_tx0; /** YTOsiz */ int cp_ty0; /** XTsiz */ int cp_tdx; /** YTsiz */ int cp_tdy; /** allocation by rate/distortion */ int cp_disto_alloc; /** allocation by fixed layer */ int cp_fixed_alloc; /** add fixed_quality */ int cp_fixed_quality; /** fixed layer */ int *cp_matrice; /** comment for coding */ char *cp_comment; /** csty : coding style */ int csty; /** progression order (default LRCP) */ OPJ_PROG_ORDER prog_order; /** progression order changes */ opj_poc_t POC[32]; /** number of progression order changes (POC), default to 0 */ int numpocs; /** number of layers */ int tcp_numlayers; /** rates of layers */ float tcp_rates[100]; /** different psnr for successive layers */ float tcp_distoratio[100]; /** number of resolutions */ int numresolution; /** initial code block width, default to 64 */ int cblockw_init; /** initial code block height, default to 64 */ int cblockh_init; /** mode switch (cblk_style) */ int mode; /** 1 : use the irreversible DWT 9-7, 0 : use lossless compression (default) */ int irreversible; /** region of interest: affected component in [0..3], -1 means no ROI */ int roi_compno; /** region of interest: upshift value */ int roi_shift; /* number of precinct size specifications */ int res_spec; /** initial precinct width */ int prcw_init[J2K_MAXRLVLS]; /** initial precinct height */ int prch_init[J2K_MAXRLVLS]; /**@name command line encoder parameters (not used inside the library) */ /*@{*/ /** input file name */ char infile[OPJ_PATH_LEN]; /** output file name */ char outfile[OPJ_PATH_LEN]; /** DEPRECATED. Index generation is now handeld with the opj_encode_with_info() function. Set to NULL */ int index_on; /** DEPRECATED. Index generation is now handeld with the opj_encode_with_info() function. Set to NULL */ char index[OPJ_PATH_LEN]; /** subimage encoding: origin image offset in x direction */ int image_offset_x0; /** subimage encoding: origin image offset in y direction */ int image_offset_y0; /** subsampling value for dx */ int subsampling_dx; /** subsampling value for dy */ int subsampling_dy; /** input file format 0: PGX, 1: PxM, 2: BMP 3:TIF*/ int decod_format; /** output file format 0: J2K, 1: JP2, 2: JPT */ int cod_format; /*@}*/ /* UniPG>> */ /**@name JPWL encoding parameters */ /*@{*/ /** enables writing of EPC in MH, thus activating JPWL */ bool jpwl_epc_on; /** error protection method for MH (0,1,16,32,37-128) */ int jpwl_hprot_MH; /** tile number of header protection specification (>=0) */ int jpwl_hprot_TPH_tileno[JPWL_MAX_NO_TILESPECS]; /** error protection methods for TPHs (0,1,16,32,37-128) */ int jpwl_hprot_TPH[JPWL_MAX_NO_TILESPECS]; /** tile number of packet protection specification (>=0) */ int jpwl_pprot_tileno[JPWL_MAX_NO_PACKSPECS]; /** packet number of packet protection specification (>=0) */ int jpwl_pprot_packno[JPWL_MAX_NO_PACKSPECS]; /** error protection methods for packets (0,1,16,32,37-128) */ int jpwl_pprot[JPWL_MAX_NO_PACKSPECS]; /** enables writing of ESD, (0=no/1/2 bytes) */ int jpwl_sens_size; /** sensitivity addressing size (0=auto/2/4 bytes) */ int jpwl_sens_addr; /** sensitivity range (0-3) */ int jpwl_sens_range; /** sensitivity method for MH (-1=no,0-7) */ int jpwl_sens_MH; /** tile number of sensitivity specification (>=0) */ int jpwl_sens_TPH_tileno[JPWL_MAX_NO_TILESPECS]; /** sensitivity methods for TPHs (-1=no,0-7) */ int jpwl_sens_TPH[JPWL_MAX_NO_TILESPECS]; /*@}*/ /* <> */ /**@name JPWL decoding parameters */ /*@{*/ /** activates the JPWL correction capabilities */ bool jpwl_correct; /** expected number of components */ int jpwl_exp_comps; /** maximum number of tiles */ int jpwl_max_tiles; /*@}*/ /* <> */ /** Marker structure */ typedef struct opj_marker_info_t { /** marker type */ unsigned short int type; /** position in codestream */ int pos; /** length, marker val included */ int len; } opj_marker_info_t; /* <> */ /** number of markers */ int marknum; /** list of markers */ opj_marker_info_t *marker; /** actual size of markers array */ int maxmarknum; /* <cp. @param dinfo decompressor handle @param parameters decompression parameters */ OPJ_API void OPJ_CALLCONV opj_setup_decoder(opj_dinfo_t *dinfo, opj_dparameters_t *parameters); /** Decode an image from a JPEG-2000 codestream @param dinfo decompressor handle @param cio Input buffer stream @return Returns a decoded image if successful, returns NULL otherwise */ OPJ_API opj_image_t* OPJ_CALLCONV opj_decode(opj_dinfo_t *dinfo, opj_cio_t *cio); /** Decode an image from a JPEG-2000 codestream and extract the codestream information @param dinfo decompressor handle @param cio Input buffer stream @param cstr_info Codestream information structure if needed afterwards, NULL otherwise @return Returns a decoded image if successful, returns NULL otherwise */ OPJ_API opj_image_t* OPJ_CALLCONV opj_decode_with_info(opj_dinfo_t *dinfo, opj_cio_t *cio, opj_codestream_info_t *cstr_info); /** Creates a J2K/JP2 compression structure @param format Coder to select @return Returns a handle to a compressor if successful, returns NULL otherwise */ OPJ_API opj_cinfo_t* OPJ_CALLCONV opj_create_compress(OPJ_CODEC_FORMAT format); /** Destroy a compressor handle @param cinfo compressor handle to destroy */ OPJ_API void OPJ_CALLCONV opj_destroy_compress(opj_cinfo_t *cinfo); /** Set encoding parameters to default values, that means :
    • Lossless
    • 1 tile
    • Size of precinct : 2^15 x 2^15 (means 1 precinct)
    • Size of code-block : 64 x 64
    • Number of resolutions: 6
    • No SOP marker in the codestream
    • No EPH marker in the codestream
    • No sub-sampling in x or y direction
    • No mode switch activated
    • Progression order: LRCP
    • No index file
    • No ROI upshifted
    • No offset of the origin of the image
    • No offset of the origin of the tiles
    • Reversible DWT 5-3
    @param parameters Compression parameters */ OPJ_API void OPJ_CALLCONV opj_set_default_encoder_parameters(opj_cparameters_t *parameters); /** Setup the encoder parameters using the current image and using user parameters. @param cinfo Compressor handle @param parameters Compression parameters @param image Input filled image */ OPJ_API void OPJ_CALLCONV opj_setup_encoder(opj_cinfo_t *cinfo, opj_cparameters_t *parameters, opj_image_t *image); /** Encode an image into a JPEG-2000 codestream @param cinfo compressor handle @param cio Output buffer stream @param image Image to encode @param index Depreacted -> Set to NULL. To extract index, used opj_encode_wci() @return Returns true if successful, returns false otherwise */ OPJ_API bool OPJ_CALLCONV opj_encode(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *image, char *index); /** Encode an image into a JPEG-2000 codestream and extract the codestream information @param cinfo compressor handle @param cio Output buffer stream @param image Image to encode @param cstr_info Codestream information structure if needed afterwards, NULL otherwise @return Returns true if successful, returns false otherwise */ OPJ_API bool OPJ_CALLCONV opj_encode_with_info(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *image, opj_codestream_info_t *cstr_info); /** Destroy Codestream information after compression or decompression @param cstr_info Codestream information structure */ OPJ_API void OPJ_CALLCONV opj_destroy_cstr_info(opj_codestream_info_t *cstr_info); #ifdef __cplusplus } #endif #endif /* OPENJPEG_H */ 07070100020739000041ed0000000000000000000000024c7dd9ee000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/lib0707010002073a000081ed0000000000000000000000014c7dd9be0002e5000000010000010036ffffffffffffffff0000002a00000000root/usr/local/lib/libopenjpeg-2.1.3.0.soELF+@@8@''##  "$%&(*,0246789:<=@ABCEFHIJLMNQSUWXZ[\]^bcdfghiklmoqrstuwxyz{}~ !#')+-/135;>?DGKOPRTVY_`aejnpv|)@ (0 Gl[|pwxL,DHJhnLd< B(dhH|"HExW ]d`mXz Ldp 8Ag(PxKhpx( /aD`:ddLo%(0H |X d4t h lH,3D@ VLkLH( E<(dd#qHD+z<AI(T0@_e9hj8uLXH~X|tJh`I42 4`$xL4=DpIT_Eh@h $ |JDDD p0 gHH׀AEd ~d3t|<Co`<NU%X@ckX!Tdxp`PXt H x 1(=D8Rb4X ds(KP`F Lg@$ߐP| J8'o7C PD$]3ezwL0lH4``hHc4  J +X @Ap K9h RL i tx8_PROCEDURE_LINKAGE_TABLE_pi_initialise_encodetcd_malloc_decode_tilejpt_read_msg_headeropj_encode_with_infolrintfj2k_calculate_tpj2k_encodememalignt2_createbio_createcio_seekt1_createdwt_getgainjpt_init_msg_headermqc_bypass_flush_encraw_decodedwt_getnormopj_setup_encoderopj_set_default_decoder_parametersopj_setup_decoder_finidwt_encode_realmqc_setstatetcd_decode_tilecio_skipjpt_reinit_msg_headermqc_erterm_enc_initjp2_read_jp2hstrcpyraw_numbytesdwt_getgain_realopj_destroy_compresscio_byteinopj_destroy_decompress_etextdwt_encodetcd_malloc_decodeopj_set_default_encoder_parametersj2k_prog_order_listvsprintftcd_malloc_encodej2k_setup_decoderopj_destroy_cstr_infotgt_setvaluej2k_create_compressj2k_create_decompressmqc_init_dectcd_free_encodeabsmqc_reset_encmemsetbio_numbytes_GLOBAL_OFFSET_TABLE_jp2_destroy_compressjp2_create_compressmqc_restart_init_enct2_decode_packetsj2k_dump_imagebio_writeopj_decode_with_infomct_encodemqc_flush_DYNAMICdwt_decode_realt2_encode_packetsstrlenmqc_segmark_encopj_image_createraw_init_decmqc_encodeopj_encode__iob_endt2_destroycio_readtcd_createopj_image_destroycalloccio_byteoutmct_decodemct_decode_realopj_cio_closepi_destroytcd_encode_tilemct_getnormgetrusagefprintfopj_create_compressmqc_resetstatestcd_dumpbio_destroyopj_decodemqc_decodebio_readtcd_makelayer_fixedcio_getbpmqc_init_encbio_init_decmct_encode_realmqc_numbytestcd_rateallocatefreedwt_getnorm_realjp2_write_jp2hraw_destroybio_flushmqc_destroyj2k_convert_progression_ordert1_decode_cblkst1_destroymemcpyj2k_dec_mstabstrncpyj2k_destroy_decompresspowtgt_encodereallocpi_create_decodetgt_resetopj_clockjp2_setup_encoderceiljp2_setup_decoderj2k_dump_cpmqc_bypass_enctcd_init_encodeopj_cio_openopj_set_event_mgropj_versionmalloctcd_makelayertcd_free_decodepi_create_encodeopj_create_decompresscio_writej2k_decodebio_inaligntgt_decodedwt_calc_explicit_stepsizestcd_destroytgt_createjp2_create_decompressjp2_encodej2k_destroy_compresscio_tellt1_encode_cblkstgt_destroy_lib_versionbio_init_encpi_nextopj_image_create0mqc_createtcd_rateallocate_fixedjpt_read_VBAS_infomct_getnorm_realfloorj2k_decode_jpt_streammqc_restart_encmqc_bypass_init_encdwt_decodej2k_setup_encodercio_numbyteslefttcd_free_decode_tileraw_create_edatajp2_destroy_decompressjp2_decodeopj_event_msglibc.so.1SUNW_0.9  =( L*u%`P%p%h%X%P%%%@%0%L&&|& `&0&@4&PP&p &&&&&&&&&&&&&'&'&'''('(H''@' (`'0'X'8('H'p'P('`''h,'x'', '-','-','''''('''(')8((0()P( (H(()8(8(`(@)P(P(x(X)8(h((p)P((()((()((()(((*()(*X() )*p),)*)(, )0*)@)h)H)P)X))`)8)p))x)8))))P))))h)))))))))*))**(*)**@* )*0*X*8)*H*p*P**`**h*(*x***@****(****@****X*+**p*+**++0+*+ +H+(*+8+`+@*+P+x+X*+h++p+++++++++0++++H++++`+,++x+, ,+,,8,+,(,P,0+,@,h,H+,X,,`+,p,,x,,,,, ,,,,8,,,,P,,,,h,-,,--(-,--@- ,-0-X-8,-H-p-P,-`--h,-x-------(----@----X-.--p-.--..0.-. .H.(-.8.`.@-.P.x.X-.h..p.........0....H....`./..x./ /.///./(/ /0./@/8/H/8/X/P/`/PkS$ @ `t7F+R[ Q@q`W @O`zeXP( @`  @`,4Z 2@`w-1: @m`]J @@`;~ v@`aYl 5@f`GB<i6 @I`3pn? b@|`0 yo_ 8@g`d { " @ `x   c ! ! !@E!`N!}!h!A!'"" "@"`s""j"="r## D#@T#`U# d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8  ? cc+`  "  d@" Z Z @ *`Z  `r   2)`8  ? cc+`  "  d@" Z Z @ *`Z   r   @ " 8P @>` &   ,@& P `2@  &   6@ = @s@sZ Z " :r : @ r r " " r :@ r r " " P>@ >`? =O?P>`@  *O>P& 6@ > `@  & *@ > >P&  `@ 4"@'` ?` ?` d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8?@@A@@7r|@r 8>  @ r `@ &v&B^ @O`@MK & @@=^ Z `r^ rZZ```~P HLP9@ЅR#&F#1 @&@rR?`v^ ƀ !<^@rY @rO ^v ^=`v(^v0@r? @r: P  `@@r'^ @r%Z 0Z " :Z :` r 0Z (Z 0" :Z 0P^ (^ 0@7q ` -^ H @q <^ 0 v 0<-P^ (^ 0@9q", `^ /^ X ^ 0^ (@@qŒ 5 ^ 0`v 0`5 P> @6`.5 @q"@ O56P>` @  /`@q*O5Z 0:` r 0 d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8::`@;  :  (p O8 @ 9`*@ 8`*"``O8::`; @;` : +p :(p @  O9 @ : 9`*K@ 8  *p@!`@ O8Z    ;`*`@ @ #``2O  Z 9 ;  +p(" @``@    ?2O Z     @:8(p `:`( "@?2O`  Z   @8`:`?K@8; (+0@:`"  +p!` `?2O :`@m:@ @@/ ? +`:+09``+0@  `@@(`@`@@ `  @` 9`*@ @@;`"# O܅9` @ ?*`; *; +p@  `@:```*@@@  @``+p@ `@8@" O٘ @@ (" @2 ?(?:`+p `:`+p@  @@`(@@@   @:` `+p@ `:` #@@# Oڔ` H1 (` ;`* 9``+0@@  `@@*``@@ `  @` 9`*@ @`;`# Oە9`:`@m:@ @ @3 ?*`8 +p ; +p@  `@:```*@@@  @``+p@ `@8`#@" O٘@ ? + ;`*9``+0@@  `@@(`@`@@ `  @` 9`(p @8` # O܅9` @ @  1 9`" @0 * 8`( 9``+0@  `@@(`@`@@ `  @` 9`*@ @@8`" # Oۅ9`H3??(` 8`+0 :`+p@  @@`(@@@   @:` `+p@ `8` @@# Oڔ`Z  ;`:9`P>`@> @`@ @3  (% 8(p>  -@@  @)0`  @  @`>,; ):`"$`Oى>`@5 ??,!<`` )p=+@@  @@;` .@  @ )p<"@%Oخ` @3  -'< .p<`-@@  `@@* ``@@   @  <- ;A>`@@&Oٕ<`@5 ??+ `:*p.1=.@  @8` `)p@  @ @ @ *@@ ;``%`Oج` @  3<c(p @;@t=$O<`@  9>)p" 8`>%O>`@ @ @6 ?-`! = `+ <.p@@  @` ,@  @<` +p="&8` @%`Oצ``@2 ? ) !8(=,@  @(@  @=)p: "@$ Oڇ= @6 ?+ !:`*p<*@  @+p@  @@<`@(p@=` A9` % Oצ``@2 ? - .1<+ > *p@@  @.  @  @>+08``$`Oڵ> @  '=)p8r8% O=`@  9< "-`@<@_> @%`O< P>  H?E= >`@ = g- g&$&0   ?#^ @s$? *#>`+0@ +#@ ^ h ^ ^"@ ` ^ ^!@^?p^$@t=^l^#  ^2   *`"6`@@l,p.%&@@" [@  ` &O> ?`< >?`? < `O倥@k=%@k)0@! [@  ``"` `@&O >`=`<>`=`<ɒ@O急@kːh #&O^n@k~!ؔ :`@z: @  @@   :@kP!0:`@ : (+p@+0@0   ?#^ @s$? *#>`+0@ +#@ ^ h ^ ^"@ ` ^ ^!@^?p^$@t=^l^#  ^2   *`"6`@@k8,p.%&@@" [@  ` &O> ?`< >?`? < B`O倥@k=%@k )0@! [@  ``"` `@&O >`=`<>`=`<@O急@jh #&O^ @j"P:`@ : (+p@+0@?@@ -&@j@7j+~j >`  ?   <?    yDd@d@%@   `@   `@`@     @j `:` )p)0:@(+@#@jD@:@#:2`   0` 3?`   % O<:`@    @ &H   !@ @d?O :` ^ >`    %  %#ސ*0@jK w@Twϙ<+0^ ' '   #  $@ ' 0)  @'<` +pOƀ_@j)Oۀ`$' 5(`%@'߶ <^ƀ@   _` @"`@&O_϶`O?2O^ @i_P^ >  >=-p @*  <<)p-p@ 8`+0*@"@: `.-#@4H >`)0( @Oܫ<  ^  < ,p: # *p@'@Oǀ P^ >  @ ; +p ?` *<(p @i  O<  ^  `@8?`M=` -0 @9 .p?` /p=*@`@iy @O=:``@%  :(*p(p 0 +p 0  0" 0" " O: ::`@') #`       `` !)H/I% %%? 5H< = %H$ &O @@@ H%   * * *@*#``#``@` ,#`>#`<#`#` ` &O`?vX?Ubv=Y?sP @5h@`@ ` H  <`` @ ``@  <`_`-h` .p3h=}U _`< h`,= ;`J`` "@: 9 _`_`` @1h>_` =`%@= <_` h_`}` :K `` "<`: _`_`` @>`;` `%< ב<_`h}_`` ?` '^ >`    !  # >/0@hK wϸw@#<-0,%-0s)ps<^ ,p     ''   %@ '@ ' 2 +"@d' !@[<>+8瀧 @)@M>[[(p@@@_(p@# # _!`!`_@ %%_@ 6O_)@&[> *@*@@ @ "@ _ _@  %_@   _  %O耧 ?& Oۀ`%@ ' 0`@ *` @'^ @2ϕ< ϐπ @`@"  _ϒ@ @g&O_ @  ? _ϳ(@g&O_Ϩ ? OӐ#2OG^ @gV_ d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8 P@)f6 "v6 @$`6 4`@@ `H5 tV$59<.``P> %"> e`@  - . 7` Ε5 * 5`5 ǒ*  Z r r  @www^ ŀ+>`"@ ]"@] "H] @ >"ƀ "̀ "@f @f"`@f@f^  @> > d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8 @eP@-e @f: > >T&`&``; *" @eՑ*pv`^` @1ب _@f* @f0 `H9  ^`  @#@ $  $  $  $  $  $  $  $  8 8`M>@et 0\ 0@ 8 $&O^`;)`<_a@e@e P^  `@  ^ ]0@8@ex]0 &O^ @eq^ @eo d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8@d"Z@ : ?@ @?2OP@7d;t}@e-` ``=` ==`= @e"` 0<@e`@#  ^` @<``@e P`8;`; @e  h:@e  x:@d @d`@ &O^` @d@@/d-L@@d0`4= <@dܐ8`0<<<`@dՐH`HL< ;@dΐHL;`; J `@ע  !s!^`X<`@d`h9`@d`x9 @d `8@d`8@d`@d `@  ;`[@d &O`@d` @  ]@`Е=`@d`;@d`;`@dza; @du a :@dpa0:@dkaH>@dfa`? @da$ax<@d\(a: @dWa@dT`@ (!@  : a 9`@d=&O`@d7`@-a@d1@ ,,; a@d'  &O `@da@d`@ 㰕>a@d &O `@da`@d`$4@&Ox]`@cHL9`[9 H@&O3^@cP>^  >` +@--p#,$# @c:N @= ? `+0 +@ * "@/ J N @2@J &  J `P@`C@ `L"@<  `P@`R"@ <  < "=`M ">`M  < " 8H@ " 9`IOπ`< P H  L==M@<@c/,v H L<`< K @J      ^ !`@  != !!@c== ~@@= @c! O= ^? >`^"^h€^h?`Xh- b@@b-^h[h s"H H P L`::`JO >`?Z pcO @c\P & ^ h@cV^ p^ h?&\@cY^ p^ h\^ h"`$dP^ p;? ^ XcQ^ `@c7 @c=@cI  @c-  @c)  @c%  @c!  @c 8@c <@c 0@c 4@c   @c   `@"   \ @ \ @` +  2`@b\ @@b\ @`8@b &O\ @b"> @b5@bڔ=@bP^ p ^ X^ `@b @b @b &@b & @b &@b &@b &8@bܒ &<@bؒ &0@bԒ &4@bВ &?`@bs 8v@9   @b^ @ "`: ^@'` @b^ @b^@ `^$@;Ñ< ^# @  ::`^@! $$^@`8 (Oΐ08#@; :&H 4<% /? :`&LHL9`=O@@b9 vHL88H@< @a,pvP&XHL<= K @ ^   %^%a^$HL88H@&O^&pv`vh&x&t< @a$4^ Ps@HL; :J`@  ; `)0*'*p!@@a|(^@@p@HL: = L@&OHL==O@= @a v @HL<<L@;@av H & ^ h@"^ h%'  $@' ' 4H' ,L' 08' <' 0' $4' (HL9 8H: @a"Pw hP^ `_`@6)?^ p^ `#d  ]`@ @a @a@a  @a @a]`4`N`4`5@a@aQ o4`@a"? @a6@a>`@aP^ p@a ??`@aP^ `>` (!@_` >,0--p$,$*0$!@@)0Z ^ p(p5@aQ 5 @aK  4@aE @aA @a= `@`@ ,,   + 2@a* &O P^ `>`@5` d`@  \<`+p .@-#@,%#@ ?`^ P?`,0,^ #^ p+p#*@a &$@ ^ ?`@`n & @a &@a & @`&@`&"@^ h`@ ,@` $`: $@ O^ hJ`@H HD ,   "@ ^ h] h `;*@ +0 *p!!  ^ h8-]h`(p@.#a`=^ h`,@[`h-0 + "a  ^ h: (^`h@)0(p%a ` @&OP^ p;?cR@`g @`m@`y ^ ` [>,p-@-$@,%$@ `@`O `@`K ` @`G `@`C ͒ @`E"< @`Y6@`5 :@`QP^ p^ ` `2@^ P Z=`* ++p" ,p$"@ ^ X^ X@`? @`< $`@`8 $`@`4 $` @`0 $`@`  @7  \@`?  @d4@`>``Ր @&O\@^ h!^ h`$` $8 :`@_Y*0t@ `@ 5  \@  4\@%@ ` &O\@P^ `? #S_`>^ X,0-^ p-p$,$$@@_ @_@_Œ    6`>`d : @_-pa(^ (p&-0@_ >` @_"=@_4`@_ < @_P^ ` `2@^ P ]:`.@((&.&@&^ X^ X^ p  @_ d=@_: ,0@@_z -0$a,_ $@+" +P^ `>` (!@_`>,0--p$,*0$!@$@ )0Z ^ p(p #$.5`@_"   @   * $ @      @*`3 @_  *`   3`@_`@&O P^ `>` @> _`= /0++p' *" ' @< ^ P< (%@.pZ !@^ p)0 (p@^  &`: &c$``@  `3  :d@ @ ` ` @@^ߒ2  &@^ْ: '& &&O`` @'   ` `$ ` @ @$6 ``  $  3 2?`   @ $O P^ p;?c\@^v @^|@^ ' @^r">`@@^6@^a =@^~P^ p^ X@^ @^]`@=` @^l=  =NO=`P^ p;? c] @^7 @^=@^I ^ X6`d=@^)>`@^,"= @^>4@^ <@^7P^ X `^ p@^7 !$H < @^/! d: %=P^ X?!c_`^ ` \ >,p-@-$@ ,%$@@^ ^ p@] a d)` X0`@]Ք @e a@3  @]ɔ@]Ŕ@] =ؓ>`$ @] <`Γ< $ @];œ?`$$@]&O @]@]@] ;`; % @] :> % @]|:?`%$@]r&OP^ X^ ` 2@^ P _`</0,0@,p' *" ' ^ p^ pa @ a $a @]q ?a=` d(`@.H) @Ua@+> -0a-@,@]U & @]P &@]L&@]H & @]D : 5>`&@]= &$O+> a*@ +0 *p@@]+ & @]&&@]"&@] & @]:  >`&@] &$O$aP^ p ^ X`@] @  @\@\OP^ p @\ @\ @\ <`: :  ``@-`@.H1 @  @ < @\ΐ@\ʒO< @\Ð@\O< P^ p @\ @\ @@\ @ @\@OOP^ p @\ @\ @@\OP^ ` ^ p@\~ ' p@\y @8 x @@\p  t x t 2@  t@[> w `_ `w h' | = @\c_ ` w `_ `w h t' |@>@\O _ `-@?O?' x`' t4O xP^ ` \ >,p-@--$@^ p,%$@@@\* @\&  @@% H@[m> 08u D] u %%DD008D8`@\]HDu]u@%  @?`0 @[]? *@ OD% P^ p;?@[Đ& cU@[  $.@5@[  @[  P@[  $- @<@[P^ p;?@[& 0c@[ @[@[  @[ @[  @[  ^ >.p@[| @[">@[5`@[q = @[P^ ` ^ p@[ @[ X`@ ^PX:*0%X &X$X@  ^P `X 8`@ ~D+@;`  "O^P @ X^P=-0!@ X&X@[Z @@[= @[Q @[M & & ?`@[W ! v (&  ^8`^ h*@ ,p."+p# " f `@=@<@[ ^ h?<"``+0^ h +Zh@ *"`@Z^ h? Y`h ^ hX`h@ ^ h@\ h# ^ hZh@ "@= ,@ZR,^ h\`ht"H=@ZJ ^ hXhvbH=<^ h* Z h+p * =@ ++p@Z^ h?[ h ZH!@^ hY hXH^ h@] h\H@$ `@5;aa]`@`0^ P`8@ZJ%uuu^ X@  a^ P[$0]@@`O"^ X d4 &O^ P ^>,p@--$@,%$@$@^ `-?^ p &` &`@Za  `2@_ h@Zc 8' 4_ hK `@@ZW 8 \ h8`+-p+p " _ h>*pY h  -0 )p + @Z:  \ h=;*@ +0 .,^(%@,p@ ?6H @Z$ \ h;`.*,Zb( 9`-!(  >_`-p@)0@-%@(p %@@ @"  *@ `L`H<` 4;K@> >@ # $ &O `@^` X`%P*$ @Z@Yݐ ?; :@Z@Yʐ 0 0"`9`@Yڐ5@Y  08@Yѐ`"@ 0  ,;`@YĐ @Y 5@Y  0>`@YP^ p ^ h/ @Y  ^ h:`8,_ h@-0.H)0 8@(@ $` 2@^ h@Yu 8 ^ h>+0]`h +@ -"^ h$ @Y@Yh^ ( ;`#n; @Y_>`^ @ )p Z@)p ^ Hd@ @Yq8^ H@@ = @ @Y] .O^ H`$^ @@t &   @&  `& P>^ `?>`^,0[@^ p-^ X-p$,$$  @Y @ 4`@X   d 7 : @X @X ? .a\( @.p% -@#(@XP^ ` `2@^ P ]9`.((p&.&@&^ p^ p^ X  @X ad=@X=@Xے ,0@@X֒ -0$a,_ $@+ "c(?Z pcٔ @XP^ ``,"@@^ `@X^ ^ X@X^ `^ `X`@/  ^ X^ `= ^ h@XԐ^ `Y P^ @>(pX(p^ H^ h=@X͐^ @@W\^ @= t@X̐ @ `^ ` X &O^ X  & @XĐ@Xʐ  X@  ^ `]P @`^ @= ,@W\^ @t@^ `X &O^ ` @ &  & Z @W|8!  @W@W!@: Z@  @  @  2O P @W x  7@W w`P_`P*ƀw`@Wa w`@P^ H"@^ @@WN^ H^ @"€^ P@WI^ @^ P7^ P8\@8@W?\^ P[ ^ P[@W6@W4^ P^ `@^ `_ "@,_ h H L8`>`N@! 5 8_ X_ @WY@_ Z @`_ @W[  H L==`M@O@W_ _ h"_ P@V_ h_ P"@_ @@V_ P_ @@V_ @@V@VP@  @W3 `5" $`" (@" ,v `P@9V^ " @Vs @Vǐ@V7?H@8` ? @Vc  @5V^  <@WIv pv X& @WK۔@WO@VŐ〥@u@V@k@V"@@W9@VH@V} @@V! @V : @8|?   @ @!^" ^@  @ @OŐ  @2@  ` @73|@@U @VH@Vn#?|p@ < ? @U @V8@V^ ?H@;`.0@U5w`_`^` @Uh` '`8`'`<`'`0`'`4^`("@`@Uk^`(@U! w`@_`@"@`_`@@V:^`(`"@`0`8 @;ޓ;`'`H `4`<#:֓< '`L +`0+$'`8 `4&'`<aN@@a @ /`/`'``@  ^  ^8` ^<L 8>`9`H@ '` &O^`H!`L< 8`K @U%> w``H`L; :J H\s)"s`h"s@@#Ǭ`8"s sss_`[[@&  `@% +[פ`L`"@ ` ` "@%`$  "@%`$  ` &O``0! &`4&N@ &&[@ @4 &[@@) [ [[ߤbDŽ@"@`?2H`% `% `% ` % `% ` % `0`% 0 @ &O&&=@T$4!v`@ss#s![!^`0 `%@%@<%@<% ! @%@@! % @!`f@%%$@ @ @!@%([%([@@ %,% @l 0 $$&O$a^`0"@P@X =[,a+0  @ 6@@6@%`; %` 6@%`( ;`%`# 9 ?*  "@" 8@9@%` ; %`@%` >  %`%`6O@^ @  ,$$ &O$^[`;@T[ 84s`s#OG[! #ǒ s`H`L: > I@&O_`0v pv X@;S`^ `@Rv h H L;`; J:)p*p@@SL)0vh%&  @&\  & H&, L&0 8& <&  0&$ 4&(&4\  &8<`@S+)pv@ @ # \ a] ^@#&O\ v @S&\ d&XX<`)0!@@S (vP&H-M  "@@  =`=``:@ O=``@  \ X@( @d4<I &O\ \ @"ŀ9 @S& $ @  `@J@SJ?&`@S^  H L?`<M@ `@ =(as   s  s\ #Ǘ; H L=<[H^ 8`@R[& &  ^ ;/0 $` @  =@S 8@S"!@S 8 ^h;+0@ /0@ *@ ! !@ !!!$`<<Ԑ $`@ & @R ^h:)0*p@(@_"H  8;`*  *!, @ @ @  ? ?  x O? \ @aH@R  ; ^h9`(p(*+  ZH*p 8 @` $=@R  ;^h:(@)p+0(p@ [bH* 8 !`  ^h9 ;* +p *(p@ Y"H/0 `   ^h? ; )p*@)0*0@_"H+p"#` `& &Om& !$O^$`"[@RL 8 ^h@<?*@ +0 *p [ H@ L8`ǭ? MO @R@R@Q^  @R( 8 &dd\ &d  d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8>㾰o@9P+P#|H@Rd _w__os_s FJ d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8P@9P!l@Q&@Q; &@Q7 &@@Q0 @ 5 @@P =`@Q" &@ @Q &   @ @P  &=`@@7P^ d5Zr@  }p @PN 4:@P & @P & @P &  -p%@P*,v P@P֒& @PҒ& @PΒ& $@Pʒ& (@P"@  3}@P :P@P;Z@P `r@P  @P~  @Pz  @Pv  @Pr  @Pn  $@Pj  (@Pe @Pk">`@@P~6@PZ =@PwP@P\@Pf 5c@PI  `@ 4 -_ P% -p@P:   O4 @P<">@PO7 @P+ ?`@PH@@7O^ |5c@ }@O  %8 `@ 4  @P) ,p^ P$+ "  O@O"@  3}@Oq  8P@O7@O r@Oؔ  , @OӔ  8 @OΔ  0@Oʔ  ,@ 4@OÔ @O@OĐ"=`@@O֐6`@O?`@Oρ@@7N^ ;۸`r@"@ 8@Os2O @O & ,@O & 8@O & 0 ,`@@O & 4@O| @@ А @N ; @Ol$<@Ou@Oc "H ; 5@N֒ ; P@OO; @OY bh@O=  @ߒN@O7"=@OJ6`@O& > @OB@@7Nd^ 5 hc@"@@ #; @O }@N~  ;:2O@ 0: @ ’@ %:4@ :@Nې@ 3~@NP   :@Nː&=@NԐ :P@N@Nǒ 7p @N  <@N  @@N  D@ 4`\ H-`@@N D@ O4`@N"<@N6`@N?`@N@@7M^ 5Up@   @M 6> @N & <@N & @:  :`& D D@Mɑ)0v H D@  @Np^ H $ DO@NF"@  3~8 @M >P@;M^ / a@@N'@N3 c@N @N@Nߖ@ P\  @ @M ? @N & X"& \< \@N 7 @M <@N? @^ / cʒ"@ = @M2O@Mې&?& P@MҐ@Mޒ ;` 7B@M  @M @M">@MՐ6`@M =@M΁@@7L^ /5h @@M  ;#B@M c @@M   ;@M "H;0@L  ;Pƒ@ >@ >@N4@  > \ X dd@>P @M `w`@Nw`_` @N P@N^ ^ P"^ H@L^ P^ H@@L^ H@LZ @NP< @: ^ @9L!@ %@ @Lz ^ @M )>Д@@Ll  4`@ '  42@ 4 ' `@ ' ?' P@L7 `w`@Mw`_` @MĐ P@M^ ^ P"^ H@L^ P^ H@@L^ H@LP@@9K#ƀ`@!@^ # @Mb & < & @& D D@K*pv H^ H" &  )0 @Kޑ(v P '@& %& ^`^? ,@&  @  8 ^ ^@  @8&  &O^ & & $& (@   ^@`^@ `8 ^ P*   &O^ "@ `@   @ & , , & , ,`2@& 4@ & 4& 8`2@ & 4 & 8@ & 4& 8& 8& 05^   @KuP@;K`@$@L@  9^  >P@KP =` d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8P @K  <6`@ , @Kw <`O,, @6 " " " " " " " " " " " P@9J !  @LN@KC  > @@ >@ d@ d@ >?8@ @J> >`@ &>@&@L)&`@ &@L! &2@&  @L& @L&@L& @&@L& d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8: @  ` *@ ;`" !@ "` `"&O : @  `@8` " @"` `"&O @IИ!x: @ +pP>@9 ") `?`"`)>< <`#?`%f< *<`}= " ?`x= < t-f<`p& & &`#`&@&O ??t>1?6@I :`@  IȂ```` ` *<: , "  "``4"&O @H#P: @ +p d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8Z  `@Z # `r  Z 1 (`  " "   @Z  r  Z 2`)  " " Z  + Z  `@  @ "  Z r  Z 3 ( @ " " Z  cr  Z 1`(  " " P5  .&  -&  %`&  2@  @"O   Z [`"@ "  2@Z Z Y`  :@Z Z Z" Z X " Z ZZ`Z q ƞX` @ "  Z [`"@ " Z Y  :@ Z Z X` " Z Z``" Z [ [`Z r ?   @ "   @  #" Z [` @ @  Z XZ "@ Y`Y Z  pZ Y` Z XX`Z s`8Z [` @ :@Z Z Y " Z X` Z [`ZZ r Y`  " Z X`Z #@ ZZZ q`9 Z Z  "`, Z Z @` Z Z  ` @ @   ?# " " Z +  `r  " " Z +  r  @ " " ? @ " " P5  2@  /`&  .`&  %&  *O  @G(@G&Z Z " : (r  " "` " r " Z  @ " r Z [` @͞P  .& S  -& M^  ` @^ v "  "  "#```*@#```@ [`s``[`)`#`[` @ #`#` @`@ ` #` ``)  #```8O`[` `s``[`) #`#` P@HL   @HN .   @HH  @HEP    &.@&    $-& Oɐ  (r  "  " " Z "`r Z  @ " P  &@  -& &  $4O ^ `@P  v 6.`&=@GO6P (v >v @v @v ?& ^  `, & ~ % -&  % & & P ^ _`&& ^ ]` 5 :@ ^ 9? \   +`" &   2@ ^  ? ^ `? @E`"  (  q` ` $Oq`:@E*!8( @ @:`+p*pr ( d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8@Dh# P@E 0>   " @@#H @H@Fcw`_`*@'`@D @FАw` _` * '`@D @D P `@@`H @Dׁ`@`H@DЁ@F>^ @D́@F2^ @DȁP5 @D & & ? &&&@ `@@`"H Z `@`"HZ Z @F@Fl @Fh@ `@@`"H Z `@ `"H Z  @EZ @FN@FS P@DG 0>  " @@#H @H@Ew`_`*@'`@D0 @F+w` _` * '`@D% @D  P `@@`H @D `@ `H@D@E^ @C@E^ @CP%9!@D#  '!&& !& @&&?& & 4!& &&. & & @€ `@@`"H Z `@ `"HZ @EJ@EP  @;C9ad?p@ @C @E@€ `@@`"H Z `@ `"HZ @D@E P" , 0<<`L`@  ^ h@CS_@@@CO^(@CM^H ,P 0>`=M&O^ h@CB^ h^ P@C? d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8 0`2@ " 0 Z Л9 +p *@ Y` $W ( H" , < ,@u  4" $ @ $@ 6@a , 8"  D 6@R $ ;`Z З*" *p  $@=Y  $J @ 9 )0  ::`I@" P L" ( P ( 6@)  , ;  $ ;`J :` (9` I ;  ;`J 9`:`Z H :*R@`@$  (`" ( P (&O ,  "  D &G  $ " $ @ $&G 8 ," , < ,@ &O 4 Z 2 8 0`2@ " 0 Z Л9 +p *@ Y` $W ( 4" $ @ $@u  H" , < ,@ 6@a $ 8"  D 6@R , ;`Z З*" *p  $@=Y  $J @ 9 )0  ::`I@" P L" ( P ( 6@)  , ;  $ ;`J :` (9` I ;  ;`J 9`:`Z H :*R@`@$  (`" ( P (&O ,  "  D &G  , " , < ,&G 8 $" $ @ $@ &O H Z 2 8P 0`@Y & 0& &  Ȁ`@=?  ^ в@` @0  ^``%``/[`  @ / _@2@ & 9`I>&  2@ & <>>& ` `&O^` ȮGɬN `2@  4 & p & h & t & l 4& $ @ $@&H` pq  ,`& , < ,&HJ ,  &  D &@d   ! @ @ 8'@dp%@  8`.H7 ^   "&  l 耠@&@< 8  "@ @ :`:`@ # @dp "   :`@ .H# \@ "@  '@ &  t 쀤&@ h $ & $ @ $6H  p&  t 쀠&@ h $&  l 耦6G  8&  D 6G  >`^ У/p$@-0` $G^` $`?` $-0`?# ؓ*:`:` ܉)@9 8` .=`>` -8`8``` +@ "`@ @ `@ : % dp #@  : .H+ ]@ ""@"`  쀣@GE/ @,@ <<"@@dp  `< .H Z$ `G+`. &@ @ =&dp@$ `=.H X@%`"@!`  耠G /" @ ,@ 9`@" dp@!@ 9`@ .H [@ !@ G`G` GꀤG耤G` /@: :`1:``<,9``%.@ <=`"9 `< 8`&< <`H@& ( H& , < ,@G ,;`  $;  J?` (<  L@ : :`I@8^ @= H<+S@ G ^ 6 ;P 0 @   ^ Э=`-%-h ,& 0& &  Ȁ`@=?  ^ в@`@0  ^``%``@/[@`  @ /\2@ & ?`l>&  2@ & <a>& ` `&O^` ȮGɬN 2@  p & p & h & t & l p&  t 쀣 @t  h&  l 耥6@I  8&  D @6@!  ^ з= 4.$@& $, @< %8 $6@  $]>, $" ؋*@9`=9  ܅(868` .@=`/> -;(= `` * !`@ @ @`@ 9  % dp #@  9 `.H+ ]@!"@!  쀢 @/#@ ,@ ;`@"@@dp  `;` @.H Z#@ `@.@ &@ @ =&@dp@% `=.H X@%`"@"`  耠@@y/! @, @ 88"dp@!@ 8.H [@ @_``@[`@W@U@S *:`9``9 `<8& ,<8`8``< >``%@><`M & ( H& , < ,@( ,;   $: O@<` (< L  9 @  8N8`^ >`M@;`+0R`"Hb^  ,& , < ,&O , $& $ @8`!>` $@&G $ `&  D &G   $@ @ :'@@dp%  :`.H7 ^"  "@@&  l 耠&G 8  %@ @ :  $ dp@ #   : .H% \"  '@ &  t 쀥&O h  6;`P 0?`@   ^ Ы< -p"(p@Z ,& 0 8&  D @@  ?`^ З.& "& *`@/  _`'``@`.X@`@ @.Y@ `2@ & 9 >&  􀢠2@ & :|>`& `  G֦N `2@  p & p & h & t & l p&  t 쀥6@[  h&  l 耥@6@3  4& $ @`: T< $6@  $_`= `*0 $`! ث(=`l8` ܃.@;e8`` -;`^>` -; W9`` * @ @@ >`@%dp" `>`@.H- ]&@ `"@!`  쀢 @."`@ @ ,@`@ 9`@!@ dp  `9`@ .H Z !@ `@`- & @ @ ==% dp#@ =.H X@% "@!  耣@x. @ ,@ >`@"dp@!@ >`@.H [@&@ @_@[ @W@U@@S` )@9 Α8=`<ݓ8`&@ (@;= ӓ=<`Γ;`&; <J  & ( H& , < ,@@( ,>  $:` L< (< M =` 8H@;^  =J  >*pT`"Hb^  ,`& , < , &O , $& $ @`;P>` $&G $  @ @ =`@%@dp$  =``@.H/ ]%@  "&  l 耠@&G 4  " @ @ 9`@ $@ @dp "   9`@.H! \!@  &@ &  t 쀤&G h  &  D &OV   6:>s(#@sǙ*^` * )0!@ sa >@`>`@%@dp$ [>``@.H/ ]&@[H:`@ @? ; 8?`0: [DŽI@@ >`>[&a[`<`4> M<<`&a̞ [`8`0[  ::`&aЈ`[<4Y@ >~? &a &a > @; va^aAE[ Ȁ@Ů?#'[#sss[[][]@\[[@["\@`&&9 @;֒ v^[`ؓ?`t? #+`< n8`#/`<h= #3`=`b=@#`@h , ^ @@`$``$`'$`$`'"@+=H: /9`C=39 >=? :=`= C<``*<=;```* =):``* =`#9``@* `&> @$` $` ` 8$` `` ;`:J @ @``` <<`L# `&O^[[`8[[sd4#ss`Ȁ&ON[ [[>@;Z[ [[[^% > 9`I%[ >`8`K%=> J%׀@[[ϫ8` =8`<L@M@;<N :@; [v`^`*ʀ [[=@; [ [Y q [a @["! "!$"!([` "!,"!0["!4`"!H[[#! [#!$[`#!([#!,[` #!0[#!4[`$#!H[$!8 $!<$!@[[Ϫ #ssa@&Of# [[8@:[ [㾰>#-p#@s׉(#Äs(#Ϭ%@^`-'%@sᤰ> @:  [ * [# @$[Ǡ #!?s!als [s##H'`@@ `@ <`@ #@ dp $@  [<`@.H! \$@[ H9  @?`)  8= ` 0 8H[ב> Γ=`[&a[<4< L :“<`&a[`8`0]  88&a[<4_@ =`= &a &a > @:! va^aA[a @ɨ?#[ss#'s/[[]!\[[זs7[`[[/ '[``&`&``;`@9*0v`^`[`ȓ?`<`#C`<9`#?`9 =`#G`== `π@`#` @j [7 ,^`[7 @$$$$`!@C@? k9 ?8f? G8a? ?`]? =f9 *=``8*>L:`*;F= @*  @&@: @$ $ ";@$  =`= J@À@  88`O#``@&O^`[['`[/4[ s8s#'s/Ḁ&OK[ [[>`@9} [[[^@%! ã>! < L@%![!: > K %!ϕ=`!; J%!Ȁ`@A   ^в@``@3  ^`@`@%`` , ^`@,]@ 2@[> :`[&! 2@[= =['!``&O^`Ȥ`&O^߀ @[` :`9`I8@8 v^*@[[>@9  [Xp[ᨀ@2[ `2@ [[`2H)[2H%[[`D `[P%[`@%`[ L" [`H&`[`$d߀ $H#[[ ``@[[%[[$[[ $[$ [#[#`[[ #  ["d[#`["[[$`[&ਔ["`[! [ [' [[Ǻ`s#sa @&O[[<@8 P^`5>(@* * )p" @a`@   ^ "@  Ȁ@  \ ] @@7]  Ȥ&O\ @7\  a &O\ ^ @@7^ @7Ӂp| X@?!ȇ83 @*C@@rҞ  8`,lL @@7_aD_@'>'+^`)0@(>#-, @#*@ ,"!,?  )p?` &0$@1?&X$#4> %5@0-F )<@@9w &N`| @@9o N`|(@@9g N`0@@9_ N` <8@@9W N` w>N``"@ZH` 2@``"@`"HNH6Hb  O4`P@`C@ `L"@~8$`P@`R"H>1$@ L&8\&D($@`L&&8&D &$2@\ 2@L&&8&D &$&8 &D`&$&8&D$@ H$X&@$@`H&$&@ &$2@X 2@H&$`&@&Τ$$  &@&Ĥ$$&@$@ D&HT&<$@`D&||&H|`&<|&|$2@|T|@2@|D&||&H|&<| &|$&H | &<|`&|$&H|&<$$`@;@ P&L`&Py$@`P&&L`&P`&k$2@`2@P&&L&P &X$&L &P&N$&L&PH$@ d&hl&ph&lp&t<$@H`d&l&&ht!`@@ `@ 9  %@ @dp@ #  9 .H- ]!t@!@ &l&px `@@ `@ >  %@ @dp "  > .H [&x &tl&t&$2@h@&@qp&@'l&&px&`@@ `@ =="dp@" =`.H [@% x%&tt&$d&px @ @ > > "@dp  > .H Z@&x'@ @&tt&d&&ht"  @ @ 9`@ @ dp% 9` @.H X!@t@ "@&ll&~$&ht# @ @ <`@ %@ dp@ #@  <``@.H/ ]$@t"@ @&ll&x `@@ `@ > $@@dp" > .H+ ]@&x @& &p &t>$t%@ @ =`@"@dp!@ =``@.H [%@ t @%&h&lx&`@@ `@ <`@"@dp@! <` @.H Z$@ x$&@#&p&t?6OL &4X&@L&8\&DD&HT&<P&L`&Pd&hl&ph&lp&t > d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8 (@4B@4@Z Z " :r " " * "  `@ "   @ *   @ "  Z *   "  ""   9@ 9 d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8@3 !8:`ȓ*@@ 9 H  /@3 !Ȋ@:J@:  @  @  f@ ;` /@3 H"Ȋ@:J@:`@2#Ȉ:  `@ : `; *Q  : )pP9`:`@2 #pȈ:  `@ : `; *Q  : )pP9`:+p@2""0| :`*p@ 0 0`(?2?`(p`  2 *p @ 2 22 2@>__? +_ ^ @?`V` ;V`@J @Gޑ8  =f@<*0`(uK@<@4Ő@4i@' `d ; L<` $  =*0 `(@u? @4  8&=<@4F 8? <u`16`P_>^ /`? ^  @=V`{V`@=@:`@=@4"@0`@4} f@& 88H#`<*0@ `(w`@4r"@`=*0 @(w`@4fב= ; f@& 8:&`'6`0& ,`@>`/  =  ,`>@K  (@? `6@6 , @1@   , @  ;s? s8s> 8^ >` (H@8@^ L; @9 *(@ @<`< =  @ ,OԀ (OǬ` ,@O  (`@2`6@* ,@%`? ss8`s=` 8^ : (J =^ M;`9`+0)0 <`< = ϐ@@ ,@ O` (OӴ` ,Oɺ @ ,@>  -.<=`@H ` (`@< `@6@3 ,@@.@@   ,?@@ ` `:`s8` 8? ^ 9` (I8`^ K >.p=@,0@?`<>Ґ@ ,O׀@ (Oʬ , O`  (@/`@6@' ,@@"s8 8= ^ ;  (J 8`^ @N@<: /0)p@?`<>@ , O ( O֮ , O̬ @>__+^ `@? V` V`@@' <<`'`;`   f@ b? *0 `(vK @=@2`@2`;6`P>_? ^ /`^  @=V` V` @ @78`*0 (@w @2Ő @2ɐ @ d@&`@6`@& ,@>`.`  =`,@J  (@> 6@5 ,@0@   ,@  :`s< s8 8=^ 8 (H@8^ M@;`+09` )0@?`<J@ ,OՀ ( Oȸ ,O  (`@1 6@) ,@$`< ss8` 8=`^  (:J =^ N;9`+p)0 ?`<@@ ,@ O` ( OԮ  ,@Oʨ @ ` ,-?=` f@.>?` @H  (@<  6@3 ,@.@@   ,?@@ ` `:`s8` 8? ^ 9` (I8`^ K >.p>@,@< <`?`@ ,O׀@ (Oʮ  ,@ O  (@/6@' ,@"s8 8=`^ ;  (J 8`^ @N@= : /0)p@< <`?`@@ ,@ O ( Oִ , O̮ @>__? #_`^ @?`V` {V`@+V`@4?`= *0 (w g=2H =@1"H"``Y<<` $ ?`*0  (w d đ?`9`@0 8>9 `1?#6`P_?`>^ `@? V` ;V`@ @"=c8*0@ (w`@1%"H`n=*0 @`(w`@1=`;`f@& 8; ِ`1?#6`^ & ,`@>` ? `-+ ` sϮ sߵ> #ת``#`(@q `#`#``,@u׀"@;`8`8_` 88J@: +pP@@*`89 _` =K@@; `*Q@ @=`8_` =`J @9 *pP@= `8_` 8DŽJ@: +pP@@ >  ; =_` : K@@; `*Q@ @)`8:`_` =`J @9 *pP@=`8_` 8J@: .0P@ @= `8_` =N @; `*Q@ @     @+ >``(_`:J8*pU: @`O=`[ߛ5` t 0p?@/@Ϊ[ϓ=t @/ސ : @/ڐ6@`,@ @Y׀ @1@  `,@    :s: ss> `8_` :``(I@: _`K8+:@ )p><`? |@`, OՀ : ss=s`8_` ; `(J8_`K :`@; )p* ><`? X@g`, O b׀ @6@  `,? @   sd@8s ;`s: `8> _` :`(J: _`K@8:*p*><`?  @/`,OЀ* sd@: s 9 s`8> _` 8`(K : @_`I@; 8*+@ @ ><`? @`, O܀`(@&O`,`,O`  #^  ,`@b>> /@)<  # s  sǨ` (@I `#ϴ`` ,@ @r@9> 8_ 9`J@: )0P@* 8:_ =I;`*R @=` 8_ ;`J =`*pP@=  8_ 9`J@: )0P @ > ; 8>_ =I;`*R @) 8; _ ;`J =`*pP@=` 8_ 9`J@: )0P@=  8_ =I;`+0R @   @[v @.א@®[v @.А@.͐.` @6@ ,@ @@S@/@   ,@  9`s 88_ >` (;`K 8_ I@;`: +0)0 <`< X @@ ,@ O׀|s= 88_ 9  (H:@J;+p_ 8 (p@<`< 6 @_ , OZ@3@   ,@  :s  8=_ 8K d@8 (:_ 8I;+p*  9`<`< @, ,OӀ's  8=_ :Jd@ 8 (88K (p_ : @)0@9`<`< ݐ@ , O߀ (&O , ,O``@ v @.@-@-@-?? 0@/+-+_Ԫ;`>>>`> ? @ `$@@-; ;<`@-> $@@-; ;<`@-> @#,#`áH NRTXP> 0>`O@>@-p@+u^  @+v ^  € %:& 0^  `@+& 8` 8 4[? @+p@+[^  @+v ^   :& 4^  @+& ( & ,:㾀>sǬ s? #?`_>__?##sssw]'s(,<`<L`@ [  \ `@-<0?  ( ,=`=M@&O[ @ c? ?[&((@,[  [@,ɖ .[  @,Ė [  @, ^@-\[@¦  [Ϥ [Ǹ   [( @  `@ H  * *`@ > `@`"@=![[ϓ=ە>8`> [[[ϔۓ=8> D[[[ϖە>8[瀦`"H[@-[[ۑ:>s; 9`ߓ:`=9 ߀[@? (@@: (`@&@[ǀ @@-[ )%@-[ %$`[( @`@ [ (@`2@% @ @ @,[ %@,[ %`%``d@d@d@@@[`( @`@ @ * *>  @@,[@,[=@,[ %@`@,[6OK[[π"@[@,[[ǀ 2@[@,[[&88`@1  [\`@,[@$@@,[&@ [\9 `@&@ [ǖ?\ % &[Ǡ `8&O[ǁ0>^ >s? ^ ````%<#;`^@?`   @+  @+ . s  @+  s @+ `0@ˬ   ^` ` @ `@ H  ] ]@)`>2@ ]][`;  : @,C[  Y 8@;@,A @@- `@`@`"@ ` 8?`>? ` 9 >? `;``?`? 2`? d@d@Oڀ`i @=`@`@`H  9`?`>? Ԑ : >? _:`?`? @*  `@* .  @*[  @*[` ?d@d@ Oɀ`+ @`@`"H ` :?`>? ` ; >? $`9``?`? ʐ`? d@d@ Oڀ` `0&O=^`P@( @  @+r @+w`w`w`w` '`0'`4P @+^ @+^ @(^ @(^ @(ŁF㾀sv`(``@/ @7(s(s[>?h#5ssss^`[[[Ϧ@[^@@@@[߲##>`s(#ss'[[' \` @ s/#;`#7[/:`9`I$@θ (#?sG_ [G@<;`K@sWsO#_sg[W_`[Oso    %  @ #['[]@'@ @ [o['[X`` ` ! $$@<# : [瀐@[= Z 9` (O@[' ,= [-pY @@B <``+0@  `*!` `&O `@@O`+[@( `<`(@ ` $ "@(&>@#ww .H ; `T> : $ @&O @O߀`[[:s[': ss $7  [=`< !8<`[o[O_[g`@sO#_= <H@&OX[W?[G[/ 0#?sG``?`;K@ &O:_  (;[/#;`@&O&[/[['``s# &O [[[4[`0 #ss&O[``#`@%?hss? #Ƿ,[[`^` @ s#[``9`8I`$@ں`(s#_`[ߠ s  :`<`J $@[[ss#Z`[s(`= =`=^ `## `" #``@ [[[`  $#``@ [[\  '#^  ( ,(`@$ (@!  <`.@ `,@ @)q>`@ (`8@ d $&O O逤`lj==`I<[.p\  @ @6 <``+0@  2`  : @&O `@O퀤`[@ `<`+p@  `$  "$&O O퀤`[@&_ @&_ [[8`s#``9 ;M&OP[[@&Z[[ϒ0 s#``89`H&O._``([Ϙ#`&O[[[s# @ &O[ d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8P>`@  @(ߔO @(فP @(ܒ  "@ >@(Ԓ2O>:`@  @(@  @(@  8`@($@!8 @(@ ?《@  9`@(P@( @ !?`@( @ ?`@(  @ ?`@(|  @ ?`@(s  %?`s? _#˸ssss $(<`: #ϡ+0,$ (#Lj@^ *)0@ @X` s@" [  ?-`-`-`-``#P9`5@ !@ >?`-`#P84 ;`@+#@-`sǀ`@8[`@4 [=`+p ^ 8# -p@( \ @(\(8;H@ @  \ @%0( \(" :`@(<9`=J&O_`[( &O^@(˲ >@( [s @'ܔ [ @ [Lj` 8s-0#8# %@.,s##s+p[X`[@``;8`K@ `@  `]`Y  02@ @ "H@]` ?`@@'8```=:J @&O\``?`<`L @  `]` \0 @  ]` < >@'  0p?@'{["@s`@0@ $,< ]`(@'[>00@+>*p\& *0```@  0@ 2H N=  J=,   8=0@&O\=P,$,00 6H(`@=\*# *```@ 02H =, :`=  @'0 &O\`@` `88`L&On_`[[( s#`&O1[@'(@@'+<>@'.[@'"[@ . .[[` @[[= .p&@,p,[\h[b(; *" *p@%[` @[j [[׸ <[<`ǧ.ϗ;;`,*@_ *p# ,0& **0<= M@`@@  ^] @-: `]8`@#ې0@%0[` :`@ [[h ](:`)p")0B8@[> ` @8`;K@ @ &O\[` (@&O_ N[χ:[:`ˉ( [-!_ ; @(-  <<M@@'   ^ ]`@ 8@`!\  ;@#z0  %0 : `@ :`: I@@&O\[` (@&O_ [<>[&>`>P^ >``-0=@#ϓ-pv >> ^ t# # @#  #  @@ # ? @  ?` @ #  #  m# >#Ӯ@"_s3s߰sss][s` `$`(:`8`#ϑ,0`,"^+p `)p-pX# @9 @5 Ϥ ^8?`.0%*@"@$( @ @@%] @%](> :J`$H(  ]!`0`888O@ &O[ ( &O\ @[ @ [ 2@[[ `[^7[ת@@" @%q[`p @ [[`s|:@%[`@ @ [0H_s =@% [s%?`@%y s@%, 2@K@%w@%e[@%Y `"@[@ @ [Ǩ|X[@%f[[[Lj&@!`[`p`@ [Z`|"@"|r`[&@:ȱ<[@ @[H0_# 'w[&@? <[&>`<`@̺ ,0Ϣ`@# ;#+*0# a-!@ @)0- s(_```@"@`(` `@[  <<J@ $H`( s  [[ @`0@ <] ;`@% @$[ 2@`0%`,x8@ ] (<@$ @ ? ] (> <@$"O ?` #@%`  %`$%`,`$%`$`0@  _  8`f[`,`0]`=+0]`@` @ _=;O =+p`,]` `]`` 8=]`#]`  7:`$:`@$:]`! ]`@ _ =  :# 4O]`8  =8H&Om[`(#@&OM_`@$a@@$D<ٱ<@$G[@$; `"@[``2@ [` 2@[ߺ` [['xX` @! [[[Ǥ'@ [`p`@ [Z ` |# " |r `[`@`@ [H0_%@'w @ ϸ [<>^8,$@*  "@w (  @@q``<`<L $Hj (  ]`` ,"@W8 02@  0^  0`& 0& (=^ ( 2H 0 `& 0:@ `I (8`.@!I^ v  (=^ @; @  2@u (% (9`& (%  %  ,"@ & , ,`@@ 0 `& 0 ,4O8``;;`K &O\` (`@&O_ [<<[&@? <@ s_>` _,0s?`sג sǭ*p sߵ>s##] ]   _-0\$)p%_ǀ$_Ϩ_#d@`@<  #>@  << @ks@ [?`@'@ :@U [ >[<`s< s> <? @#<@:@#?@,@< s= \[[ǒR[׀<#@@[ǩ9 sNJ'@9`@#"2O,π|@`"@@ 4@ < O #['[\ <@ < π<@ O< >[<`? s< s<<`@"<[+'* @"@[d-p,,p[?`-p@@R< [ǔs\' [ߙ8`[׀<@n#[lj=`[ע@s @3[[`h`@Yb(:`*# - @@``$!L@ "@ [`"@[ $Yb(:.0%*p@?$Ϣ $@$[`  `[#P&#P@"~2O,%< ?`[,@@@< s[\% [ߒ= [׀<@#[DZ:[ߐ@scP`!cP@"Z2O,< [<@z[[Ϡ << d@<  sϕ>s> # s^ ^ @"A*sǤ<0<\>-@.-%+ @%@!@ \- [< @[ᤅ(\.0@ a\@@" "@ @B? ( "@ s,(  H  s\$[ו;[Ϙ $@  \`:*p" *0$$8*8`  :\`*p" *0$ 8\`<(p&+ @"$=  @!͐2O(+p( +0`"@ _`h,(@  _`h[ג$Yb(`8`(#+p s\[Ϙ:`h $@  \`;+p +0 $$:`ܑ8  9 \`*p" (@`$ 8\`+0#@ *@ $_`h`Y"(9``+ @(@    7_`hXH`Y"(;`*# *0@ @&@L`  @Y"H ! `_`h ["H   "@ ``"@` 8Y"(+ @+p ? <   ``@ '`= @!.2Oi(\@ᤀO@? _`h-*- ]H,p`+p@ '@$ <[Ǖ?`@4[<$>`d@<P@ *r  r r @ d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8@!sǠ#s϶ @u^`( :s^`(` : s^`(88` ^`(?`? @`>`>M`@ò[s#\ 8\[@OH =`s   ;  :>`?`@@ @  ] x@6`<`s```8` 8;;`@(``@s  ]`@Й?`s:s>`s= : 9`9 @ `@L  @`$( ;` >s```: ` 9`9 8`@:`8H`@&  _`h@`0:`s`9`s```8`` 88;@А@͐;`; J &O_`ȸ @`( Oآ`@` @ &O]`@ 0 &Or] @[[ϮcXs#``<<L@&OE[Dz@P@+ X  r @# w` _` @% P@^ @AAA A@?@?Pss#sv (3v 0H|@^ ' [[L\ "`@#X[!\` q`?۰9 [ߩ-sǸ (#/ps#׺ (s%-#% s^[ےsH! @ @ =#dp@% [߻=`.H X%[H=``@@[% [ ? [<]s80;``M > :$[[ < 4:`L@= ?`[  [[80[ >`; ["[[ < 4X@ ` <<`[!` [[ $ [ @ [[`%`%3@[ [H`@4[[ ][] ``` `%`]"=9 [`^ 8[ H_#(  ?.`". =`@.H) #%$ [ _ [_ [`` !<_ $@;`I/X=I3K ^#ɹ$ $  #P!`@ `  ' `` +$  [2@ [[9x[[ `[ @2@  )$  [` @&O{ [;-#@@Α+0[r[# `$@[sss[[X[@s'\[[ s/^`[=`U= $ [[X`[ ``? J>$ [[Y [?`@8$ [[[[   > 5>`$     $%Z>*p@ t ['`$  >/p,p@x t   $@O[['?#7,#G s?sOsWs_[/ 7 %[_#o^ @sg << $` 9`<$` ? <$` >< $` d@$`['`@ [W``[g [g`?`= `*8>`*;ؓ= *` : ӓ>*&@;@$%`;%`7 @<#s#w['[?#s> ?[?#w>`[?<[?[' >|= ['#{ =v>[g @G o# [g,@`#,@#,@ {,@7#,@ ###;`  zD #zD'  `@   `@    @    @    `@>`[/?`oh?`' 8c?`' =`^?`'  ;Y?`' $=[/:N@&:K>`' >L$:`B>`' !@9 <>`'  %86>`' 7['[Od@ 8-p@@ @8[ @= [\[[@  %#@`AEI@' $['c$@' [g  -#@; :N8`*& @I,w   ,$@:`9`I @  _ `u(_  0u [g*# >`>H@@ &O_ [g= 8O@`@ [gs ! @ @ ?`@!@dp$ ?`@.H' \'@Xs?` [g@@' <w@=`M[_  @;s<`$= n;`$= _; $>` Z:$ > {> *8`>*:~>  *:`y>*&9@$$=$8=`K;`@ @t =@5>`t ; @/:t(> 8`J @Y  5" @ @ =`@ @dp@!@ =`@.H1 ^%@Z=`@@/ =\ @>``M 8`:& = @:`& =9`& >` 9 & $@ v  d^ v @ v  d@ v ;;`K @&O[`[g0s  :<L@ &O%[g ([g`#&OX7G[W[_7 [/` #7#GsWs_O¨?[ 0[[`[d4s 8#ss@&OV[נ`#$OI[߁0s#[] _`s @n  [^ @@\  \  @O    >=`H@=  ] ] "](@e] u ]("ŀ@_](u(: >`N @  ]Y@@ϐ! ]@@X]@[@Ʋ`@;`; J &O]@] `0 ; :J @&O] @] u   (  &O `&O\@\t `0[`&O[[@_ w #$O[[_` @\_` tAAA A@?@?P@/s;#י>#ۭ+0s ~+s?#-0` s#[߫,` s%@sǂ# s_ [ۮs H `@@ `@ :"@@dp!@ [ߕ:.H; _@"[H: `@[5 Z` ? [>^ s80<`I@8>`$[[<4;M 8`:[ '`[[`8`0Z@@9 {8[%[[ < 4]@ <o= [%` [[# [` @S [[!`!`J%@#[[ X[X```` `% `X!4<Z= :K[@#/ɳ$ !$  #P`@ `  ) `` +$   2H  [` 9x [$ [` @&O [# $@[sss[[Z[@ s'\[[s/^`[@< "8& [[X[`;`>& [[[ [8` :& [[Z[ ` ?`>`&     $ ]>+@ v ['`&   @* ['#7#, s??#GsOsWs_[/ 7 &[_#o] sg ;ݓ<'  =`ؓ<'  ;`ӓ<'  >Γ< ' d@ ' [' @ [W  [g [g 8`Ǔ=` *:“> *:=` *&@:`>*=$$ 9@$ 7 @<`#s#w['[?#s?`[?#w>`[?<[?['? S=`['#{ =M>[g@[g  o({( G(`7( #(######;  } #}'  `@    @    `@    @    @[/o:@?`' :;?`' :`6?`'  = 1?`' %9`[/<`I@&@> #>`' ?`8H%;>`' #@; >`'  %8` >`' 7['`[O`d@ :`,@ @:[ @8`[] [[@ `@!#@`AEI@' $['#$`' [g=;K@ @ [g!s %`@@ `@ ?`@ $ @dp @  ?`@.H) ]'@Zs?``[g@@) = w=`[I@_  <@u8% =  o8%  ;`=% >` [;`% { ; >  *8`> *:>  *:z>*&:@$@% 9@% @]   8=H>`@ @u`] "] (@=] ] ("@ @8] (  >@+=u   ;@%;`u ( :  ; H@ @U    @ @ <`@&@dp" <` @.H- ]$@Z@<` @@/ =]`@>` `M@8`:& =@ :& = ݓ:`& >` ؓ9`& $@ v  d@ v  d@ v   9 8H@ &O [`[g0s  9`9 N@@&O[g ([g`#&O{7G[W[_`7[/  #7#GsWs_ O?[[`[0[$4#8sss &O[ׄ#$O[߁@s  v (  H^ $L^ %HL=8K ; ,p"-p"*"@@)p^ q X@#   0^P ^P=`*@ 9 +0#(p +[# [ Z`%``=@$u`X &O^P`@Ӧ # X@  ^P^P:-p[@ ]` : -X%)p(p%@]`H"  @  @ :!@ dp @ H:.H Z@"H:` @<`1 80:`J @9 8%`> <48``H ::%``80Z@`88`%` <4X@` ; ݓ:%` ^``:`<`%^` `88`%^``;8%^`  ` :=`@% < ;`2@;?`2@? 82@  >=X&O]^P^`'0< (=^`&;(;`^` "^` "` ^`!`^` 8 #`&O4X@?@??㾀s>v 0-^P@9^":,p*p *0$@-0!$@s^P@^ ;/0Z'+p@.' s^P@# `@?[#)sצ}(!@ssߺs#s[[X[sX[[sZ`[@8`A>`%[[^ [`; 6>%[[_ [ 8,>%[[\`[@` 9`!9 % %8+@.0@%@@pu$@([[?#/,#sss'[ / %@[@#?] >`s7 >$ ? >`$ <>`$ < >` $ d@ $[`@ [  [7 [7 <= *< =` *:ғ= *=͓=` $@ 8* $8d@&   d@& / @?`#C#G[ #C=  #G<` < [ ?`n=#K >i=`[7` @[7  ?*@K*@ *@#S*@ /*@ #c#O#W#[#_`;`  } #g}'   @   `@     @   `@    `@[?`=]< ' `:X< ' `>S< ' ` 8N< ' %cO=`[9 _M@$8@=' > O8`K%;`6=' &@; 0='  $:*=' c/[['d@`:.@@ @ԑ< [ @ב; [[`[[Ϙ@ " #ww@`HL @ R' $[#$ ' [7  =`<`L8+ @@=.0w   == K@`@ՠ [7so`%@ @ < <  @dp# W< `.H' \$W[@C< `[7@[) = _ = M@[o;G@<$= ;`$>` q; $= l:$ > K> *:>*8>  *:`>*&9@%$=@$8`;M >`+0% @ˑ*v> @E:t 8@?:`t(: 9`I`@J  #@ @ =`@%dp "@=`@.H1 ^%@Y=`@@S ;^> `K@ ru8@ 8 :`%>`9`%=9 %>  8%%08`;K@ @ &O[o [70so=`<`L&O1[7c ([7 #cg@&O/[[ /[s#s#/ @O?[Ǵ0[[[`8#ǚd4sss &O[? ^ 0^ 8s^ @s`@~@)s>`#Ǩ#.p#˦.p > )0$O -[@wG][[` `@6  O @'   _ (^`8`@`` _`:`J  P;*0@΍$(!  $O_ (` @O [`x` &O@O_G #ss\` @ [ψ` [``8=M@ @ ˀ @􀦠@z Y   8`:`J @d   ^  [`_ (] `(`%#`4;:%@"`4}`4 @ `"@ `4`4-`%`4-``4"@`4"#  "@/`@`4@ :-p%[`+?@# [`s #`4-p#[`-0@`4;+%-0[`?%@# `4= -p#[`-0@[`;@s #`4`@  =`= J &OX``0`> ; K@ &OY r ( Y @   = ;`K`@c   ^  ]_ (] (% `%4;;`#@%@44`}@ @`"@ 4+`% 4@4+`4%@ @4%@ ``"@.@4 @ =`+%]+p?@ `]p`@]+@#@?-p@4=`+%]-p?#@ `4;]-p%+p@];`p`  8`= K@&OZ`` 0`> :`J &OY  (@~ Y @   =8`M@@h   ^  Z`_ (@X` `( ?%@%?@&@`4?%@`4@d`4`@ `"@ `4`4-`%@`4-``4 @`4 @%`"@/ @`4 @ 8`-p%Z`+?@%Z`u"`4-p#Z`-0@`4;+%-0Z`?%@%`4= -p#Z`-0@Z`;@u"`4 @ ` :`=H@@&OZ`0`> :K &OY | (Y    8`;`M@`@g   ^ @ ]_ (@[`(%@ ?#?@@%@ ?d44@ `"@ 44-`%@4-`4# 4%@ ``"@/@4 @ =`]+p# -p? `]p` @=`]@-p#?+p4= -p#]-0@#@ `4=`+%]+p?@];`p`   =8`K@&OZ``0`> :`J &OY  (``  &O`[Ϯ[߄ ` sϰ`s#&O\[8[0s#`&O[P^ @ ` `@  >@+^ @ O>@^ 8>`*r 0 @ޅ *s 0 >`" #>\ *p[ @Ă  ^ @`@ ` ``=`8O`@  X9 9`J @  ^@`Z"H"4448 @->+p# Z+0`@@ ``:`+'Z/p?@`#Z`@\`@  # ԃēb8&OZ4"@"2@4:F`@ @:`Z+p& +?@ "ZrZ?:- :`Z/p'+4? Z/p#?.#@"4Z? /p#.Z?`@rZ ?4Z?`+p& +𡣈: F= 2H"4`@ ; >J &OtY ``0`?`? K &O^X`(&OO` `@&OB^ [ 0s# &O0\ @$A ??p@% #) |sߒ>8s^ 0^ 8^ @ s $ @Fs # \[ $(@~  \@``@q ` ``=9`M@ `@b  Y :`:K@M  ^@ `8@'  [` @ [`%[`H"@ #WW߅J`JէAA`8  &O[``  @``$`"% [ $ ` ``$`#(" ]$(:: M&OZ```0`:`=J@ &OY `` (@ &O` &O\^ ( X`-@#[^ (][  8 -@#WQ( [#W0sHQIOYW&O\\"[ H^h=` .+p*@ %0(=8[ ;?;/9 ;7@ ‘(u7/?[ @ [  [>8 L0?sss ?`43@`;/;70@5;?@#W;W=/7? [[w``;? ;/;7.@  ?(_7/IH?``@ ` -P ^ ` @ [=`S^ ^ ( ;?;/;7@/7?s'@z> (HQ;?;/;7I[;GA@ ` /7?G"@: ``"@.0 [';`s =:s =:`s ssχ9 s H;?;/8;7;G@[/<7?G2@0?7`߇9p2???/`߁9@*???'`:s =['=:`s 9 s ssσ8s H;?;/;;7;G@[G</7?2@??`?``$O} > (];?;/;7Y;GA@| ` /7`?G"@> ``"@0 ['9 s 8s ;s =ssϗ; sח= H;?;/:;7;G@^[/<7?G2@?;` ߓHCJ9p4???1` ߣHKJ9`*???'`8`s ;`s =:s =ssϑ:`s H;?;/9`;7;G['@'[G</7?2@??`?``$O 烩E#P;?;/;7;O@['/7?OS > H^h>`(p([+[@ :;?A;/;7@  /7?2@0< H_<[ [`[ ss &O? @ s/#s#>`^ 0,Z`sY@-^ (@& H-^ $,pY $$v 8^ 0[ v @^ 8^ @^ 0s @O@  >> P,^+@`@'+p  ]c, _ h@` `$ _ h`! ``;_ h;``I@  &a _ h`` &O]=  4 8= L@8`;K@:`@  _ h p(@ #  _` @  _`_`  +_`@`=`<: _` `; 4:^``` @_`#@@9`&:^ 2@2^`` @b:: H@ < K "@`_`[09 `(p]`  " `\`9`-@@  #!``` `@&O ` @ O߬"@8`02@3`0`` 6H.`0: < I@8J@ @`_` \ 0:``)p]` @ Z:``*p@ #+` "``` &O` @Oެ @`084#@&Od_` @$[^! ^`^" ^^%]`2@ ^^X` ^[P^[`@ 9` Y ^\ P^X@ 9``@  [  ^^@`@@   0^@ 2H 0@  0d4&O^@ ^ @ @ *' [` @ [ `2@@ [<@  ' ^ @ @[  :s <s = s sϯ=ss 9`>= @ 7[@ <  ?@2@< @ < P> P[ߔ ^ P^ @  @   ^@o_ `0&O^< >s,p#$@& H(^ @ ] -`l,p@@@$@*v 8 *$@ ^ 0>*0Y &$@v @@ ^ 8;ǚ`^ 0;``H^ 0=`L^ 1= >ИK@; s@7 `7 4- `(p@J)0 [   Z`0^ ]@^ @4  ^ c, _ h` % _ h`# ``= `<K @ _ h #a _ h"a _ h# _ h #!   &O^  4` 04@ &O[ 888H@= -%@@ˑ*0_ hsb(' [ZZ(@ bZ0< <`@ ˚@ p@  [#Z@@ @ k;[@ \` @%; ^  a   0  %"^@`; *@t [[`@Z@4@ &O^@ v@ <[ [\8;@[@ 0;`@Q   ^ [[0$ @)^[\ 0$\ (#]` "$\ (Z `$ 6H[<^*p[" [)p P ^0? $^ 8@K ?>[]`(^``$ @[]@]@`@@ H: 8@ L: 80d4&O^@ [ [^`;!@ [^`@ @%[^`^`^"  ^_`@$Y@ \2@ ^^^` ^X`P^[@ !?  ] ^_`P^]@ ? `@3sϬass#s^[[^ ([\@$\`9` . ,0 @    ?( @  (  @ )` `)@`'(< Q8(: K8\0  ; :J 9`@)0t0[[Z@[^@ `2@7 @@e>`? K >N < # ***p@&< *0 X@$\`  # :*@ =`9 =\0  &O `@&O5 @@1>`? J>J< " )p-)0@&< (@$ \` @[# :*@ q 9`=`躕=\0! &O `@&O@%\` [[8[4sϖ `0s#s&O2^@ [  [^;a@[ f@>Z [`@P>`^ .&^-@,&`@E  \` `@6  ]  @)    >< K @  ]`^`("@^` @ H^`(^` 0@ C^`   ::`J&O]`@]`  `( &O  ` &O] @] `0 &O\`\`@ d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8P@/ > >`  "  " ''" `;` ; J `1`@9 #`6`@<`'`` & 4O  2@ @  = @T v ^ *^ @  ? `^ @<=`= M=-0%@ ,``$@'``@ t@?t6Ot2@`?"@ `;`*# * `&O```OԮ t@P@^ @ `@  #Z   "Z  "` Z  `  &OZ :`Z )p")0`:`@ @ #`[`@` 4O#`P>^`-%-p]>Āt \` \`*t   ` $@` $` @` @  @) &O` `H @ $``$` \?$ ` P>^`-%-p]>Āt ] ]*t    $@ % @ @@"@%@O`% \?$  @ d< PP?s=YbvU?vX???@@@%\(\@5W =p@EU\(@UUQ@eVfffff@uT?S?xF@Z1'@;dZ@&\)@6 =p@F@VQ@f?S?xF@Z1'@;dZ@&\)@6 =p@F@VQ@f?m\?b}V?`A7K@XbM@tj~@(Q@8@G(\@WQ??p =q@?|h@ Vu@0fffff@@Q@P(\@`陙@p陙@33333@-V@x@ \(@1 =p @A"\(@Q(Q@a)@q)@(@-V@x@ \(@1 =p @A"\(@Q(Q@a)@q)@(@ =p@Q@ /w@1.zG@AZG{@Qe\(@ai@qi@i?E?p:?p:?E?Gz?+ I^@@  Error allocating memory for compressed bitstream write error read error: passed the end of the codestream (start = %d, current = %d, end = %d 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZUnable to allocate memory for image. image { x0=%d, y0=%d, x1=%d, y1=%d numcomps=%d comp %d { dx=%d, dy=%d prec=%d sgnd=%d } } coding parameters { tx0=%d, ty0=%d tdx=%d, tdy=%d tw=%d, th=%d tile %d { csty=%x prg=%d numlayers=%d mct=%d rates=%.1f comp %d { csty=%x numresolutions=%d cblkw=%d cblkh=%d cblksty=%x qmfbid=%d qntsty=%d numgbits=%d roishift=%d stepsizes=(%d,%d) prcw=%d prch= } Error decoding component %d. The number of resolutions to remove is higher than the number of resolutions of this component Modify the cp_reduce parameter. Unknown marker %.8x: expected a marker instead of %x %.8x: unexpected marker %x Main Header decoded. Incomplete bitstream [JPT-stream] : Expecting Main header first [class_Id %d] ! [JPT-stream] : Expecting Tile info ! tile number %d / %d Cannot handle box sizes higher than 2^32 Expected IHDR Marker Error with IHDR Box Expected BPCC Marker Error with BPCC Box Error with JP2H box size Expected JP2H Marker Error with JP2H Box Expected FTYP Marker Error with FTYP Box Failed to encode image Expected JP Marker Error with JP Marker Error with JP Box size Failed to decode jp2 structure Failed to decode J2K image Invalid number of components specified while setting up JP2 encoder Forbidden value encounter in message header !! 1.3.0Set index to NULL when calling the opj_encode function. To extract the index, use the opj_encode_with_info() function. No index will be generated during this encoding CPRLLRCPPCRLRLCPRPCLExpected SOP marker Error : expected EPH marker Expected EPH marker Error initializing Packet Iterator image { tw=%d, th=%d x0=%d x1=%d y0=%d y1=%d tile { x0=%d, y0=%d, x1=%d, y1=%d, numcomps=%d tilec { x0=%d, y0=%d, x1=%d, y1=%d, numresolutions=%d res { x0=%d, y0=%d, x1=%d, y1=%d, pw=%d, ph=%d, numbands=%d band { x0=%d, y0=%d, x1=%d, y1=%d, stepsize=%f, numbps=%d prec { x0=%d, y0=%d, x1=%d, y1=%d, cw=%d, ch=%d } } } } } } - tile encoded in %f s tile %d of %d tcd_decode: incomplete bistream - tiers-1 took %f s Error decoding tile. The number of resolutions to remove [%d+1] is higher than the number of resolutions in the original codestream [%d] Modify the cp_reduce parameter. - dwt took %f s - tile decoded in %f s #0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o 0o 0o @0o `0o 0o 0o 0o 0o 0o 0o @0ow `0oo 0og 0o_ 0oW 0oO 0oG 0o? @0o7 `0o/ 0o' 0o 0o 0o 0o 0o @0o `0o 0o 0o 0o 0o 0o 0o @0o `0o 0o 0o 0o 0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o   ` ozo Ho 4 h pp.ooCPRLLRCPPCRLRLCPRPCLO QRS^\]_UWX`acdVV44 !!!!VVTTHH8800$$VVTTQQHH884400(($$""  !!AA!!AAII%% VV  !"$%'(*+-.0134679:<=?@BCEFHIKLNOQRTUWXZ[]^`acdfgijlmoprsuv  !"#$%&'()+,-./1234678:;<>?@BCEFHIKLNOQSTVXY[]^`bdegikmnprtvxz|~     anotate anotateH@hAA0AX0AA$AB B8,Bd$BpBtCDBCDBDHBDpBDD$D E<Eh@BEdBF LB DPDxanotateFXtFpFF0GG$G@Gx G,G$I4BJ8JhJJJhKhpKPLXHBL H GHH(H$JJKxKtHH,H$KJKKtG J anotate` XR HGHGSHGTHGanotateL(LMM80MM$MM N,ND$NO0OP̀Qh|UX,X$`XBaD`c4d<dhHd`g(gHHiTik lmn`0q@ggo oxccdtdpgTgPggooxccd|dpg\gPggoo0gojk Xcqanotate RcXgghgpHop`op|opoq oqoScXgghgpTophopopoqoqoTcXgghgpXopopoq(oqhoqoanotateuX8upuu0vv$v@vx v,v$wwlx x8Ѐwwwwxanotate anotatey y yHyp0yy$yz( zP,z|$zBz|tBzzzz z|anotate anotate@|OT}}8}`0}}$}~ ~@,~l$~d( PPTBxPTBP\$@0Ԁ0|0tLdD, \|`T4PT(Ȁ\BhЀ8@ XB8XddXBH`B``B ̀BLB~~0,XT@<d`hdhd ~~8,`TH< l`pdtd < ,H0H(D D 48anotate@ 8 0%`P%p%h%X%P%%%@%0%L&&|& `&0&@4&PP&p &&anotateP0h̸̐0$8p ͘,$ x anotateP HRS$TPanotate΀Θ00D$hϠ ,$084lL ؀x׀8Ԁڸ8t|ߐPLB`LBLBp|84@<($ @<ڼ   <4L<4$ H<ڼ  $ PDڔ4hDanotate anotate80H\$ , $0l l  anotate anotateXxP0(<$` ,$(d` 4pH4 hH,(TPH4(\PhanotateP HRhShThanotate8 `00D$h ,$0D\BBBD\lp؀`\BBB0DD(BdBHXtlHhBHdpBD4tBBxLX00 @xanotate anotate`8 |(Px0$ X ,$((؀BxBHx`ԀBPxB|0@| B0@<0H< D`pdp(4|hanotate anotate: 0h|$ ,,$h, , 8H`,!T)@ (2B@33hB4X d4(H33h34`4\44(4H33h34h4\54(403h4( 03T33344 @33hD ,8@5,4((hHanotate anotate?P?@@(0@p@$@@ A,A4$ApBABAAB( AxAanotatexB60BBC0C`Ct$CC C,D$$D`@D4E0EP4EpF(pF؀GtH<JPPL4NÒBPDS@UDDVWpL]dehjBnLBo`<Bt|<B@ccooDlDhDDE\EXEEF4F0FFccooDtDhDDEdEXEEF<F0FFccoo0co coanotate xR ccooS ccooT ccooanotatex#xxy 0yhy|$yy z,z,$zh<zL{{|l  Ā H,B8B00 8z{ {<{`{{@anotate anotateP_h0$8p ,$XB@$Bh BddL8 BXBh  Ȁ $ ؀($84 8$$H4xh0( 0 Tanotate@ 8R`hǠ0S`hǬ @T`hǴ$Xanotate(h@h0$H p,$Bd|X cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)time.h 2.77 09/06/02 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 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 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)times.h 1.10 97/08/12 SMI@(#)memory.h 1.13 00/02/17 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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497.hash.dynsym.dynstr.SUNW_version.rela.got.rela.data.rela.plt.text.init.fini.rodata.rodata1.dynamic.bss.annotate.comment.shstrtabt ``P" o H H %B h hH /B h:B44 D@@JPV^ * ? g##4%(%(@p9h9huo9hEH~`~ .0707010002073b000081a40000000000000000000000014c7dd9be00045af80000010000010036ffffffffffffffff0000002100000000root/usr/local/lib/libopenjpeg.a! / 1283316158 0 0 0 2776 `         $$$$$$$$$$$F F F F F F F F F DDDDDDDDDDDDDDDy                  [T[T[T[T[T[T[T[T[T[T[T[T[T[Td\d\d\d\llllllllllllllllADADADADADADbio_createbio_destroybio_numbytesbio_init_encbio_init_decbio_writebio_readbio_flushbio_inalignopj_cio_openopj_cio_closecio_tellcio_seekcio_numbytesleftcio_getbpcio_byteoutcio_byteincio_writecio_readcio_skipdwt_encodedwt_decodedwt_getgaindwt_getnormdwt_encode_realdwt_getgain_realdwt_getnorm_realdwt_calc_explicit_stepsizesdwt_decode_realopj_set_event_mgropj_event_msgopj_image_create0opj_image_createopj_image_destroyj2k_prog_order_listj2k_dec_mstabj2k_convert_progression_orderj2k_dump_imagej2k_dump_cpj2k_calculate_tpj2k_create_decompressj2k_destroy_decompressj2k_setup_decoderj2k_decodej2k_decode_jpt_streamj2k_create_compressj2k_destroy_compressj2k_setup_encoderj2k_encodeopj_clockjp2_write_jp2hjp2_read_jp2hjp2_create_decompressjp2_destroy_decompressjp2_setup_decoderjp2_decodejp2_create_compressjp2_destroy_compressjp2_setup_encoderjp2_encodejpt_read_VBAS_infojpt_init_msg_headerjpt_reinit_msg_headerjpt_read_msg_headermct_encodemct_decodemct_getnormmct_encode_realmct_decode_realmct_getnorm_realmqc_createmqc_destroymqc_numbytesmqc_init_encmqc_encodemqc_flushmqc_bypass_init_encmqc_bypass_encmqc_bypass_flush_encmqc_reset_encmqc_resetstatesmqc_setstatemqc_restart_encmqc_restart_init_encmqc_erterm_encmqc_segmark_encmqc_init_decmqc_decodeopj_versionopj_create_decompressopj_destroy_decompressopj_set_default_decoder_parametersopj_setup_decoderopj_decodeopj_decode_with_infoopj_create_compressopj_destroy_compressopj_set_default_encoder_parametersopj_setup_encoderopj_encodeopj_encode_with_infoopj_destroy_cstr_infopi_create_decodepi_destroypi_initialise_encodepi_nextpi_create_encoderaw_createraw_destroyraw_numbytesraw_init_decraw_decodet1_createt1_destroyt1_encode_cblkst1_decode_cblkst2_encode_packetst2_decode_packetst2_createt2_destroytcd_dumptcd_createtcd_destroytcd_malloc_encodetcd_free_encodetcd_init_encodetcd_malloc_decodetcd_malloc_decode_tiletcd_makelayer_fixedtcd_rateallocate_fixedtcd_makelayertcd_rateallocatetcd_encode_tiletcd_decode_tiletcd_free_decodetcd_free_decode_tiletgt_createtgt_resettgt_destroytgt_setvaluetgt_encodetgt_decodebio.o/ 1283316141 0 0 100644 6564 ` ELF+`@@ .shstrtab.text.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8  ? cc+`  "  d@" Z Z @ *`Z  `r   2)`8  ? cc+`  "  d@" Z Z @ *`Z   r   @ " 8P @>` &   ,@& P `2@  &   6@ = @@Z Z " :r : @ r r " " r :@ r r " " P>@ >`? =O?P>`@  *O>P& 6@ > `@  & *@ > >P&  `@ 4"@'` ?` ?`anotateHh0$ ,$ptDBDBBB$ <@BdBLB libopenjpeg/bio.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/bio.o libopenjpeg/bio.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7/% libopenjpegbio.c DD%@h0!)$5E VH,dt$lpxtDDX$  <x@dLbio.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mulbio_byteoutbio_byteinbio_putbitbio_getbitbio_createmallocbio_destroyfreebio_numbytesbio_init_encbio_init_decbio_writebio_readbio_flushbio_inalign`  8 P @h h      H t ( @ X p X       x 0 P `X 6 6cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ h0`' ;3 A HI @ QP0\Xk0|U cio.o/ 1283316141 0 0 100644 8404 ` ELF+P@@.shstrtab.text.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8?@@A@@7@ 8>  @ r `@ &v&B^ @O`@MK & @@=^ Z `^ ZZ````_ HLP9@ЅR#&F#1 @&@?`v^ ƀ ! ^_@ @ ^v ^=`v(^v0@ @ P  `@@^ @Z 0Z " :Z :` r 0Z (Z 0" :Z 0P^ (^ 0@7 ` -^  ]@ <^ 0 v 0<-P^ (^ 0@9 `^ /^  ^ 0^ (]@@ 5 ^ 0`v 0`5 P> @6`.5 @"@ O56P>` @  /`@*O5Z 0:` r 0Error allocating memory for compressed bitstream write error read error: passed the end of the codestream (start = %d, current = %d, end = %d anotatet0$ ,$4BhpPHB HH libopenjpeg/cio.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/cio.o libopenjpeg/cio.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7/% libopenjpegcio.c DD%@h0!)$5E VH,dt$l 4@phpPH%`cio.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mul___const_seg_900001001opj_cio_openmallocfreeopj_event_msg_GLOBAL_OFFSET_TABLE_opj_cio_closecio_tellcio_seekcio_numbytesleftcio_getbpcio_byteoutcio_byteincio_writecio_readcio_skiplRtRSTRST L` R8S8T8 ( 8RH@SHPTHT !  8 P @h h      H t ( @ X @p p     `  0 8 @ H P X `  h p        (    6 6cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ tH$ 0 ;< -J Hx R.Zet0U dwt.o/ 1283316143 0 0 100644 20540 ` ELF+L@@.shstrtab.text.rodata.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8::`@;  :  (p O8 @ 9`*@ 8`*"``O8::`; @;` : +p :(p @  O9 @ : 9`*K@ 8  *p@!`@ O8Z    ;`*`@ @ #``2O  Z 9 ;  +p(" @``@    ?2O Z     @:8(p `:`( "@?2O`  Z   @8`:`?K@8; (+0@:`"  +p!` `?2O :`@m:@ @@/ ? +`:+09``+0@  `@@(`@`@@ `  @` 9`*@ @@;`"# O܅9` @ ?*`; *; +p@  `@:```*@@@  @``+p@ `@8@" O٘ @@ (" @2 ?(?:`+p `:`+p@  @@`(@@@   @:` `+p@ `:` #@@# Oڔ` H1 (` ;`* 9``+0@@  `@@*``@@ `  @` 9`*@ @`;`# Oە9`:`@m:@ @ @3 ?*`8 +p ; +p@  `@:```*@@@  @``+p@ `@8`#@" O٘@ ? + ;`*9``+0@@  `@@(`@`@@ `  @` 9`(p @8` # O܅9` @ @  1 9`" @0 * 8`( 9``+0@  `@@(`@`@@ `  @` 9`*@ @@8`" # Oۅ9`H3??(` 8`+0 :`+p@  @@`(@@@   @:` `+p@ `8` @@# Oڔ`Z  ;`:9`P>`@> @`@ @3  (% 8(p>  -@@  @)0`  @  @`>,; ):`"$`Oى>`@5 ??,!<`` )p=+@@  @@;` .@  @ )p<"@%Oخ` @3  -'< .p<`-@@  `@@* ``@@   @  <- ;A>`@@&Oٕ<`@5 ??+ `:*p.1=.@  @8` `)p@  @ @ @ *@@ ;``%`Oج` @  3<c(p @;@t=$O<`@  9>)p" 8`>%O>`@ @ @6 ?-`! = `+ <.p@@  @` ,@  @<` +p="&8` @%`Oצ``@2 ? ) !8(=,@  @(@  @=)p: "@$ Oڇ= @6 ?+ !:`*p<*@  @+p@  @@<`@(p@=` A9` % Oצ``@2 ? - .1<+ > *p@@  @.  @  @>+08``$`Oڵ> @  '=)p8r8% O=`@  9< "-`@<@_> @%`O< P>  H?E= >`@ = g- g&$&0   ?#^ @s$? *#>`+0@ +#@ ^ h ^ ^"@ ` ^ ^!@^?p^$@t=^l^#  ^2   *`"6`@@,p.%&@@" [@  ` &O> ?`< >?`? < `O倥@=%@)0@! [@  ``"` `@&O >`=`<>`=`<ɒ@O急@h #&O^@` Z :`@z: @  @@   :@ :`Y@ : (+p@+0@0   ?#^ @s$? *#>`+0@ +#@ ^ h ^ ^"@ ` ^ ^!@^?p^$@t=^l^#  ^2   *`"6`@@,p.%&@@" [@  ` &O> ?`< >?`? < B`O倥@=%@)0@! [@  ``"` `@&O >`=`<>`=`<@O急@h #&O^ @ :`Y@ : (+p@+0@?@@ -&@j@7+` _>` _ ?   <?    yDd@d@%@   `@   `@`@     @_ `:` )p)0:@(+@#@D@:@#:2`   0` 3?`   % O<:`@    @ &H   !@ @d?O :` ^ >`    %  %#ސ*0@ w@Twϙ<+0^ ' '   #  $@ ' 0)  @'<` +pOƀ_@Oۀ`$' 5(`%@'߶ <^ƀ@   _` @"`@&O_϶`O?2O^ @_P^ >  >=-p @*  <<)p-p@ 8`+0*@"@: `.-#@4H >`)0( @Oܫ<  ^  < ,p: # *p@'@Oǀ P^ >  @ ; +p ?` *<(p @  O<  ^  `@8?`M=` -0 @9 .p?` /p=*@`@ @O=:``@%  :(*p(p 0 +p 0  0" 0" " O: ::`@') #`       `` !)H/I% %%? 5H< = %H$ &O @@@ H%   * * *@*#``#``@` ,#`>#`<#`#` ` &O`?vX?Ubv=Y?sP @5@`@ ` H  <`` @ ``@  <`_`-` .p_3=`U _`< `, _ ;`J`` "@: 9 _`_`` _@1>_`  `%@= <_` _```_ :K `` "<`: _`_`` @_>`;` `%< ב<_``_``_ ?` '^ >`    !  # >/0@ wϸw@#<-0,%-0s)ps<^ ,p     ''   %@ '@ ' 2 +"@d' !@[<>+8瀧 @)@M>[[(p@@@_(p@# # _!`!`_@ %%_@ 6O_)@&[> *@*@@ @ "@ _ _@  %_@   _  %O耧 ?& Oۀ`%@ ' 0`@ *` @'^ @2ϕ< ϐπ @`@"  _ϒ@ @&O_ @  ? _ϳ(@&O_Ϩ ? OӐ#2OG^ @_?s=YbvU?vX???@@@%\(\@5W =p@EU\(@UUQ@eVfffff@uT?S?xF@Z1'@;dZ@&\)@6 =p@F@VQ@f?S?xF@Z1'@;dZ@&\)@6 =p@F@VQ@f?m\?b}V?`A7K@XbM@tj~@(Q@8@G(\@WQ??p =q@?|h@ Vu@0fffff@@Q@P(\@`陙@p陙@33333@-V@x@ \(@1 =p @A"\(@Q(Q@a)@q)@(@-V@x@ \(@1 =p @A"\(@Q(Q@a)@q)@(@ =p@Q@ /w@1.zG@AZG{@Qe\(@ai@qi@ianotate(0$ ,$̀|,$XB`4<H`HT 0@ xx0 libopenjpeg/dwt.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/dwt.o libopenjpeg/dwt.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7/% libopenjpegdwt.c DD%@ X@/7@?h0IQ$]m ~H,t$` |0 , $X*:QTk ~ !0""  t`4@<H+`;XLxH]y$dwt.cDrodata.rodatadwt_normsdwt_norms_realint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_muldwt_deinterleave_hdwt_deinterleave_vdwt_interleave_hdwt_interleave_vdwt_encode_1dwt_decode_1_dwt_decode_1dwt_encode_1_realdwt_encode_stepsizedwt_decode_tile___const_seg_900002601dwt_decode_max_resolutionv4dwt_interleave_hv4dwt_interleave_vv4dwt_decode_step1v4dwt_decode_step2___const_seg_900003301v4dwt_decodedwt_encodemallocfreedwt_decode_GLOBAL_OFFSET_TABLE_dwt_getgaindwt_getnormdwt_encode_realdwt_getgain_realdwt_getnorm_realdwt_calc_explicit_stepsizesfloormemalignmemcpydwt_decode_reald+,+,R .S . T R.S. T+p,+,|RX.SX. TX.RX. SXRSTXTRST5D67, (7 7#.#. #xR"#S"#T"#R"#S"#R"#S"#T"$T"$R"$ S"$<R"$HS"$XT"$T"$R"$S"$T"%D6'7(07(x,  8 P @h h      H t ( `@  X p  0    t  @0 H ` Xx x      !  $@ P ` "p " .   .   .   .   #.  " .    (. 0 8 @. H P X. ` h #p. x "  "  D   $%6 $6cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ ()X+#0/1;;2-I2HX (Q7Y:@d@@sG00G`U event.o/ 1283316143 0 0 100644 5940 ` ELF+@@.shstrtab.text.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8 P@)6  v6 @$`6 4`@@ `H5 tV$59 \.``P> %"> e`@  - . 7` Ε5 * 5`5 ǒ*  Z r r  @www^ ŀ+>`"@ ]"@] "H] @ >"ƀ "̀ "@ @"`@@^  @> >0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZanotate80$ ,$l Ѐ libopenjpeg/event.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/event.o libopenjpeg/event.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.71' libopenjpegevent.c DD% @h0#+$7G XH,ft$nr<l x event.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_muli2a_itoa_GLOBAL_OFFSET_TABLE_opj_set_event_mgropj_event_msgmemsetstrlenvsprintf  R$S(TT\p  8 P @h h      H t ( <@ X x       66cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ %$h0=<J R Z Xe 0t(0XU image.o/ 1283316144 0 0 100644 6420 ` ELF+@@.shstrtab.text.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8 @P@- @ > >T&`&``; *" @*pv`^` @1 _@_ @ `H9  ^`  @#@ $  $  $  $  $  $  $  $  8 8`M>@t 0\ 0@ 8 $&O^`;)` _a@_@ P^  `@  ^ ]0@8@]0 &O^ @^ @Unable to allocate memory for image. anotate 0$ ,$BtB  libopenjpeg/image.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/image.o libopenjpeg/image.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.71' libopenjpegimage.c DD% @h0#+$7G XH,ft$ n xtimage.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mulopj_image_create0malloc__iobopj_image_createcallocfprintfopj_image_destroy_GLOBAL_OFFSET_TABLE_free $8R<R@SDSHTPTTX R$R(S,S0T8<T@  8 P @h h      H t ( @ x` h p      66cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ &$0=<J R Z Xet08U j2k.o/ 1283316146 0 0 100644 45668 ` ELF+`@@.shstrtab.text.data.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.data.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8@ Z@ : ?@ @?2OP@7;`_@` ``=` ==`= @` 0<@`@#  ^` @<``@ P`8;`; @ h:@  x:@ @`@ &O^` @@@/-_@@0`4= <@8`0<<<`@H`HL< ;@HL;`; J `@ע  !s!^`X<`@`h9`@`x9 @ `8@`8@`@ `@  ;`[@ &O`@` @  ]@`Е=`@`;@`;`@a; @ a :@a0:@aH>@a`? @$ax<@(a: @a@`@ (!@  : a 9`@&O`@`@-a@@ ,,; a@  &O `@a@`@ 㰕>a@ &O `@a`@`$4@&Ox]`@HL9`[9 H@&O3^@P>^  >` +@--p#,$# @:N @= ? `+0 +@ * "@/ J N @2@J &  J `P@`C@ `L"@<  `P@`R"@ <  < "=`M ">`M  < " 8H@ " 9`IOπ`< P H  L==M@<@,v H L<`< K @J      ^ !`@  != !!@== ~@@= @! O= ^? >`^"^h€^h?`Xh- b@@-^h[h s"H H P L`::`JO >`?Z pcO @P & ^ h@^ p^ h?&\@^ p^ h\^ h"`$dP^ p;? ^ XcQ^ `@ @@  @  @  @  @  @ 8@ <@ 0@ 4@  @  `@"   \ @ \ @` +  2`@\ @@\ @`8@ &O\ @"> @5@=@P^ p ^ X^ `@ @ @ &@ & @ &@ &@ &8@ &<@ &0@ &4@ &?`@ 8v@9   @^ @ "`: ^@'` @^ @^@ `^$@;Ñ< ^# @  ::`^@! $$^@`8 (Oΐ08#@; :&H 4<% /? :`&LHL9`=O@@9 vHL88H@< @,pvP&XHL<= K @ ^   %^%a^$HL88H@&O^&pv`vh&x&t< @$4^ Ps@HL; :J`@  ; `)0*'*p!@@(^@@p@HL: = L@&OHL==O@= @ v @HL<<L@;@v H & ^ h@"^ h%'  $@' ' 4H' ,L' 08' <' 0' $4' (HL9 8H: @"Pw hP^ `_`@6)?^ p^ `#d  ]`@ @ @@  @ @`4`N`4`5@@ o4`@"? @6@>`@P^ p@ ??`@P^ `>` (!@_` >,0--p$,$*0$!@@)0Z ^ p(p5@ 5 @  4@ @ @ `@`@ ,,   + 2@ &O P^ `>`@5 `@  \<`+p .@-#@,%#@ ?`^ P?`,0,^ #^ p+p#*@ &$@ `^ _?`@ & @ &@ & @&@&"@^ h`@ ,@ $`: $@ O^ hJ`@H HD ,   "@ ^ h] h `;*@ +0 *p!!  ^ h8-]h`(p@.#a`=^ h`,@[`h-0 + "a  ^ h: (^`h@)0(p%a ` @&OP^ p;?cR@ @@ ^ ` [>,p-@-$@,%$@ `@ `@ ` @ `@ ͒ @"< @6@ :@P^ p^ ` `2@^ P Z=`* ++p" ,p$"@ ^ X^ X@ @ $`@ $`@ $` @ $`@ @7  \@`?  @d4@>``Ր @&O\@^ h!^ h`$` $8 :`@*0t@ `@ 5  \@  4\@%@ ` &O\@P^ `? #S_`>^ X,0-^ p-p$,$$@@ @@    6`>`d : @-pa(^ (p&-0@ >` @"=@4`@ < @P^ ` `2@^ P ]:`.@((&.&@&^ X^ X^ p  @ d=@: ,0@@ -0$a,_ $@+" +P^ `>` (!@_`>,0--p$,*0$!@$@ )0Z ^ p(p #$.5`@   @   * $ @      @*`3 @ *`   3`@`@&O P^ `>` @> _`= /0++p' *" ' @< ^ P< (%@.pZ !@^ p)0 (p@  &`: &c$``@  `3  :d@ @ ` ` @@2  &@: '& &&O`` @'   ` `$ ` @ @$6 ``  $  3 2?`   @ $O P^ p;?c\@ @@ ' @">`@@6@ =@P^ p^ X@ @`@=` @=  =NO=`P^ p;? c] @ @@ ^ X6`d=@>`@"= @4@ <@P^ X `^ p@ !$H < @! d: %=P^ X?!c_`^ ` \ >,p-@-$@ ,%$@@^ ^ p@ a d)` X0`@ @e a@3  @@@ =ؓ>`$ @ <`Γ< $ @;œ?`$$@&O @@@ ;`; % @ :> % @:?`%$@&OP^ X^ ` 2@^ P _`</0,0@,p' *" ' ^ p^ pa @ a $a @ ?a=` d(`@.H) @Ua@+> -0a-@,@ & @ &@&@ & @ : 5>`&@ &$O+> a*@ +0 *p@@ & @&@&@ & @:  >`&@ &$O$aP^ p ^ X`@ @  @@OP^ p @ @ @ <`: :  ``@-`@.H1 @  @ < @@O< @@O< P^ p @ @ @@ @ @@OOP^ p @ @ @@OP^ ` ^ p@ ' p@ @8 x @@  t x t 2@  t@> w `_ `w h' | = @_ ` w `_ `w h t' |@>@ _ `-@?O?' x`' t4O xP^ ` \ >,p-@--$@^ p,%$@@@ @  @@% H@> 08u D] u %%DD008D8`@]HDu]u@%  @?`0 @]? *@ OD% P^ p;?@& cU@  $.@5@  @  P@  $- @<@P^ p;?@& 0c@ @@  @ @  @  ^ >.p@ @">@5`@ = @P^ ` ^ p@ @ X`@ ^PX:*0%X &X$X@  ^P `X 8`@ ~D+@;`  "O^P @ X^P=-0!@ X&X@ @@ @ @ & & ?`@ ! v (&  ^8`^ h*@ ,p."+p# " f `@=@<@^ h?<"``+0^ h +Zh@ *"`@^ h? Y`h ^ hX`h@ ^ h@\ h# ^ hZh@ "@= ,@,^ h\`ht"H=@ ^ hXhvbH=<^ h* Z h+p * =@ ++p@^ h?[ h ZH!@^ hY hXH^ h@] h\H@$ `@5;aa]`@`0^ P`8@%uuu^ X@  a^ P[$0]@@`O"^ X d4 &O^ P ^>,p@--$@,%$@$@^ `-?^ p &` &`@  `2@_ h@ 8' 4_ hK `@@ 8 \ h8`+-p+p " _ h>*pY h  -0 )p + @  \ h=;*@ +0 .,^(%@,p@ ?6H @ \ h;`.*,Zb( 9`-!(  >_`-p@)0@-%@(p %@@ @"  *@ `L`H<` 4;K@> >@ # $ &O `@^` X`%P*$ @@ ?; :@@ 0 0"`9`@5@  08@`"@ 0  ,;`@ @ 5@  0>`@P^ p ^ h/ @  ^ h:`8,_ h@-0.H)0 8@(@ $` 2@^ h@ 8 ^ h>+0]`h +@ -"^ h$ @@^ ( ;`#n; @>`^ @ )p Z@)p ^ Hd@ @8^ H@@ = @ @ .O^ H`$^ @@t &   @&  `& P>^ `?>`^,0[@^ p-^ X-p$,$$  @ @ 4`@   d 7 : @ @ ? .a\( @.p% -@#(@P^ ` `2@^ P ]9`.((p&.&@&^ p^ p^ X  @ ad=@=@ ,0@@ -0$a,_ $@+ "c(?Z pcٔ @P^ ``,"@@^ `@^ ^ X@^ `^ `X`@/  ^ X^ `= ^ h@^ `Y P^ @>(pX(p^ H^ h=@^ @@\^ @= t@ @ `^ ` X &O^ X  & @@  X@  ^ `]P @`^ @= ,@\^ @t@^ `X &O^ ` @ &  & Z @`  Z @@ : Z@  @  @  2O P @ x  7@ w`P_`P*ƀw`@ w`@P^ H"@^ @@^ H^ @"€^ P@^ @^ P7^ P8\@8@\^ P[ ^ P[@@^ P^ `@^ `_ "@,_ h H L8`>`N@! 5 8_ X_ @Y@_ Z @`_ @[  H L==`M@O@_ _ h"_ P@_ h_ P"@_ @@_ P_ @@_ @@@P@  @ `5" $`" (@" ,v `P@9^  v pƀv h p@ @ '?v X㐢 & @: `@O"?   @82@^^ `,`2H ^%_@ @ " ^@ @  @  @OӐ `@2@ u  @*3`_@@ @@ ?`_@? > @ @@7?_@8` ? @  @5^  @v pv X& @۔@@〥@u@@k@"@@@H@` _@@ @ : @8|?   @ @!^" ^@  @ @OŐ  @2@  ` @73`_@@ @@#?`_@ < ? @ @@ ? _@?  9`@ @5 _@@ P @ x*r P0^ `@+^ `\`@"\`@\`@\`"@`H@\``H`L;;`K @ 7 @\` @@^`H`L==M@O@@\`@@AƁ @ v ` " H`a" La@ " @ " @" `" `" `" ^` 9%!@@-%9`>H@;`.0@w`_`^` @` '`8`'`<`'`0`'`4^`("@`@^`(@ w`@_`@"@`_`@@^`(`"@`0`8 @;ޓ;`'`H `4`<#:֓< '`L +`0+$'`8 `4&'`<aN@@a @ /`/`'``@  ^  ^8` ^<L 8>`9`H@ '` &O^`H!`L< 8`K @> w``H`L; :J H\s)"s`h"s@@#Ǭ`8"s sss_`[[@&  `@% +[פ`L`"@ ` ` "@%`$  "@%`$  ` &O``0! &`4&N@ &&[@ @4 &[@@) [ [[ߤbDŽ@"@`?2H`% `% `% ` % `% ` % `0`% 0 @ &O&&=@$4!v`@ss#s![!^`0 `%@%@<%@<% ! @%@@! % @!`f@%%$@ @ @!@%([%([@@ %,% @l 0 $$&O$a^`0"@P@X =[,a+0  @ 6@@6@%`; %` 6@%`( ;`%`# 9 ?*  "@" 8@9@%` ; %`@%` >  %`%`6O@^ @  ,$$ &O$^[`;@[ 84s`s#OG[! #ǒ s`H`L: > I@&O_`0v pv X@;`^ `@Rv h H L;`; J:)p*p@@)0vh%&  @&\  & H&, L&0 8& <&  0&$ 4&(&4\  &8<`@)pv@ @ # \ a] ^@#&O\ v @&\ d&XX<`)0!@@(vP&H-M  "@@  =`=``:@ O=``@  \ X@( @d4<I &O\ \ @"ŀ9 @& $ @  `@J@?&`@^  H L?`<M@ `@  as\   s  s\ #Ǘ; H L=<[H^ 8`@[& &  ^ ;/0 $` @  =@ 8@"!@ 8 ^h;+0@ /0@ *@ ! !@ !!!$`<<Ԑ $`@ & @ ^h:)0*p@(@_"H  8;`*  *!, @ @ @  ? ?  x O? \ @aH@  ; ^h9`(p(*+  ZH*p 8 @` $=@  ;^h:(@)p+0(p@ [bH* 8 !`  ^h9 ;* +p *(p@ Y"H/0 `   ^h? ; )p*@)0*0@_"H+p"#` `& &Om& !$O^$`"[@ 8 ^h@<?*@ +0 *p [ H@ L8`ǭ? MO @@@^  @ 8 &dd\ &d CPRLLRCPPCRLRLCPRPCLO QRS^\]_UWX`acdimage { x0=%d, y0=%d, x1=%d, y1=%d numcomps=%d comp %d { dx=%d, dy=%d prec=%d sgnd=%d } } coding parameters { tx0=%d, ty0=%d tdx=%d, tdy=%d tw=%d, th=%d tile %d { csty=%x prg=%d numlayers=%d mct=%d rates=%.1f comp %d { csty=%x numresolutions=%d cblkw=%d cblkh=%d cblksty=%x qmfbid=%d qntsty=%d numgbits=%d roishift=%d stepsizes=(%d,%d) prcw=%d prch= } Error decoding component %d. The number of resolutions to remove is higher than the number of resolutions of this component Modify the cp_reduce parameter. Unknown marker %.8x: expected a marker instead of %x %.8x: unexpected marker %x Main Header decoded. Incomplete bitstream [JPT-stream] : Expecting Main header first [class_Id %d] ! [JPT-stream] : Expecting Tile info ! tile number %d / %d anotate@OT0$ ,$d TBxTB\$@Ԁ0|tdD,\TTȀ\BЀB8ddBHB`B ̀BLB libopenjpeg/j2k.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/j2k.o libopenjpeg/j2k.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7/% libopenjpegj2k.c DD% XT),1p95`F X\S`m4Hz8tTd!,$%h%T&<'XT$(\$78 @h0#+$7G XH,ft$nXT} $ @80|D#(1)0?-\M3@[5(i7`d  ~00@d0 Xx$/9BS\enu|!-7dC8`Z:Hl:hw~ ? @">HLI[kj2k.cDdata.dataj2k_read_socj2k_read_sotj2k_read_sodj2k_read_eocj2k_read_sizj2k_read_codj2k_read_cocj2k_read_rgnj2k_read_qcdj2k_read_qccj2k_read_pocj2k_read_tlmj2k_read_plmj2k_read_pltj2k_read_ppmj2k_read_pptj2k_read_crgj2k_read_comj2k_read_unkint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mulj2k_get_num_tpj2k_write_socj2k_write_sizj2k_write_comj2k_write_coxj2k_read_coxj2k_write_codj2k_write_cocj2k_write_qcxj2k_read_qcxj2k_write_qcdj2k_write_qccj2k_write_pocj2k_write_tlmj2k_write_sotj2k_write_sodj2k_write_rgnj2k_write_eocj2k_dec_mstab_lookupj2k_prog_order_listj2k_dec_mstabj2k_convert_progression_order_GLOBAL_OFFSET_TABLE_j2k_dump_imagefprintfj2k_dump_cpj2k_calculate_tpmallocpi_initialise_encodepi_destroycio_writecio_tellcio_numbytesleftcio_skipcio_seekcio_readcallocstrlenopj_event_msgrealloccio_getbpmemcpytcd_encode_tiletcd_createtcd_malloc_decodetcd_malloc_decode_tiletcd_decode_tilefreetcd_free_decode_tiletcd_free_decodetcd_destroyj2k_create_decompressj2k_destroy_decompressj2k_setup_decoderj2k_decodememsetopj_image_create0opj_image_destroyj2k_decode_jpt_streamjpt_init_msg_headerjpt_read_msg_headerj2k_create_compressj2k_destroy_compressj2k_setup_encoderstrcpydwt_calc_explicit_stepsizesj2k_encodetcd_malloc_encodetcd_init_encodetcd_free_encode;R@;S@ ;T8@<R@@ DSLTTBBBBBB BB4B`@dRh@ lStT|BBBBB0BDBXBlBxBBBB B B4BHB\BpBBBBBB,BDBlBBBBBBBPB?E DF xG E 8H pI J H I K H H H $H 4H DH TH dH tH H H H H I 0L @H PL pM |M M M M M M M M M M N DM xM MpNE4NEN NNH IK,H4O\HdOxILHLMKdH|HHHHHH@P@ MRSTP(M<MPM`MM HI$KlH|HHHILHLLMXMhMxMMIL$EHIKHTHhILHL(M@M`M HHH\MMMHIKIL$H0LHMTIxLHIKHI0L@HLLlMM $H TH H H H H H!H!HH!XH!hH!H!H!H"M"M#M#M#(M#8M#TM#M#M#M#M#M#M$@M$XM$hM$M$M$M%M% M%<M%LM%xM%M%M%M%M&M&M&PM&dM&M&E&Q' M'M'M'E((Q(xM(I(H(H(H) H)(K)<I)PH)XI)hK)xH)K)H)H)I)L)H)L* M*M*M*J+M+M+,R+I+I,@E,`E,I-@S.$H.<I.lI.I/8I0hR0tJ0T0I0L0H0L1L1(H18H1LL1I1I2<R2HJ2lJ2Q2M3H3H3H3H4(H4M4M4M4M5<H5xU5V5W5X6Y6Z6X[6`\6Y7R87 @7$S87(@ 78T87@P7d<R7l@7p<S7t@ 7<T7N8 N8$Y8pY8Y8Y8Y8Y9HY9lY9Y9Y9Y9Y9Y9Y:N:p@:x@ :a:b:M;R; S;$T;(P;R;S;T;P;c;I;Rp;Sp;Tp;P< c<I<RH<$SH<,TH<<Pc>I>Rp> Sp>(Tp>8P>Hc>PI>XRH>`SH>hTH>xP>c>R>S>T>P>N?@Y?TY?Y?Y?Y?Y@N@E@S@OAEA jBTNDNGpkH@H@HXEHEI<II`EJ\DJIJUJR(JS(JT(K<PK|mKnKIL0IM IMxINIOoO\OYO(I8 XH )X 1ph 5`x X   4H 8 T ! $ %h % &<( 'XH $(X h 7  8 P @h h      H t ( 0@ XX Xp  $ X  X   0 8H ` x      8   T8 P !h $( $ %h % &< 'X ( )0( )@ -X 1pp 3@ 4H 5( 5` 7 7` 7 8`0 :H :h`  ? @ H @   8@  4 `@   \( H0@ 8 D@ 7 H@ P 7X 7l`@ h 7hp :px@  :l 㾰o@9+ `@ _w__os_^s FJanotate00$ ,$ xlibopenjpeg/j2k_lib.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/j2k_lib.o libopenjpeg/j2k_lib.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.73) libopenjpegj2k_lib.c DD% @h0%-$9I ZH,ht$pxj2k_lib.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mul___const_seg_900001001opj_clockgetrusage_GLOBAL_OFFSET_TABLE_R ST  8 P @h h      H t ( @ H P ` h p  66cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)time.h 2.77 09/06/02 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 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 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)times.h 1.10 97/08/12 SMI@(#)memory.h 1.13 00/02/17 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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ 0'?3A@IHQ \ k X0|  jp2.o/ 1283316147 0 0 100644 21012 ` ELF+N@@.shstrtab.text.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8P@9 @&@ &@ &@@ @ 5 ]@ =`@ &@ @ &   @ @  &=`@@7^ 5Zr@  `_ @ 4:@ & @ & @ &  -p%@,v P@& @& @& $@& (@"@  3`_@ :P@;Z@ `r@  @  @  @  @  @  $@  (@ @">`@@6@ =@P@@ 5c@  `@ 4 -_ P% -p@   O4 @">@7 @ ?`@@@7^ 5c@ `_@  %8 `@ 4  @ ,p^ P$+ "  O@"@  3`_@  8P@7@ r@  , @  8 @  0@  ,@ 4@ @@"=`@@6`@?`@@@7^ ;۸`r@"@ 8@s2O @ & ,@ & 8@ & 0 ,`@@ & 4@ @@ _ @ ; @$<@@ "H ; 5_@ ; P@; @ bh@  @ߒN@"=@6`@ > @@@7^ 5 hc@"@@ #; @ `_@  ;:2O@ 0: @ ’@ %:4@ :@@ 3`_@   :@&=@ :P@@ 7p @  <@  @@  D@ 4`\ H-`@@ D@ O4`@"<@6`@?`@@@7^ 5Up@ _ @ 6> @ & <@ & @:  :`& D D@)0v H D@  @^ H $ DO@"@  3` _@ >P@;^ / `@@@ c@ @@@ \  \@ @ ? @& X"& \< \@ 7 @ <@? @^ / cʒ"@ = @2O@&?& P@@ ;` 7B@  @ @">@6`@ =@@@7^ /5_ @@  ;#B@ c @@  ;@ "H;0@  ;Pƒ@ >@ >@@  > \ X dd@>P @ `w`@w`_` @ P@^ ^ P"^ H@^ P^ H@@^ H@Z @P< @: ^ @9 @ %_@ @ ^ @ ) _@@  4`@ '  42@ 4 ' `@ ' ?' P@ `w`@w`_` @ P@^ ^ P"^ H@^ P^ H@@^ H@P@@9 ƀ`@!@^ # @b & < & @& D D@*pv H^ H" &  )0 @(v P '@& %& ^`^? ,@&  @  8 ^ ^@  @8&  &O^ & & $& (@   ^@`^@ `8 ^ P*   &O^ "@ `@   @ & , , & , ,`2@& 4@ & 4& 8`2@ & 4 & 8@ & 4& 8& 8& 05^  Z @P@;`@$@@  9^   ]@ =`Cannot handle box sizes higher than 2^32 Expected IHDR Marker Error with IHDR Box Expected BPCC Marker Error with BPCC Box Error with JP2H box size Expected JP2H Marker Error with JP2H Box Expected FTYP Marker Error with FTYP Box Failed to encode image Expected JP Marker Error with JP Marker Error with JP Box size Failed to decode jp2 structure Failed to decode J2K image Invalid number of components specified while setting up JP2 encoder anotate0$ ,$4؀xԀ8|PLBLBLB| Plibopenjpeg/jp2.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/jp2.o libopenjpeg/jp2.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7/% libopenjpegjp2.c DD%@h0!)$5E VH,dt$l|4x H 88 l |&h 6?HVg}  PxL).@R]h L|L|jp2.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_muljp2_read_boxhdrjp2_read_ihdrjp2_write_ihdrjp2_write_bpccjp2_read_bpccjp2_write_colrjp2_read_colrjp2_write_ftypjp2_read_ftypjp2_write_jp2cjp2_read_jp2cjp2_write_jpjp2_read_jpjp2_read_structcio_tellcio_readopj_event_msgcio_numbytesleft_GLOBAL_OFFSET_TABLE_malloccio_skipcio_writecio_seekjp2_write_jp2hjp2_read_jp2hj2k_encodejp2_create_decompresscallocj2k_create_decompressjp2_destroy_decompressj2k_destroy_decompressfreejp2_setup_decoderj2k_setup_decoderjp2_decodej2k_decodejp2_create_compressj2k_create_compressjp2_destroy_compressj2k_destroy_compressjp2_setup_encoderj2k_setup_encoderjp2_encode''#$$$RS T$%8$T&|&''R0S0T0% $0$@$X(h$x$$$#RHSHTH%#)*(*8*H*X*h*x**#+*+#)*8*P#d+t*+''R`S`T`%$L#lRxtSxxTx|%#)*****(*0#H+X*d+'')$$$$@$P#lRpSxT|%#)#RxSxTx% # ) ,* d# x+ * + ' ' R ) <S DT H% # R S T % # 0) L# d) |* * * * # + * + @' L' tR xS T % $ $ ( $ (# HR PS XT \% ' ' # ) * # . R ST%#4+L*X+)##) *0*8#L+\*h+''R(S(T(%$%$#P%-0,1D234446$',' DRpHSpPTpX%p8RST%$(8:P;<444' '@>`((XRdShTl%'',RST%  8 P @h h      H t ( @ X p      H 8 0 lH ` x h  x       8 X `' h p x'   '   '   '   @'  < '   '   $ ' (  0 8' @ H P' X h p' x  '   '   '   '   L'  < '   '   ( ,0' 8  @  H' P X `' h x   d   h    l6 6cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ $0 ;< J! !R'Z*e> PtI0I8U jpt.o/ 1283316148 0 0 100644 6132 ` ELF+p@@.shstrtab.text.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8P @  <6`@ , @ <`O,, @6 " " " " " " " " " " " P@9    @@  > @@ >@ d@ d@ > _@ @> >`@ &>@&@&`@ &@ &2@&  @& @&@& @&@&Forbidden value encounter in message header !! anotate80$ ,$l llibopenjpeg/jpt.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/jpt.o libopenjpeg/jpt.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7/% libopenjpegjpt.c DD%@h0!)$5E VH,dt$ ll @pljpt.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_muljpt_read_VBAS_infocio_readjpt_init_msg_headerjpt_reinit_msg_headerjpt_read_msg_headeropj_event_msg_GLOBAL_OFFSET_TABLE_x RSTDd  8 P @h h      H t ( @ @X px x  t   t6 6cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ 0$0;<J R Z e t0U mct.o/ 1283316148 0 0 100644 7116 ` ELF+H@@.shstrtab.text.rodata.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8: @  ` *@ ;`" !@ "` `"&O : @  `@8` " @"` `"&O @ : Z@ +pP>@9 ") `?`"`)>< <`#?`%f< *<`}= " ?`x= < t-f<`p& & &`#`&@&O ??t>1?6@ :`@  Y```` ` *<: , "  "``4"&O @ : Z@ +p?E?p:?p:?E?Gz?+ I^anotateXP0$ ,$d`44 HHlibopenjpeg/mct.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/mct.o libopenjpeg/mct.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7/% libopenjpegmct.c DD% /7@?h0IQ$]m ~H,t$ d0`44mct.cDrodata.rodatamct_normsmct_norms_realint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mul___const_seg_900001401mct_encodemct_decodemct_getnorm_GLOBAL_OFFSET_TABLE_mct_encode_realmct_decode_realmct_getnorm_realRS T $DRHSLTRS T  8 P @h h      H t ( 0@ X p                  $( 0 8 @ H X 6 6cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ 0p#x/ ;; I  Q Y hd``s0U mqc.o/ 1283316149 0 0 100644 17932 ` ELF+BH@@.shstrtab.text.data.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.data.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8Z  `@Z # `r  Z 1 (`  " "   @Z  r  Z 2`)  " " Z  + Z  `@  @ "  Z r  Z 3 ( @ " " Z  cr  Z 1`(  " " P5  .&  -&  %`&  2@  @"O   Z [`"@ "  2@Z Z Y`  :@Z Z Z" Z X " Z ZZ`Z q ƞX` @ "  Z [`"@ " Z Y  :@ Z Z X` " Z Z``" Z [ [`Z r ?   @ "   @  #" Z [` @ @  Z XZ "@ Y`Y Z  pZ Y` Z XX`Z s`8Z [` @ :@Z Z Y " Z X` Z [`ZZ r Y`  " Z X`Z #@ ZZZ q`9 Z Z  "`, Z Z @` Z Z  ` @ @   ?# " " Z +  `r  " " Z +  r  @ " " ? @ " " P5  2@  /`&  .`&  %&  *O  @@Z Z " : (r  " "` " r " Z  @ " r Z [` @͞P  .& S  -& M^  ` @^ v "  "  "#```*@#```@ [`s``[`)`#`[` @ #`#` @`@ ` #` ``)  #```8O`[` `s``[`) #`#` P@   @ .   @  @P    &.@&    $-& Oɐ  (r  "  " " Z "`r Z  @ " P  &@  -& &  $4O ^ `@P  v 6.`&=@O6P (v >v @v @v ?& ^  `, & ~ % -&  % & & P ^ _`&& ^ ]` 5 :@ ^ 9? \   +`" &   2@ ^  ? ^ `? @`  (Z  q` ` $Oq`:@* 8( Y@ @:`+p*pr (VV44 !!!!VVTTHH8800$$VVTTQQHH884400(($$""  !!AA!!AAII%% VVanotate8 `0$ ,$D\BBBDl؀\BBBD(BdBtHhBHpBDtBBLX00 @libopenjpeg/mqc.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/mqc.o libopenjpeg/mqc.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7/% libopenjpegmqc.c DD%%@-h07?$K[ lH,zt$D\lDlH\ X%D2 (=HdG[tj h H L `X 4h H p pD t (mqc.cDdata.datamqc_statesint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mulmqc_byteoutmqc_renormemqc_codempsmqc_codelpsmqc_setbitsmqc_mpsexchangemqc_lpsexchangemqc_byteinmqc_renormdmqc_createmallocmqc_destroyfreemqc_numbytesmqc_init_encmqc_encodemqc_flushmqc_bypass_init_encmqc_bypass_encmqc_bypass_flush_encmqc_reset_encmqc_resetstatesmqc_setstatemqc_restart_encmqc_restart_init_encmqc_erterm_encmqc_segmark_encmqc_init_decmqc_decode_GLOBAL_OFFSET_TABLE_`!# , - - ,- & R 4 S 4 T l4 t4 R S T 0 H  H( 08 `@  P xX 8h p     @  X  p     0 8 H( P0 8@ hH  X ` p x           0 ( H @  `0 X8 xH pP ` h x p            0   H( 8 `@ P xX h p 0  H  `  x        8 ( P0 @ hH X ` p x      8  P  h   (  @  0 X8 H pP ` h x    (  @  X  p   0   H( 8 `@ P xX h p     0  H  `  x    8 ( P0 @ hH X ` p x      8  P  h   (  @  0 X8 H pP ` h x p   (      8 P @h h      H t ( @ lX p   H   X  0 H  ` Hx   h  4    p8 P (h  ` 4   l4  h 4   t4  h    `( 0 88 @@ ,H D6 6cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@  `P!-;9G O"W$0b%m7hX|<0<U openjpeg.o/ 1283316149 0 0 100644 11148 ` ELF+(@@.shstrtab.text.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8@` Z P@ 0>   " @@#H @H@w`_`*@'`@ @w` _` * '`@ @ P `@@`H @`@`H@@^ @@^ @P5 @ & & ? &&&@ `@@`"H Z `@`"HZ Z @@ @@ `@@`"H Z `@ `"H Z  @Z @@ P@ 0>  " @@#H @H@w`_`*@'`@ @w` _` * '`@ @ P `@@`H @`@ `H@@^ @@^ @P%9!@  '!&& !& @&&?& & 4!& &&. & & @€ `@@`"H Z `@ `"HZ @@P  @;9` @] @ @@€ `@@`"H Z `@ `"HZ @@ P" , 0<<`L`@  ^ h@_@@@^(@^H ,P 0>`=M&O^ h@^ h^ P@1.3.0Set index to NULL when calling the opj_encode function. To extract the index, use the opj_encode_with_info() function. No index will be generated during this encoding anotate` |(0$ ,$(؀BxBHxԀBxB|@|B00 libopenjpeg/openjpeg.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/openjpeg.o libopenjpeg/openjpeg.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.74* libopenjpegopenjpeg.c DD% @h0&.$:J [H,it$ q(}x&pHIPxbt`(x#8Mp`|@P|openjpeg.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mulopj_version_GLOBAL_OFFSET_TABLE_opj_create_decompressmallocj2k_create_decompressfreejp2_create_decompressopj_destroy_decompressj2k_destroy_decompressjp2_destroy_decompressopj_set_default_decoder_parametersmemsetopj_setup_decoderj2k_setup_decoderjp2_setup_decoderopj_decodeopj_decode_with_infoj2k_decodej2k_decode_jpt_streamjp2_decodeopj_create_compressj2k_create_compressjp2_create_compressopj_destroy_compressj2k_destroy_compressjp2_destroy_compressopj_set_default_encoder_parametersopj_setup_encoderj2k_setup_encoderjp2_setup_encoderopj_encodeopj_event_msgopj_encode_with_infoj2k_encodejp2_encodeopj_destroy_cstr_infoRS T\t (08@H ,"8#h%&'(,*+D`h-px. 12 R S T(40567  , 4 ` l  8 P @h h      H t ( @ X pp  `  (   ` 0 PH h p x             ( 8 H , 8 h    ( D0 `8 p@ H P X 0` h p l66cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@  | P x$x!0@<JX RHZHe@@t"0"U pi.o/ 1283316151 0 0 100644 22188 ` ELF+S(@@.shstrtab.text.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8 0`2@ " 0 Z Л9 +p *@ Y` $W ( H" , < ,@u  4" $ @ $@ 6@a , 8"  D 6@R $ ;`Z З*" *p  $@=Y  $J @ 9 )0  ::`I@" P L" ( P ( 6@)  , ;  $ ;`J :` (9` I ;  ;`J 9`:`Z H :*R@`@$  (`" ( P (&O ,  "  D &G  $ " $ @ $&G 8 ," , < ,@ &O 4 Z 2 8 0`2@ " 0 Z Л9 +p *@ Y` $W ( 4" $ @ $@u  H" , < ,@ 6@a $ 8"  D 6@R , ;`Z З*" *p  $@=Y  $J @ 9 )0  ::`I@" P L" ( P ( 6@)  , ;  $ ;`J :` (9` I ;  ;`J 9`:`Z H :*R@`@$  (`" ( P (&O ,  "  D &G  , " , < ,&G 8 $" $ @ $@ &O H Z 2 8P 0`@Y & 0& &  Ȁ`@=?  ^ в@` @0  ^``%``/[`  @ / _@2@ & 9`I>&  2@ & <>>& ` `&O^` ȮGɬN `2@  4 & p & h & t & l 4& $ @ $@&H` pq  ,`& , < ,&HJ ,  &  D &@d   ! @ @ 8'@dp%@  8`.H7 ^   "&  l 耠@&@< 8  "@ @ :`:`@ # @dp "   :`@ .H# \@ "@  '@ &  t 쀤&@ h $ & $ @ $6H  p&  t 쀠&@ h $&  l 耦6G  8&  D 6G  >`^ У/p$@-0` $G^` $`?` $-0`?# ؓ*:`:` ܉)@9 8` .=`>` -8`8``` +@ "`@ @ `@ : % dp #@  : .H+ ]@ ""@"`  쀣@GE/ @,@ <<"@@dp  `< .H Z$ `G+`. &@ @ =&dp@$ `=.H X@%`"@!`  耠G /" @ ,@ 9`@" dp@!@ 9`@ .H [@ !@ G`G` GꀤG耤G` /@: :`1:``<,9``%.@ <=`"9 `< 8`&< <`H@& ( H& , < ,@G ,;`  $;  J?` (<  L@ : :`I@8^ @= H<+S@ G ^ 6 ;P 0 @   ^ Э=`-%-h ,& 0& &  Ȁ`@=?  ^ в@`@0  ^``%``@/[@`  @ /\2@ & ?`l>&  2@ & <a>& ` `&O^` ȮGɬN 2@  p & p & h & t & l p&  t 쀣 @t  h&  l 耥6@I  8&  D @6@!  ^ з= 4.$@& $, @< %8 $6@  $]>, $" ؋*@9`=9  ܅(868` .@=`/> -;(= `` * !`@ @ @`@ 9  % dp #@  9 `.H+ ]@!"@!  쀢 @/#@ ,@ ;`@"@@dp  `;` @.H Z#@ `@.@ &@ @ =&@dp@% `=.H X@%`"@"`  耠@@y/! @, @ 88"dp@!@ 8.H [@ @_``@[`@W@U@S *:`9``9 `<8& ,<8`8``< >``%@><`M & ( H& , < ,@( ,;   $: O@<` (< L  9 @  8N8`^ >`M@;`+0R`"Hb^  ,& , < ,&O , $& $ @8`!>` $@&G $ `&  D &G   $@ @ :'@@dp%  :`.H7 ^"  "@@&  l 耠&G 8  %@ @ :  $ dp@ #   : .H% \"  '@ &  t 쀥&O h  6;`P 0?`@   ^ Ы< -p"(p@Z ,& 0 8&  D @@  ?`^ З.& "& *`@/  _`'``@`.X@`@ @.Y@ `2@ & 9 >&  􀢠2@ & :|>`& `  G֦N `2@  p & p & h & t & l p&  t 쀥6@[  h&  l 耥@6@3  4& $ @`: T< $6@  $_`= `*0 $`! ث(=`l8` ܃.@;e8`` -;`^>` -; W9`` * @ @@ >`@%dp" `>`@.H- ]&@ `"@!`  쀢 @."`@ @ ,@`@ 9`@!@ dp  `9`@ .H Z !@ `@`- & @ @ ==% dp#@ =.H X@% "@!  耣@x. @ ,@ >`@"dp@!@ >`@.H [@&@ @_@[ @W@U@@S` )@9 Α8=`<ݓ8`&@ (@;= ӓ=<`Γ;`&; <J  & ( H& , < ,@@( ,>  $:` L< (< M =` 8H@;^  =J  >*pT`"Hb^  ,`& , < , &O , $& $ @`;P>` $&G $  @ @ =`@%@dp$  =``@.H/ ]%@  "&  l 耠@&G 4  " @ @ 9`@ $@ @dp "   9`@.H! \!@  &@ &  t 쀤&G h  &  D &OV   6:>s(#@sǙ*^` * )0!@ sa >@ *s [#!`@[[/ #ۺ s!s##s[# H$`@@ `@ >`>`@%@dp$ [>``@.H/ ]&@[H:`@ @? ; 8?`0: [DŽI@@ >`>[&a[`<`4> M<<`&a̞ [`8`0[  ::`&aЈ`[<4Y@ >~? &a &a > @ va^aAE[ Ȁ@Ů?#'[#sss[[][]@\[[@["\@`&&9 @ v^[`ؓ?`t? #+`< n8`#/`<h= #3`=`b=@#`@h , ^ @@`$``$`'$`$`'"@+=H: /9`C=39 >=? :=`= C<``*<=;```* =):``* =`#9``@* `&> @$` $` ` 8$` `` ;`:J @ @``` <<`L# `&O^[[`8[[sd4#ss`Ȁ&ON[ [[>@[ [[[^% > 9`I%[ >`8`K%=> J%׀@[[ϫ8` =8`<L@M@;<N :@ [v`^`*ʀ [[=@[ [Y q [a @["! "!$"!([` "!,"!0["!4`"!H[[#! [#!$[`#!([#!,[` #!0[#!4[`$#!H[$!8 $!<$!@[[Ϫ #ssa@&Of# [[8@[ [㾰>#-p#@s׉(#Äs(#Ϭ%@^`-'%@sᤰ> @  [ * [# @$[Ǡ #!?s!als [s##H'`@@ `@ <`@ #@ dp $@  [<`@.H! \$@[ H9  @?`)  8= ` 0 8H[ב> Γ=`[&a[<4< L :“<`&a[`8`0]  88&a[<4_@ =`= &a &a > @ va^aA[a @ɨ?#[ss#'s/[[]!\[[זs7[`[[/ '[``&`&``;`@*0v`^`[`ȓ?`<`#C`<9`#?`9 =`#G`== `π@`#` @j [7 ,^`[7 @$$$$`!@C@? k9 ?8f? G8a? ?`]? =f9 *=``8*>L:`*;F= @*  @&@: @$ $ ";@$  =`= J@À@  88`O#``@&O^`[['`[/4[ s8s#'s/Ḁ&OK[ [[>`@ [[[^@%! ã>! < L@%![!: > K %!ϕ=`!; J%!Ȁ`@A   ^в@``@3  ^`@`@%`` , ^`@,]@ 2@[> :`[&! 2@[= =['!``&O^`Ȥ`&O^߀ @[` :`9`I8@ v^*@[[>@ [Xp[ᨀ@2[ `2@ [[`2H)[2H%[[`D `[P%[`@%`[ L" [`H&`[`$d߀ $H#[[ ``@[[%[[$[[ $[$ [#[#`[[ #  ["d[#`["[[$`[&ਔ["`[! [ [' [[Ǻ`s#sa @&O[[<@ P^`5>(@* * )p" @a`@   ^ "@  Ȁ@  \ ] @@]  Ȥ&O\ @\  a &O\ ^ @@^ @p| X@?!ȇ83 @*C@@rҞ  8`,lL @@_`_@'>'+^`)0@(>#-, @#*@ ,"!,?  )p?` &0$@1?&X$#4> %5@0-F ) ]@@ &N``]@@ N``]@@ N`]@@ N`  ]@@ N` w>N``"@ZH` 2@``"@`"HNH6Hb  O4`P@`C@ `L"@~8$`P@`R"H>1$@ L&8\&D($@`L&&8&D &$2@\ 2@L&&8&D &$&8 &D`&$&8&D$@ H$X&@$@`H&$&@ &$2@X 2@H&$`&@&Τ$$  &@&Ĥ$$&@$@ D&HT&<$@`D&||&H|`&<|&|$2@|T|@2@|D&||&H|&<| &|$&H | &<|`&|$&H|&<$$`@;@ P&L`&Py$@`P&&L`&P`&k$2@`2@P&&L&P &X$&L &P&N$&L&PH$@ d&hl&ph&lp&t<$@H`d&l&&ht!`@@ `@ 9  %@ @dp@ #  9 .H- ]!t@!@ &l&px `@@ `@ >  %@ @dp "  > .H [&x &tl&t&$2@h@&@qp&@'l&&px&`@@ `@ =="dp@" =`.H [@% x%&tt&$d&px @ @ > > "@dp  > .H Z@&x'@ @&tt&d&&ht"  @ @ 9`@ @ dp% 9` @.H X!@t@ "@&ll&~$&ht# @ @ <`@ %@ dp@ #@  <``@.H/ ]$@t"@ @&ll&x `@@ `@ > $@@dp" > .H+ ]@&x @& &p &t>$t%@ @ =`@"@dp!@ =``@.H [%@ t @%&h&lx&`@@ `@ <`@"@dp@! <` @.H Z$@ x$&@#&p&t?6OL &4X&@L&8\&DD&HT&<P&L`&Pd&hl&ph&lp&t >CPRLLRCPPCRLRLCPRPCLanotate:0$ ,$,,8`,T (B@B dHH0 0@D ,8@(hHlibopenjpeg/pi.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/pi.o libopenjpeg/pi.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7.$ libopenjpegpi.c DD%@h0 ($4D UH,ct$k,x,@8 `,-.p 4T,# (-&. d7?pi.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mulpi_next_lrcppi_next_rlcppi_next_rpclpi_next_pcrlpi_next_cprl___const_seg_900001801___const_seg_900001901pi_create_decodecallocpi_destroypi_initialise_encodemallocfreepi_nextpi_create_encodestrncpy_GLOBAL_OFFSET_TABLE_<!`" "H#l#%&< (**,-H!-d!-!-!.%.% /|R/S/T/$/R/S/T/$/R/S/T/$/R/S/T/$/R 0S 0T 0 $  8 P @h h      H t ( @ @X p  4 # , - - . .p  -( -0 -8 .@% H .P /@X .p` /<p -x - - .%  . /L .p /< - .p - .$ .0 .< .H  .T0 .8 -x /t .p66cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ ::%;$>0?:<@J@ RCUZEeHtM0MU raw.o/ 1283316151 0 0 100644 5268 ` ELF+P@@ .shstrtab.text.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8 (@@Z Z " :r " " * "  `@ "   @ *   @ "  Z *   "  ""   9@ 9 anotateP0$ ,$BB libopenjpeg/raw.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/raw.o libopenjpeg/raw.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7/% libopenjpegraw.c DD%@h0!)$5E VH,dt$lw~8hraw.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mulraw_createmallocraw_destroyfreeraw_numbytesraw_init_decraw_decode  8 P @h h      H t ( @ X 8p h  6 6cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ X'j;3AI HQ 0\ 0k 0| U t1.o/ 1283316153 0 0 100644 29004 ` ELF+m@@.shstrtab.text.data.rodata.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8@  :`*Y@@ 9 H  /@  Y@:J@:  @  @  f@ ;` /@  Y@:J@:`@ : Y `@ : `; *Q  : )pP9`:`@ : Y `@ : `; *Q  : )pP9`:+p@" 0`Y :`*p@ 0 0`(?2?`(p`  2 *p @ 2 22 2@>__? +_ ^ @?`V` ;V`@J @Gޑ8  =f@<*0`(uK@<@@@' `d ; L<` $  =*0 `(@u? @  8&=<@ 8? <u`16`P_>^ /`? ^  @=V`{V`@=@:`@=@"@0`@ f@& 88H#`<*0@ `(w`@"@`=*0 @(w`@ב= ; f@& 8:&`'6`0& ,`@>`/  =  ,`>@K  (@? `6@6 , @1@   , @  ;s? s8s> 8^ >` (H@8@^ L; @9 *(@ @<`< =  @ ,OԀ (OǬ` ,@O  (`@2`6@* ,@%`? ss8`s=` 8^ : (J =^ M;`9`+0)0 <`< = ϐ@@ ,@ O` (OӴ` ,Oɺ @ ,@>  -.<=`@H ` (`@< `@6@3 ,@@.@@   ,?@@ ` `:`s8` 8? ^ 9` (I8`^ K >.p=@,0@?`<>Ґ@ ,O׀@ (Oʬ , O`  (@/`@6@' ,@@"s8 8= ^ ;  (J 8`^ @N@<: /0)p@?`<>@ , O ( O֮ , O̬ @>__+^ `@? V` V`@@' <<`'`;`   f@ b? *0 `(vK @=@`@`;6`P>_? ^ /`^  @=V` V` @ @78`*0 (@w @ @ @ d@&`@6`@& ,@>`.`  =`,@J  (@> 6@5 ,@0@   ,@  :`s< s8 8=^ 8 (H@8^ M@;`+09` )0@?`<J@ ,OՀ ( Oȸ ,O  (`@1 6@) ,@$`< ss8` 8=`^  (:J =^ N;9`+p)0 ?`<@@ ,@ O` ( OԮ  ,@Oʨ @ ` ,-?=` f@.>?` @H  (@<  6@3 ,@.@@   ,?@@ ` `:`s8` 8? ^ 9` (I8`^ K >.p>@,@< <`?`@ ,O׀@ (Oʮ  ,@ O  (@/6@' ,@"s8 8=`^ ;  (J 8`^ @N@= : /0)p@< <`?`@@ ,@ O ( Oִ , O̮ @>__? #_`^ @?`V` {V`@+V`@4?`= *0 (w g=2H =@"H"``Y<<` $ ?`*0  (w d đ?`9`@ 8>9 `1?#6`P_?`>^ `@? V` ;V`@ @"=c8*0@ (w`@"H`n=*0 @`(w`@=`;`f@& 8; ِ`1?#6`^ & ,`@>` ? `-+ ` sϮ sߵ> #ת``#`(@q `#`#``,@u׀"@;`8`8_` 88J@: +pP@@*`89 _` =K@@; `*Q@ @=`8_` =`J @9 *pP@= `8_` 8DŽJ@: +pP@@ >  ; =_` : K@@; `*Q@ @)`8:`_` =`J @9 *pP@=`8_` 8J@: .0P@ @= `8_` =N @; `*Q@ @     @+ >``(_`:J8*pU: @`O=`[ߛ5` t 0p?@@Ϊ[ϓ=t @ : @6@`,@ @Y׀ @1@  `,@    :s: ss> `8_` :``(I@: _`K8+:@ )p><`? |@`, OՀ : ss=s`8_` ; `(J8_`K :`@; )p* ><`? X@g`, O b׀ @6@  `,? @   sd@8s ;`s: `8> _` :`(J: _`K@8:*p*><`?  @/`,OЀ* sd@: s 9 s`8> _` 8`(K : @_`I@; 8*+@ @ ><`? @`, O܀`(@&O`,`,O`  #^  ,`@b>> /@)<  # s  sǨ` (@I `#ϴ`` ,@ @r@9> 8_ 9`J@: )0P@* 8:_ =I;`*R @=` 8_ ;`J =`*pP@=  8_ 9`J@: )0P @ > ; 8>_ =I;`*R @) 8; _ ;`J =`*pP@=` 8_ 9`J@: )0P@=  8_ =I;`+0R @   @[v @@®[v @@.` @6@ ,@ @@S@/@   ,@  9`s 88_ >` (;`K 8_ I@;`: +0)0 <`< X @@ ,@ O׀|s= 88_ 9  (H:@J;+p_ 8 (p@<`< 6 @_ , OZ@3@   ,@  :s  8=_ 8K d@8 (:_ 8I;+p*  9`<`< @, ,OӀ's  8=_ :Jd@ 8 (88K (p_ : @)0@9`<`< ݐ@ , O߀ (&O , ,O``@ v @@@@?? 0@/-_;`>\>>`> ? @ `$@@; ;<`@> $@@; ;<`@> @#,#`áH NRTXP> 0>`O@>@-p@^  @v ^  € %:& 0^  `@& 8` 8 4[? @+p@^  @v ^   :& 4^  @& ( & ,:㾀>sǬ s? #?`_>__?##sssw]'s(,<`<L`@ [  \ `@<0?  ( ,=`=M@&O[ @ c? ?[&((@[  [@ .[  @ [  @ ^@[@¦  [Ϥ [Ǹ   [( @  `@ H  * *`@ > `@`"@=![[ϓ=ە>8`> [[[ϔۓ=8> D[[[ϖە>8[瀦`"H[@[[ۑ:>s; 9`ߓ:`=9 ߀[@? (@@: (`@&@[ǀ @@[ )%@[ %$`[( @`@ [ (@`2@% @ @ @[ %@[ %`%``d@d@d@@@[`( @`@ @ * *>  @@[@[=@[ %@`@[6OK[[π"@[@[[ǀ 2@[@[[&88`@1  [\`@[@$@@[&@ [\9 `@&@ [ǖ?\ % &[Ǡ `8&O[ǁ0>^ >s? ^ ````%<#;`^@?`   @  @ . s  @  s @ `0@ˬ   ^` ` @ `@ H  ] ]@)`>2@ ]][`;  : @[  Y 8@;@ @@- `@`@`"@ ` 8?`>? ` 9 >? `;``?`? 2`? d@d@Oڀ`i @=`@`@`H  9`?`>? Ԑ : >? _:`?`? @  `@ .  @[  @[` ?d@d@ Oɀ`+ @`@`"H ` :?`>? ` ; >? $`9``?`? ʐ`? d@d@ Oڀ` `0&O=^`P@ @  @r @w`w`w`w` '`0'`4P @^ @^ @^ @^ @F㾀sv`(``@/ @7ss[ Y?h#5ssss^`[[[Ϧ@[^@@@@[߲##>`s(#ss'[[' \` @ s/#;`#7[/:`9`I$@θ (#?sG_ [G@<;`K@sWsO#_sg[W_`[Oso    %  @ #['[]@'@ @ [o['[X`` ` ! $$@<# : [瀐@[= Z 9` (O@[' ,= [-pY @@B <``+0@  `*!` `&O `@@O`+[@( `<`(@ ` $ "@&>@#ww .H ; `T> : $ @&O @O߀`[[:s[': ss $7  [=`< !8<`[o[O_[g`@sO#_= <H@&OX[W?[G[/ 0#?sG``?`;K@ &O:_  (;[/#;`@&O&[/[['``s# &O [[[4[`0 #ss&O[``#`@%?hss? #Ƿ,[[`^` @ s#[``9`8I`$@ں`(s#_`[ߠ s  :`<`J $@[[ss#Z`[s(`= =`=^ `## `" #``@ [[[`  $#``@ [[\  '#^  ( ,(`@$ (@!  <`.@ `,@ @>`@ (`8@ d $&O O逤`lj==`I<[.p\  @ @6 <``+0@  2`  : @&O `@O퀤`[@ `<`+p@  `$  "$&O O퀤`[@_ @_ [[8`s#``9 ;M&OP[[@Z[[ϒ0 s#``89`H&O._``([Ϙ#`&O[[[s# @ &O[  !"$%'(*+-.0134679:<=?@BCEFHIKLNOQRTUWXZ[]^`acdfgijlmoprsuv  !"#$%&'()+,-./1234678:;<>?@BCEFHIKLNOQSTVXY[]^`bdegikmnprtvxz|~     @@  anotatex600$ ,$@404pp؀t<P4̀BD@DLhBLB<B<B@0 libopenjpeg/t1.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/t1.o libopenjpeg/t1.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7.$ libopenjpegt1.c DD% -:BRbj@rh0|$ H,t$@4X04pxp#2tFL<ZPi 4x < (DT@DL  !)!:"hI(DX,  o%2BL`u,HL,<,1<t1.cDdata.dataDrodata.rodatalut_ctxno_zclut_ctxno_sclut_spblut_nmsedec_siglut_nmsedec_refint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mult1_getctxno_zct1_getctxno_sct1_getctxno_magt1_getspbt1_getnmsedec_sigt1_getnmsedec_reft1_updateflagst1_enc_sigpass_stept1_dec_sigpass_stept1_enc_sigpasst1_dec_sigpasst1_enc_refpass_stept1_dec_refpass_stept1_enc_refpasst1_dec_refpasst1_enc_clnpass_stept1_dec_clnpass_stept1_enc_clnpasst1_dec_clnpass___const_seg_900002901t1_getwmsedecallocate_bufferst1_encode_cblkt1_decode_cblk___const_seg_900003501_GLOBAL_OFFSET_TABLE_mqc_bypass_encmqc_encoderaw_decodemqc_decodemct_getnormdwt_getnormmct_getnorm_realdwt_getnorm_realfreememalignmemsetabsmqc_resetstatesmqc_setstatemqc_init_encmqc_segmark_encmqc_flushmqc_bypass_init_encmqc_restart_init_encmqc_numbytesmqc_reset_encmqc_erterm_encraw_init_decmqc_init_dect1_createmallocmqc_createraw_createt1_destroymqc_destroyraw_destroyt1_encode_cblksfloort1_decode_cblksR66 ST6R6  S,T6R6 ST6R6 ST6R6 ST66 ,R8S<T|787899:8: 7 8 9 :,88<:l:888t::: : : : :! 6!$R !,6!0S !DT !l;!|<!=!>"?"(@"XA"?"@"A#tB#C#D$D$D$ E%4F%G%G&@G&PG&H&I'J'K'DL'`G'J'J(C(D(D(D)M)N*C+D+,D+@D,LP,hQ,pR,T,U,?,?,?-6-R,-$6-4S,-8T,/W3B5?5$?5l?  8 P @h h      H t ( @ XX p  x   L   <0 (H ` Tx      ! " (D  ,H8 ,P 1p !  , , 6   6   6   6    6 ( 0 86 @  H ! P6 X !` -h6 p - 6   6   6   6   6   6    !,6   !( -$06 8 -H ` ,  ,1606cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ 66 @@)F5G:AGOGX 4WP8)_Th  j_x yh0 h0U t2.o/ 1283316154 0 0 100644 17876 ` ELF+BP@@.shstrtab.text.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8P>`@  @O @P @  "@ >@2O>:`@  @@  @@  8`@$@!8 @@ ?《@  9`@P@ @ !?`@ @ ?`@  @ ?`@  @ ?`@  %?`s? _#˸ssss $(<`: #ϡ+0,$ (#Lj@^ *)0@ @X` s@" [  ?-`-`-`-``#P9`5@ !@ >?`-`#P84 ;`@+#@-`sǀ`@8[`@4 [=`+p ^ 8# -p@\ @\(8;H@ @  \ @%0( \(" :`@<9`=J&O_`[( &O^@˲ >@[s @ [ @ [Lj` 8s-0#8# %@.,s##s+p[X`[@``;8`K@ `@  `]`Y  02@ @ "H@]` ?`@@8```=:J @&O\``?`<`L @  `]` \0 @  ]` < >@  0p?@["@s`@0@ $,< ]`(@[>00@+>*p\& *0```@  0@ 2H N=  J=,   8=0@&O\=P,$,00 6H(`@=\*# *```@ 02H =, :`=  @0 &O\`@` `88`L&On_`[[( s#`&O1[@@@<>@[@[@ . .[[` @[[= .p&@,p,[\h[b(; *" *p@%[` @[j [[׸ <[<`ǧ.ϗ;;`,*@_ *p# ,0& **0<= M@`@@  ^] @-: `]8`@0@%0[` :`@ [[h ](:`)p")0B8@[> ` @8`;K@ @ &O\[` (@&O_ N[χ:[:`ˉ( [-!_ ; @(-  <<M@@'   ^ ]`@ 8@`!\  ;@0  %0 : `@ :`: I@@&O\[` (@&O_ [<>[&>`>P^ >``-0=@-pv >> ^ t# # @#  #  @@ # ? @  ?` @ #  #  m# >#Ӯ@_s3s߰sss][s` `$`(:`8`#ϑ,0`,"^+p `)p-pX# @9 @5 Ϥ ^8?`.0%*@"@$( @ @@] @](> :J`$H(  ]!`0`888O@ &O[ ( &O\ @[ @ [ 2@[[ `[^7[ת[@ @[`p @ [[`s|:@[`@ @ [0H_s =@ [s%?`@ s@ 2@K@@[@ `"@[@ @ [Ǩ`[@X[[[Lj&@!`[`p`@ [Z`|"@"|r`[&@:ȱ<[@ @[H0_# 'w[&@? <[&>`<`@̺ ,0Ϣ`@# ;#+*0# a-!@ @)0- s(_```@"@`(` `@[  <<J@ $H`( s  [[ @`0@ <] ;`@ @[ 2@`0%`,x8@ ] (<@ @ ? ] (> <@"O ?` #@%`  %`$%`,`$%`$`0@  _  8`f[`,`0]`=+0]`@` @ _=;O =+p`,]` `]`` 8=]`#]`  7:`$:`@]`! ]`@ _ =  :# 4O]`8  =8H&Om[`(#@&OM_`@@@<ٱ<@[@ `"@[``2@ [` 2@[ߺ` [['X`^ @ [[[Ǥ'@ [`p`@ [Z ` |# " |r `[`@`@ [H0_%@'w @ ϸ [<>^8,$@*  "@w (  @@q``<`<L $Hj (  ]`` ,"@W8 02@  0^  0`& 0& (=^ ( 2H 0 `& 0:@ `I (8`.@^ v  (=^ @; @ 2@u (% (9`& (%  %  ,"@ & , ,`@@ 0 `& 0 ,4O8``;;`K &O\` (`@&O_ [<<[&@? <@s_>` _,0s?`sג sǭ*p sߵ>s##] ]   _-0\$)p%_ǀ$_Ϩ_#d@`@<  #>@ << @ks@ [?`@'@ :@U [ >[<`s< s> <? @@:@@,@< s= \[[ǒR[׀<#@@[ǩ9 sNJ'@9`@2O,π|@`"@@ 4@ < O #['[\ <^@ < π<@ O< >[<`? s< s<<`@<[+'* @@[d-p,,p[?`-p@@R< [ǔs\' [ߙ8`[׀<@n#[lj=`[ע@s @3[[`h`@Yb(:`*# - @@``$!L@ "@ [`"@[ $Yb(:.0%*p@?$Ϣ $@$[`  `[#P&#P@2O,%< ?`[,@@@< s[\% [ߒ= [׀<@#[DZ:[ߐ@scP`!cP@2O,< [<@[[Ϡ << d@<  sϕ>s> # s^ ^ @*sǤ<0<\>-@.-%+ @%@!@ \- [< @[ᤅ(\.0@ a\@@"@ @B? ( "@ s,(  H  s\$[ו;[Ϙ $@  \`:*p" *0$$8*8`  :\`*p" *0$ 8\`<(p&+ @"$=  @2O(+p( +0`"@ _`h,(@  _`h[ג$Yb(`8`(#+p s\[Ϙ:`h $@  \`;+p +0 $$:`ܑ8  9 \`*p" (@`$ 8\`+0#@ *@ $_`h`Y"(9``+ @(@    7_`hXH`Y"(;`*# *0@ @&@L`  @Y"H ! `_`h ["H   "@ ``"@` 8Y"(+ @+p ? <   ``@ '`= @2Oi(\@ᤀO@? _`h-*- ]H,p`+p@ '@$ <[Ǖ?`@[<$>`d@<P@ *r  r r @Expected SOP marker Error : expected EPH marker Expected EPH marker Error initializing Packet Iterator anotate#0$ ,$<L Ā H,BB00 8libopenjpeg/t2.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/t2.o libopenjpeg/t2.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7.$ libopenjpegt2.c DD%@h0 ($4D UH,ct$k<{LP  T0  &0<IPXfsH#8,&#1t2.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mult2_putcommacodet2_getcommacodet2_putnumpassest2_getnumpassest2_encode_packett2_init_segt2_decode_packetbio_writebio_readtgt_resettgt_setvaluebio_createbio_init_enctgt_encodebio_flushbio_destroybio_numbytesmemcpyreallocopj_event_msgbio_init_decbio_inalignprintftgt_decode_GLOBAL_OFFSET_TABLE_t2_encode_packetspi_initialise_encodepi_create_encodepi_nextpi_destroyt2_decode_packetspi_create_decodet2_createmalloct2_destroyfreeh4Txd !<"\"  # $ % $ <& & l'D-L-  (RST( 8)|))*%$RR(S0+4T, ,D,$*8$L%\$R8S8T8('&--/0,11RPSP$TP((010112D411"p1"2#<6#8  8 P @h h      H t ( @ PX p  T 0   #8 #  D(- 0 @8 @- H X L`- h @p x-    h     #66cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ #$ht$$'0(:<(J)X R.`6Z0pe9t<0<U tcd.o/ 1283316157 0 0 100644 38556 ` ELF+@@.shstrtab.text.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8@!sǠ s϶^ @^`( :s^`(` : s^`(88` ^`(?`? @>`>M`@ò[s#\ 8\[@H =`s   ;  :>`?`@ @  ] x@`<`s```8` 8;;`@``@s  ]`@Й?`s:s>`s= : 9`9 @`@L  @`$( ;` >s```: ` 9`9 8`@:`8H`@&  _`h@`0:`s`9`s```8`` 88;@@;`; J &O_`ȸ @`( Oآ`@` @ &O]`@ 0 &Or] @[[ϮcXs#``<<L@&OE[Dz@P@ X  r @ w` _` @ P@^ @AAA A@?@?Pss#sv (3v 0H`@^ ' [[L\ "`@#X[!\` q`?\9 [ߩ-sǸ (#/ps#׺ (s%-#% s^[ےsH! @ @ =#dp@% [߻=`.H X%[H=``@@[% [ ? [<]s80;``M > :$[[ < 4:`L@= ?`[  [[80[ >`; ["[[ < 4X@ ` <<`[!` [[ $ [ @ [[`%`%3@[ [H`@4[[ ][] ``` `%`]"=9 [`^ 8[ H_#(  ?.`". =`@.H) #%$ [ _ [_ [`` !<_ $@;`I/X=I3K ^#ɹ$ $  #P!`@ `  ' `` +$  [2@ [[9x[[ `[ @2@  )$  [` @&O{ [;-#@@+0[r[# `$@[sss[[X[@s'\[[ s/^`[=`U= $ [[X`[ ``? J>$ [[Y [?`@8$ [[[[   > 5>`$     $%Z>*p@ t ['`$  >/p,p@ t   $@O[['?#7,#G s?sOsWs_[/ 7 %[_#o^ @sg << $` 9`<$` ? <$` >< $` d@$`['`@ [W``[g [g`?`= `*8>`*;ؓ= *` : ӓ>*&@;@$%`;%`7 @<#s#w['[?#s> ?[?#w>`[?<[?[' >|= ['#{ =v>[g @G o# [g,@`#,@#,@ {,@7#,@ ###;`  zD #zD'  `@   `@    @    @    `@>`[/?`oh?`' 8c?`' =`^?`'  ;Y?`' $=[/:N@&:K>`' >L$:`B>`' !@9 <>`'  %86>`' 7['[Od@ 8-p@@ @8[ @= [\[[@  %#@`AEI@' $['c$@' [g  -#@; :N8`*& @,w   ,$@:`9`I @  _ `u(_  0u [g*# >`>H@@ &O_ [g= 8O@`@ [gs ! @ @ ?`@!@dp$ ?`@.H' \'@Xs?` [g@@' <w@=`M[_  @;s<`$= n;`$= _; $>` Z:$ > {> *8`>*:~>  *:`y>*&9@$$=$8=`K;`@ @t =@>`t ; @:t(> 8`J @Y  5" @ @ =`@ @dp@!@ =`@.H1 ^%@Z=`@@/ =\ @>``M 8`:& = @:`& =9`& >` 9 & $@ v  d^ v @ v  d@ v ;;`K @&O[`[g0s  :<L@ &O%[g ([g`#&OX7G[W[_7 [/` #7#GsWs_O¨?[ 0[[`[d4s 8#ss@&OV[נ`#$OI[߁0s#[] _`s @n  [^ @@\  \  @O    >=`H@=  ] ] "](@] u ]("ŀ@](u(: >`N @  ]Y@@! ]@@X]@[@`@;`; J &O]@] `0 ; :J @&O] @] u   (  &O `&O\@\t `0[`&O[[@_ w #$O[[_` @\_` tAAA A@?@?P@/s;#י>#ۭ+0s `_+s?#-0` s#[߫,` s%@sǂ# s_ [ۮs H `@@ `@ :"@@dp!@ [ߕ:.H; _@"[H: `@[5 Z` ? [>^ s80<`I@8>`$[[<4;M 8`:[ '`[[`8`0Z@@9 {8[%[[ < 4]@ <o= [%` [[# [` @S [[!`!`J%@#[[ X[X```` `% `X!4<Z= :K[@#/ɳ$ !$  #P`@ `  ) `` +$   2H  [` 9x [$ [` @&O [# $@[sss[[Z[@ s'\[[s/^`[@< "8& [[X[`;`>& [[[ [8` :& [[Z[ ` ?`>`&     $ ]>+@ v ['`&   @* ['#7#, s??#GsOsWs_[/ 7 &[_#o] sg ;ݓ<'  =`ؓ<'  ;`ӓ<'  >Γ< ' d@ ' [' @ [W  [g [g 8`Ǔ=` *:“> *:=` *&@:`>*=$$ 9@$ 7 @<`#s#w['[?#s?`[?#w>`[?<[?['? S=`['#{ =M>[g@[g  o({( G(`7( #(######;  } #}'  `@    @    `@    @    @[/o:@?`' :;?`' :`6?`'  = 1?`' %9`[/<`I@&@> #>`' ?`8H%;>`' #@; >`'  %8` >`' 7['`[O`d@ :`,@ @:[ @8`[] [[@ `@!#@`AEI@' $['#$`' [g=;K@ @ [g!s %`@@ `@ ?`@ $ @dp @  ?`@.H) ]'@Zs?``[g@@) = w=`[I@_  <@u8% =  o8%  ;`=% >` [;`% { ; >  *8`> *:>  *:z>*&:@$@% 9@% @]   8=H>`@ @u`] "] (@] ] ("@ @] (  >@=u   ;@;`u ( :  ; H@ @U    @ @ <`@&@dp" <` @.H- ]$@Z@<` @@/ =]`@>` `M@8`:& =@ :& = ݓ:`& >` ؓ9`& $@ v  d@ v  d@ v   9 8H@ &O [`[g0s  9`9 N@@&O[g ([g`#&O{7G[W[_`7[/  #7#GsWs_ O?[[`[0[$4#8sss &O[ׄ#$O[߁@s  v (  H^ $L^ %HL=8K ; ,p"-p"*"@@)p^ q X@#   0^P ^P=`*@ 9 +0#(p +[# [ Z`%``=@u`X &O^P`@Ӧ # X@  ^P^P:-p[@ ]` : -X%)p(p%@]`H"  @  @ :!@ dp @ H:.H Z@"H:` @<`1 80:`J @9 8%`> <48``H ::%``80Z@`88`%` <4X@` ; ݓ:%` ^``:`<`%^` `88`%^``;8%^`  ` :=`@% < ;`2@;?`2@? 82@  >=X&O]^P^`'0< (=^`&;(;`^` "^` "` ^`!`^` 8 #`&O4X@?@??㾀s>v 0-^P@9^ :,p*p *0$@-0!$@s^P@^ ;/0Z'+p@.' s^P@# `@?[#)sצ`!_@ssߺs#s[[X[sX[[sZ`[@8`A>`%[[^ [`; 6>%[[_ [ 8,>%[[\`[@` 9`!9 % %8+@.0@%@@u$@([[?#/,#sss'[ / %@[@#?] >`s7 >$ ? >`$ <>`$ < >` $ d@ $[`@ [  [7 [7 <= *< =` *:ғ= *=͓=` $@ 8* $8d@&   d@& / @?`#C#G[ #C=  #G<` < [ ?`n=#K >i=`[7` @[7  ?*@K*@ *@#S*@ /*@ #c#O#W#[#_`;`  } #g}'   @   `@     @   `@    `@[?`=]< ' `:X< ' `>S< ' ` 8N< ' %cO=`[9 _M@$8@=' > O8`K%;`6=' &@; 0='  $:*=' c/[['d@`:.@@ @< [ @; [[`[[Ϙ@ " #ww@`HL @ R' $[#$ ' [7  =`<`L8+ @@.0w   == K@`@ՠ [7so`%@ @ < <  @dp# W< `.H' \$W[@C< `[7@[) = _ = M@[o;G@<$= ;`$>` q; $= l:$ > K> *:>*8>  *:`>*&9@%$=@$8`;M >`+0% @*v> @:t 8@:`t(: 9`I`@J  #@ @ =`@%dp "@=`@.H1 ^%@Y=`@@S ;^> `K@ ru8@ 8 :`%>`9`%=9 %>  8%%08`;K@ @ &O[o [70so=`<`L&O1[7c ([7 #cg@&O/[[ /[s#s#/ @O?[Ǵ0[[[`8#ǚd4sss &O[? ^ 0^ 8s^ @s`@~@)s>`#Ǩ .p#˦.p\> )0$O -[@wG][[` `@6  O @'   _ (^`8`@`` _`:`J  P;*0@΍$(!  $O_ (` @O [`x` &O@O_G #ss\` @ [ψ` [``8=M@ @ ˀ @􀦠@z Y   8`:`J @d   ^  [`_ (] `(`%#`4;:%@"`4}`4 @ `"@ `4`4-`%`4-``4"@`4"#  "@/`@`4@ :-p%[`+?@# [`s #`4-p#[`-0@`4;+%-0[`?%@# `4= -p#[`-0@[`;@s #`4`@  =`= J &OX``0`> ; K@ &OY r ( Y @   = ;`K`@c   ^  ]_ (] (% `%4;;`#@%@44`}@ @`"@ 4+`% 4@4+`4%@ @4%@ ``"@.@4 @ =`+%]+p?@ `]p`@]+@#@?-p@4=`+%]-p?#@ `4;]-p%+p@];`p`  8`= K@&OZ`` 0`> :`J &OY  (@~ Y @   =8`M@@h   ^  Z`_ (@X` `( ?%@%?@&@`4?%@`4@d`4`@ `"@ `4`4-`%@`4-``4 @`4 @%`"@/ @`4 @ 8`-p%Z`+?@%Z`u"`4-p#Z`-0@`4;+%-0Z`?%@%`4= -p#Z`-0@Z`;@u"`4 @ ` :`=H@@&OZ`0`> :K &OY | (Y    8`;`M@`@g   ^ @ ]_ (@[`(%@ ?#?@@%@ ?d44@ `"@ 44-`%@4-`4# 4%@ ``"@/@4 @ =`]+p# -p? `]p` @=`]@-p#?+p4= -p#]-0@#@ `4=`+%]+p?@];`p`   =8`K@&OZ``0`> :`J &OY  (``  &O`[Ϯ[߄ ` sϰ`s#&O\[8[0s#`&O[P^ @ ` `@  >@^ @ O>@^ 8>`*r 0 @ޅ *s 0 >`" #>\ *p[ @Ă  ^ @`@ ` ``=`8O`@  X9 9`J @  ^@`Z"H"4448 @->+p# Z+0`@@ ``:`+'Z/p?@`#Z`@\`@  # ԃēb8&OZ4"@"2@4:F`@ @:`Z+p& +?@ "ZrZ?:- :`Z/p'+4? Z/p#?.#@"4Z? /p#.Z?`@rZ ?4Z?`+p& +𡣈: F= 2H"4`@ ; >J &OtY ``0`?`? K &O^X`(&OO` `@&OB^ [ 0s# &O0\ @$A ??p@%#) sߒ s^ 0^ 8^ @^ s $ @Fs # \[ $(@~  \@``@q ` ``=9`M@ `@b  Y :`:K@M  ^@ `8@'  [` @ [`%[`H"@ #WW߅J`JէAA`8  &O[``  @``$`"% [ $ ` ``$`#(" ]$(:: M&OZ```0`:`=J@ &OY `` (@ &O` &O\^ ( X`-@#[^ (][  8 -@#WQ( [#W0sHQIOYW&O\\"[ H^h=` .+p*@ %0(=8[ ;?;/9 ;7@(u7/?[ @ [ [  L[0?sss ?`43@`;/;70@;?@#W;W=/7? [[w``;? ;/;7.@  ?(_7/IH?``@ ` -P ^ ` @ [=`S^ ^ ( ;?;/;7@/7?s'@z> (HQ;?;/;7I[;GA@ ` /7?G"@: ``"@.0 [';`s =:s =:`s ssχ9 s H;?;/8;7;G@[/<7?G2@0?7`߇9p2???/`߁9@*???'`:s =['=:`s 9 s ssσ8s H;?;/;;7;G@[G</7?2@??`?``$O} > (];?;/;7Y;GA@ ` /7`?G"@> ``"@0 ['9 s 8s ;s =ssϗ; sח= H;?;/:;7;G@[/<7?G2@?;` ߓHCJ9p4???1` ߣHKJ9`*???'`8`s ;`s =:s =ssϑ:`s H;?;/9`;7;G['@[G</7?2@??`?``$O 烩E#P;?;/;7;O@['/7?OS > H^h>`(p([+[@ :;?A;/;7@ /7?2@0< H_<[ [`[ ss &O? @s/#s#>`^ 0,Z`sY@-^ (@& H-^ $,pY $$v 8^ 0[ v @^ 8^ @^ 0s @O@ >> P,^+@`@'+p  ]c, _ h@` `$ _ h`! ``;_ h;``I@  &a _ h`` &O]=  4 8= L@8`;K@:`@ _ h p(@ #  _` @  _`_`  +_`@`=`<: _` `; 4:^``` @_`#@@9`&:^ 2@2^`` @b:: H@ < K "@`_`[09 `(p]`  " `\`9`-@@  #!``` `@&O ` @ O߬"@8`02@3`0`` 6H.`0: < I@8J@ @`_` \ 0:``)p]` @ Z:``*p@ #+` "``` &O` @Oެ @`084#@&Od_` @$[^! ^`^" ^^%]`2@ ^^X` ^[P^[`@9` Y ^\ P^X@9``@  [  ^^@`@@  0^@ 2H 0@ 0d4&O^@^ @@*' [` @ [ `2@@[<@ ' ^ @[  :s <s = s sϯ=ss 9`>= @[@  ?@2@< @ P> P[_ ^ P^ @  @   ^@_ `0&O^< >s,p#$@& H(^ @ ] -`,p@@@$@*v 8 *$@ ^ 0>*0Y &$@v @@^ 8;ǚ`^ 0;``H^ 0=`L^ 1=  K_@; s@ `7 4- `(p@J)0 [   Z`0^ ]@^ @4  ^ c, _ h` % _ h`# ``= `<K @ _ h #a _ h"a _ h# _ h #!   &O^  4` 04@ &O[ 888H@= -%@@*0_ hsb(' [ZZ(@Z0< <`@@@  [#Z_@@ @;[@\` @%; ^  a   0  %"^@`; *@t [[`@Z@4@&O^@@[ [\8;@[@;`@Q   ^ [[0$ @)^[\ 0$\ (#]` "$\ (Z `$ 6H[<^*p[" [)p P ^0? $^ 8@ ?>[]`(^``$ @[]@]@`@@: 8@: 80d4&O^@[ [^`;!@[^`@ @%[^`^`^"  ^_`@$Y@ \2@ ^^^` ^X`P^[@?  ] ^_`P^]@? `@3sϬass#s^[[^ ([\@$\`9` . ,0 @    ?( @  (  @ )` `)@`'(< Q8(: K8\0  ; :J 9`@)0t0[[Z@[^@ `2@7 @@e>`? K >N < # ***p@&< *0 X@$\`  # :*@ =`9 =\0  &O `@&O5 @@1>`? J>J< " )p-)0@&< (@$ \` @[# :*@ 9`=`躕=\0! &O `@&O@\` [[8[4sϖ `0s#s&O2^@[  [^;a@[ f@>Z [`@P>`^ .&^-@,&`@E  \` `@6  ]  @)    >< K @  ]`^`("@^` @^`(^` 0@^`   ::`J&O]`@]`  `( &O  ` &O] @] `0 &O\`\`@image { tw=%d, th=%d x0=%d x1=%d y0=%d y1=%d tile { x0=%d, y0=%d, x1=%d, y1=%d, numcomps=%d tilec { x0=%d, y0=%d, x1=%d, y1=%d, numresolutions=%d res { x0=%d, y0=%d, x1=%d, y1=%d, pw=%d, ph=%d, numbands=%d band { x0=%d, y0=%d, x1=%d, y1=%d, stepsize=%f, numbps=%d prec { x0=%d, y0=%d, x1=%d, y1=%d, cw=%d, ch=%d } } } } } } - tile encoded in %f s tile %d of %d tcd_decode: incomplete bistream - tiers-1 took %f s Error decoding tile. The number of resolutions to remove [%d+1] is higher than the number of resolutions in the original codestream [%d] Modify the cp_reduce parameter. - dwt took %f s - tile decoded in %f s anotate_0$ ,$XB$B BdL BXB   $ x0( 0 libopenjpeg/tcd.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/tcd.o libopenjpeg/tcd.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7/% libopenjpegtcd.c DD%@h0!)$5E VH,dt$l08(*x 5pC0 X$)H;DUaelw x &d* 5x $?L?C %7BMR\lwT -4^hD^|Xtcd.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_mul___const_seg_900001301___const_seg_900001501___const_seg_900001701___const_seg_900001801___const_seg_900002101tcd_dumpfprintf_GLOBAL_OFFSET_TABLE_tcd_createmallocfreetcd_destroytcd_malloc_encodememaligndwt_getgain_realdwt_getgainpowcalloctgt_createtcd_free_encodetgt_destroytcd_init_encodetcd_malloc_decodetcd_malloc_decode_tiletcd_makelayer_fixedtcd_rateallocate_fixedtcd_makelayertcd_rateallocateceilt2_createt2_encode_packetst2_destroytcd_encode_tileopj_clockmct_encode_realmct_encodedwt_encodedwt_encode_realt1_createt1_encode_cblkst1_destroyopj_event_msgtcd_decode_tilet2_decode_packetst1_decode_cblksdwt_decodedwt_decode_realmct_decodemct_decode_reallrintftcd_free_decodetcd_free_decode_tile RST0t8$p|\`RlSt| T  " PP#d$% D&\'t'&&&))$8` R8S8T8" #!$!@%#$#D&#\)#p)#'#'$&$&$&&x'&**+PR*x+\S*x+dT*x,p0#0$0%1<33'34'55R5p55S5p5T5p?-CCRCCCSCDTCG(GXRCGdSCGlTCG1H$%H2I/I3Jd3J/Kx3LT3L4M,/MMNh6OT&Rt7R8R9S:S(;S8<S@=St.S0S2T3T 4T@6TLRTPST`TTl>TTTUH6UtRU|SUTU>WW(2WD@WP4WhR(WlS(WxT(W|>W6W;W"X AX8=X@6Xh>Xp6YD>YBYCY6Y>ZlDZE[]lF]^6^0>^t_0)_D)_p__  8 P @h h      H t ( @ X p & ? ? M T ^h ^|  H0 @ xP 8` *p *x 5x 5p C C    t  p   | *   *( 50 8 5@ CH P CX M` h Mp Tx  T    |  p   | *  * 5  5 C  C  M( 0 M8 T@ H TX p 8 *x 5p C \  ^t _6 6cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ _`Hc$h0i;<j5JjP Rq(YZteP@t0U tgt.o/ 1283316158 0 0 100644 6520 ` ELF+8@@ .shstrtab.text.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment d:` f:`: :`@ @:@f;` d :  : .H 9` ?+@  9@ 9 : ;`: @ :O::: :`J 8 8P@ > >`  "  " ''" `;` ; J `1`@9 #`6`@<`'`` & 4O  2@ @ = @ v ^ *^ @  ? `^ @<=`= M=-0%@ ,``$@'``@ t@?t6Ot2@`?"@ `;`*# * `&O```OԮ t@P@^ @ `@  #Z   "Z  "` Z  `  &OZ :`Z )p")0`:`@ @ #`[`@` 4O#`P>^`-%-p]>Āt \` \`*t   ` $@` $` @` @  @ &O` `H @ $``$` \?$ ` P>^`-%-p]>Āt ] ]*t    $@ % @ @@"@%@O`% \?$  @ d< anotateh0$ ,$BdX libopenjpeg/tgt.c /var/tmp/OpenJPEG_v1_3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -Ilibopenjpeg -c -o libopenjpeg/tgt.o libopenjpeg/tgt.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7/% libopenjpegtgt.c DD%@h0!)$5E VH,dt$lw~dTXtgt.cint_minint_maxint_clampint_absint_ceildivint_ceildivpow2int_floordivpow2int_floorlog2fix_multgt_createmallocfreecalloctgt_resettgt_destroytgt_setvaluetgt_encodebio_writetgt_decodebio_readTh4h  8 P @h h      H t ( @ X Tp   6 6cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)memory.h 1.13 00/02/17 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.13 99/05/04 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@(#)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@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)float.h 1.22 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_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@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ P ' ;3 MA hI PQ(\k0|U07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!